No events when setting values.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-07-09 21:01:38 +00:00
parent e1b93ccbdc
commit ee4ead93f4
2 changed files with 4 additions and 4 deletions

View File

@@ -61,10 +61,10 @@ public:
virtual int GetThumbLength() const;
// implementation
// --------------
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
void GtkDisableEvents();
void GtkEnableEvents();
GtkAdjustment *m_adjust;
float m_oldPos;

View File

@@ -61,10 +61,10 @@ public:
virtual int GetThumbLength() const;
// implementation
// --------------
bool IsOwnGtkWindow( GdkWindow *window );
void ApplyWidgetStyle();
void GtkDisableEvents();
void GtkEnableEvents();
GtkAdjustment *m_adjust;
float m_oldPos;