diff 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
line wrap: on
line diff
--- a/dww.def	Fri Mar 18 06:17:18 2011 +0000
+++ b/dww.def	Sat Mar 19 00:37:08 2011 +0000
@@ -57,9 +57,9 @@
   dw_window_lower                        @77
   dw_window_click_default                @78
   dw_window_redraw                       @79
-
   dw_bitmap_new                          @80
   dw_window_set_bitmap_from_data         @81
+  dw_window_get_font                     @82
 
   dw_button_new                          @90
   dw_bitmapbutton_new                    @91
@@ -280,3 +280,6 @@
   dw_clipboard_get_text                  @490
   dw_clipboard_set_text                  @491
 
+  dw_scrollbox_new                       @500
+  dw_scrollbox_get_pos                   @501
+  dw_scrollbox_get_range                 @502