wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp 2005-07-29 10:03:56 +00:00
parent 32485259c1
commit 4a446b03dc
2 changed files with 4 additions and 0 deletions

View File

@ -62,7 +62,9 @@ public:
virtual bool SetShape(const wxRegion& region);
#if wxABI_VERSION >= 20602
virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
#endif
virtual bool Show(bool show = TRUE);

View File

@ -62,7 +62,9 @@ public:
virtual bool SetShape(const wxRegion& region);
#if wxABI_VERSION >= 20602
virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);
#endif
virtual bool Show(bool show = TRUE);