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:
parent
32485259c1
commit
4a446b03dc
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user