// 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_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "radioboxbase.h"
-#endif
-
#if wxUSE_RADIOBOX
#include "wx/ctrlsub.h"
// 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
// --------------------