#ifndef __GTKSPINCTRLH__
#define __GTKSPINCTRLH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
const wxString& name = _T("wxSpinCtrl"));
void SetValue(const wxString& text);
+ void SetSelection(long from, long to);
virtual int GetValue() const;
virtual void SetValue( int value );
virtual int GetMax() const;
// implementation
- // --------------
-
void OnChar( wxKeyEvent &event );
bool IsOwnGtkWindow( GdkWindow *window );