diff dw.def @ 1137:e24e5a13ff2c

Added code to test the new print functions in dwtest. GTK3 code mostly works except the for the text. Added stub print functions to all platforms besides GTK3. Need to decide what to do about GTK2; the GTK3 code will work in GTK 2.10 and later, but will require switching to cairo. Mac/Win/OS2 code coming soon. :)
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 09 Sep 2011 09:17:09 +0000
parents 34f1d6f5f1c3
children 091ed7c20b3f
line wrap: on
line diff
--- a/dw.def	Fri Sep 09 00:28:25 2011 +0000
+++ b/dw.def	Fri Sep 09 09:17:09 2011 +0000
@@ -290,3 +290,8 @@
   dw_scrollbox_new                       @500
   dw_scrollbox_get_pos                   @501
   dw_scrollbox_get_range                 @502
+  
+  dw_print_new                           @510
+  dw_print_run                           @511
+  dw_print_cancel                        @512
+