void SetEditable(bool editable);
void SetFont( const wxFont &font );
+ void OnSize( wxSizeEvent &event );
// implementation
private:
wxList m_clientData;
+
+ GtkWidget* GetConnectWidget(void);
+ bool IsOwnGtkWindow( GdkWindow *window );
- GtkWidget* GetConnectWidget(void);
+ DECLARE_EVENT_TABLE()
};
#endif // __GTKCOMBOBOXH__