]> git.saurik.com Git - wxWidgets.git/commitdiff
This window positioning setting works on AfterStep
authorRobert Roebling <robert@roebling.de>
Fri, 5 Nov 1999 18:25:40 +0000 (18:25 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 5 Nov 1999 18:25:40 +0000 (18:25 +0000)
    and almost on KDE 1.0, so lets leave it here.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/gtk/changes.txt
src/gtk/frame.cpp
src/gtk1/frame.cpp

index b16b05a11ca488d2516bbbb1e8c0d0aad07d4b00..1271169a23228c238b47fedc2ce92a48f03c6167 100644 (file)
@@ -1,5 +1,5 @@
 
-1st November '99: wxWindows 2.1.11 released
+7st November '99: wxWindows 2.1.11 released
 
 There is still an unresolved problem with bitmap to image
 conversion on big-endian architectures (such as Solaris),
index f4cdea22db45e3e8f3b4a2f96f7dec59647cebaa..1cc37b1a920d6e9d2784db0f9baca47e34d3e8c3 100644 (file)
@@ -404,7 +404,7 @@ bool wxFrame::Create( wxWindow *parent, wxWindowID id, const wxString &title,
 
     m_insertCallback = (wxInsertChildFunction) wxInsertChildInFrame;
 
-    GtkWindowType win_type = GTK_WINDOW_DIALOG;  // this makes window placement work
+    GtkWindowType win_type = GTK_WINDOW_TOPLEVEL;
     if (style & wxSIMPLE_BORDER) win_type = GTK_WINDOW_POPUP;
 
     m_widget = gtk_window_new( win_type );
@@ -646,8 +646,6 @@ void wxFrame::DoSetClientSize( int width, int height )
 {
     wxASSERT_MSG( (m_widget != NULL), wxT("invalid frame") );
 
-    printf( "set size %d %d\n", width, height );
-
         /* menu bar */
         if (m_frameMenuBar)
         {
index f4cdea22db45e3e8f3b4a2f96f7dec59647cebaa..1cc37b1a920d6e9d2784db0f9baca47e34d3e8c3 100644 (file)
@@ -404,7 +404,7 @@ bool wxFrame::Create( wxWindow *parent, wxWindowID id, const wxString &title,
 
     m_insertCallback = (wxInsertChildFunction) wxInsertChildInFrame;
 
-    GtkWindowType win_type = GTK_WINDOW_DIALOG;  // this makes window placement work
+    GtkWindowType win_type = GTK_WINDOW_TOPLEVEL;
     if (style & wxSIMPLE_BORDER) win_type = GTK_WINDOW_POPUP;
 
     m_widget = gtk_window_new( win_type );
@@ -646,8 +646,6 @@ void wxFrame::DoSetClientSize( int width, int height )
 {
     wxASSERT_MSG( (m_widget != NULL), wxT("invalid frame") );
 
-    printf( "set size %d %d\n", width, height );
-
         /* menu bar */
         if (m_frameMenuBar)
         {