]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
wxPalette unified. Source cleaning.
[wxWidgets.git] / include / wx / radiobox.h
index 376de2c623d4ab4503099a5830a9473368bedf6c..646d796457470ae60da8b2cb5887f66c657a4733 100644 (file)
@@ -5,17 +5,13 @@
 // Modified by:
 // Created:     10.09.00
 // RCS-ID:      $Id$
 // Modified by:
 // Created:     10.09.00
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWidgets team
+// Copyright:   (c) Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_RADIOBOX_H_BASE_
 #define _WX_RADIOBOX_H_BASE_
 
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_RADIOBOX_H_BASE_
 #define _WX_RADIOBOX_H_BASE_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "radioboxbase.h"
-#endif
-
 #if wxUSE_RADIOBOX
 
 #include "wx/ctrlsub.h"
 #if wxUSE_RADIOBOX
 
 #include "wx/ctrlsub.h"
@@ -33,7 +29,7 @@ class WXDLLEXPORT wxRadioBoxBase : public wxItemContainerImmutable
 public:
     // change the individual radio button state
     virtual bool Enable(int n, bool enable = true) = 0;
 public:
     // change the individual radio button state
     virtual bool Enable(int n, bool enable = true) = 0;
-    virtual void Show(int n, bool show = true) = 0;
+    virtual bool Show(int n, bool show = true) = 0;
 
     // layout parameters
     virtual int GetColumnCount() const = 0;
 
     // layout parameters
     virtual int GetColumnCount() const = 0;
@@ -42,10 +38,6 @@ public:
     // return the item above/below/to the left/right of the given one
     int GetNextItem(int item, wxDirection dir, long style) const;
 
     // return the item above/below/to the left/right of the given one
     int GetNextItem(int item, wxDirection dir, long style) const;
 
-
-    // implement some of wxItemContainerImmutable functions
-    virtual int FindString(const wxString& s) const;
-
     // deprecated functions
     // --------------------
 
     // deprecated functions
     // --------------------