]> 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 61da2f7d2ac01bf5308a24ae70aac35f03eed9bf..09b518b732cbe08deaa293dc4dad92f83c895c9a 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        radiobox.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -80,14 +79,17 @@ class wxRadioBox: public wxControl
     int GetNumberOfRowsOrCols(void) const;
     void SetNumberOfRowsOrCols( int n );
     
-    void SetFont( const wxFont &font );
     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()