comparison 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
comparison
equal deleted inserted replaced
1136:1a5b0908659b 1137:e24e5a13ff2c
288 dw_clipboard_set_text @491 288 dw_clipboard_set_text @491
289 289
290 dw_scrollbox_new @500 290 dw_scrollbox_new @500
291 dw_scrollbox_get_pos @501 291 dw_scrollbox_get_pos @501
292 dw_scrollbox_get_range @502 292 dw_scrollbox_get_range @502
293
294 dw_print_new @510
295 dw_print_run @511
296 dw_print_cancel @512
297