]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobox.h
Added the missing EVT_LIST_ITEM_SELECTED and friends.
[wxWidgets.git] / include / wx / gtk / radiobox.h
index cfd3a0242a6eed105e6f7f8f7e024dcd45d33ecf..09b518b732cbe08deaa293dc4dad92f83c895c9a 100644 (file)
@@ -86,8 +86,10 @@ class wxRadioBox: public wxControl
     
     bool IsOwnGtkWindow( GdkWindow *window );
     void ApplyWidgetStyle();
+    wxSize LayoutItems();
     
     bool             m_alreadySent;
+    int              m_majorDim;
     wxList           m_boxes;
     
   DECLARE_EVENT_TABLE()