// 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
/////////////////////////////////////////////////////////////////////////////
int GetNumberOfRowsOrCols(void) const;
void SetNumberOfRowsOrCols( int n );
- void SetFont( const wxFont &font );
- void SetBackgroundColour( const wxColour &colour );
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()