Get/SetTitle only for wxTopLevelWindow (wxGTK part).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -169,7 +169,8 @@ public:
|
||||
// -----------------
|
||||
|
||||
#if !defined(__WXMSW__) && \
|
||||
!defined(__WXMOTIF__)
|
||||
!defined(__WXMOTIF__) && \
|
||||
!defined(__WXGTK__)
|
||||
|
||||
// FIXME: This is work in progress about moving SetTitle/GetTitle from wxWindow
|
||||
// to wxTopLevelWindow so initially enabled in wxMSW only to observe results
|
||||
|
Reference in New Issue
Block a user