]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/radiobox.h
image update
[wxWidgets.git] / include / wx / gtk1 / radiobox.h
index e3984613ee9790125ec4145d3a035d52f85ec804..09b518b732cbe08deaa293dc4dad92f83c895c9a 100644 (file)
@@ -80,13 +80,16 @@ class wxRadioBox: public wxControl
     void SetNumberOfRowsOrCols( int n );
     
     void OnSize( wxSizeEvent &event );
+    void SetFocus();
     
   // implementation    
     
     bool IsOwnGtkWindow( GdkWindow *window );
     void ApplyWidgetStyle();
+    wxSize LayoutItems();
     
     bool             m_alreadySent;
+    int              m_majorDim;
     wxList           m_boxes;
     
   DECLARE_EVENT_TABLE()