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
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue