From: <kr_...@us...> - 2003-10-12 22:21:42
|
Update of /cvsroot/htoolkit/port/src/cbits/GTK In directory sc8-pr-cvs1:/tmp/cvs-serv9265/src/cbits/GTK Modified Files: Window.c Log Message: fix dynamic layout implementation Index: Window.c =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Window.c,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** Window.c 12 Oct 2003 21:33:46 -0000 1.38 --- Window.c 12 Oct 2003 22:21:38 -0000 1.39 *************** *** 868,876 **** } ! void osReLayoutContainer(HWND window) { ! if (GTK_IS_FRAME(widget) || GTK_IS_NOTEBOOK(gtk_widget_get_parent(widget))) osForceContainerReLayout(window); handleContainerReLayout(window); ! } \ No newline at end of file --- 868,876 ---- } ! void osReLayoutContainer(WindowHandle window) { ! if (GTK_IS_FRAME(window) || GTK_IS_NOTEBOOK(gtk_widget_get_parent(window))) osForceContainerReLayout(window); handleContainerReLayout(window); ! } |