comparison dw.def @ 203:e0beea487e8f

Added the basics for scrollbar thumb size on OS/2, and dw_main_iteration() which runs a message loop until it handles one message and returns. So other languages can run message loops and call this function internally.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 01 Feb 2003 07:05:12 +0000
parents b023d363fc09
children 00d2b1bcf036
comparison
equal deleted inserted replaced
202:9f87ad1572eb 203:e0beea487e8f
20 dw_file_browse @19 20 dw_file_browse @19
21 dw_user_dir @20 21 dw_user_dir @20
22 dw_flush @21 22 dw_flush @21
23 dw_free @22 23 dw_free @22
24 dw_main_sleep @23 24 dw_main_sleep @23
25 dw_main_iteration @24
25 26
26 dw_box_new @40 27 dw_box_new @40
27 dw_groupbox_new @41 28 dw_groupbox_new @41
28 dw_box_pack_start @42 29 dw_box_pack_start @42
29 dw_box_pack_end @43 30 dw_box_pack_end @43