Get/SetTitle only for wxTopLevelWindow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-03 16:27:19 +00:00
parent 64bd657c27
commit 60fef9643d
4 changed files with 37 additions and 69 deletions

View File

@@ -26,6 +26,8 @@ All (GUI):
and added SetParentWindow/GetParentWindow.
- wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not.
- Added wxBitmapButton::SetHoverBitmap()
- Access to titles through Get/SetTitle is available now only for top level
windows (wxDialog, wxFrame).
wxMSW: