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:
Włodzimierz Skiba
2005-11-04 11:11:22 +00:00
parent d40209bbc4
commit cb8cc2506b
8 changed files with 42 additions and 34 deletions

View File

@@ -155,7 +155,8 @@ public:
virtual bool IsFullScreen() const = 0;
#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