]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
explicitly call OnExit() in the ports which don't use wxEventLoopManual
[wxWidgets.git] / src / gtk / choice.cpp
index a7f05f679afed006baec1e027f89a933723f5465..02b6c41b2a617de22f10821042790c5e44819638 100644 (file)
@@ -133,7 +133,7 @@ bool wxChoice::Create( wxWindow *parent, wxWindowID id,
     m_parent->DoAddChild( this );
 
     PostCreation(size);
-    SetBestSize(size); // need this too because this is a wxControlWithItems
+    SetInitialSize(size); // need this too because this is a wxControlWithItems
 
     return true;
 }
@@ -599,7 +599,7 @@ wxSize wxChoice::DoGetBestSize() const
     return ret;
 }
 
-bool wxChoice::IsOwnGtkWindow( GdkWindow *window )
+GdkWindow *wxChoice::GTKGetWindow(wxArrayGdkWindows& WXUNUSED(windows)) const
 {
     return GTK_BUTTON(m_widget)->event_window;
 }