Just a teeny change -- addition of wxFrame::IsMaximized. For wxMDIChildFrame
in wxGTK, is probably always TRUE (always size of client area). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -572,6 +572,13 @@ bool wxMDIChildFrame::IsIconized() const
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// Is it maximized? Always maximized under Motif, using the
|
||||
// tabbed MDI implementation.
|
||||
bool wxMDIChildFrame::IsMaximized(void) const
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void wxMDIChildFrame::Restore()
|
||||
{
|
||||
// TODO
|
||||
|
Reference in New Issue
Block a user