comparison dww.def @ 771:5cca4ebcca9a

When destroying a spinbutton, destroy the correct window Create a default boldfont for use in groupbox titles Enable groupboxes to have their font changed Enable groupboxes to have their color changed Default font for groupbox text is default bold font Implement dw_window_get_font() Add stubs for dw_scrollbox_get_pos() and dw_scrollbox_get_range() Fix bug with dw_text_new(); did not allow & in text content Only call default window procedure from _rendproc if the user didn't handle the message themselves
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 19 Mar 2011 00:37:08 +0000
parents 9ab89d89e6b4
children 2dd7638a7719
comparison
equal deleted inserted replaced
770:90d242bacd87 771:5cca4ebcca9a
55 dw_window_default @75 55 dw_window_default @75
56 dw_window_raise @76 56 dw_window_raise @76
57 dw_window_lower @77 57 dw_window_lower @77
58 dw_window_click_default @78 58 dw_window_click_default @78
59 dw_window_redraw @79 59 dw_window_redraw @79
60
61 dw_bitmap_new @80 60 dw_bitmap_new @80
62 dw_window_set_bitmap_from_data @81 61 dw_window_set_bitmap_from_data @81
62 dw_window_get_font @82
63 63
64 dw_button_new @90 64 dw_button_new @90
65 dw_bitmapbutton_new @91 65 dw_bitmapbutton_new @91
66 dw_bitmapbutton_new_from_file @92 66 dw_bitmapbutton_new_from_file @92
67 dw_bitmapbutton_new_from_data @93 67 dw_bitmapbutton_new_from_data @93
278 278
279 279
280 dw_clipboard_get_text @490 280 dw_clipboard_get_text @490
281 dw_clipboard_set_text @491 281 dw_clipboard_set_text @491
282 282
283 dw_scrollbox_new @500
284 dw_scrollbox_get_pos @501
285 dw_scrollbox_get_range @502