diff dw.h @ 438:fac2afe7bda3

Only throw up the messagebox when expand and size are both 0 and the item being packed is not a box. Also moved some private OS/2 prototypes out of the header.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 29 May 2003 09:18:54 +0000
parents f225f16bebbd
children b559c06a76c2
line wrap: on
line diff
--- a/dw.h	Wed May 28 08:00:11 2003 +0000
+++ b/dw.h	Thu May 29 09:18:54 2003 +0000
@@ -525,8 +525,6 @@
 	char bubbletext[BUBBLE_HELP_MAX];
 } BubbleButton;
 
-void dw_box_pack_start_stub(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
-void dw_box_pack_end_stub(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
 #else
 /* GTK Specific section */
 #include <gtk/gtk.h>