virtual int GetMax() const;
// implementation
- // --------------
-
void OnChar( wxKeyEvent &event );
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
+ void GtkDisableEvents();
+ void GtkEnableEvents();
GtkAdjustment *m_adjust;
float m_oldPos;
+protected:
+ virtual wxSize DoGetBestSize() const;
+
private:
DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
DECLARE_EVENT_TABLE()