// fire off capture lost events.
void GTKReleaseMouseAndNotify();
+ GdkWindow* GTKGetDrawingWindow() const;
+
protected:
// Override GTKWidgetNeedsMnemonic and return true if your
// needs to set its mnemonic widget, such as for a
// common part of all ctors (not virtual because called from ctor)
void Init();
- virtual void DoMoveInTabOrder(wxWindow *win, MoveKind move);
+ virtual void DoMoveInTabOrder(wxWindow *win, WindowOrder move);
virtual bool DoNavigateIn(int flags);