comparison 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
comparison
equal deleted inserted replaced
437:903fb3085d42 438:fac2afe7bda3
523 #endif 523 #endif
524 unsigned long id; 524 unsigned long id;
525 char bubbletext[BUBBLE_HELP_MAX]; 525 char bubbletext[BUBBLE_HELP_MAX];
526 } BubbleButton; 526 } BubbleButton;
527 527
528 void dw_box_pack_start_stub(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
529 void dw_box_pack_end_stub(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
530 #else 528 #else
531 /* GTK Specific section */ 529 /* GTK Specific section */
532 #include <gtk/gtk.h> 530 #include <gtk/gtk.h>
533 #include <gdk/gdkx.h> 531 #include <gdk/gdkx.h>
534 #include <gdk/gdkprivate.h> 532 #include <gdk/gdkprivate.h>