// Author: Robert Roebling
// Created: 01/02/97
// Id: $Id$
-// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
void SetEditable(bool editable);
void SetFont( const wxFont &font );
+ void OnSize( wxSizeEvent &event );
+ void SetBackgroundColour( const wxColour &colour );
// implementation
private:
wxList m_clientData;
+
+ GtkWidget* GetConnectWidget(void);
+ bool IsOwnGtkWindow( GdkWindow *window );
- GtkWidget* GetConnectWidget(void);
+ DECLARE_EVENT_TABLE()
};
#endif // __GTKCOMBOBOXH__