Remove calls to a couple of deprecated methods, fix wxMotif build with
GCC 3.2, remove deprecated (and unused) fstream.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -249,7 +249,7 @@ WXWidget wxTopLevelWindowMotif::GetShellWidget() const
|
||||
}
|
||||
|
||||
bool wxTopLevelWindowMotif::ShowFullScreen( bool show,
|
||||
long style = wxFULLSCREEN_ALL )
|
||||
long style )
|
||||
{
|
||||
// TODO, see wxGTK
|
||||
return FALSE;
|
||||
@@ -271,7 +271,7 @@ void wxTopLevelWindowMotif::Restore()
|
||||
NULL );
|
||||
}
|
||||
|
||||
void wxTopLevelWindowMotif::Iconize( bool iconize = TRUE )
|
||||
void wxTopLevelWindowMotif::Iconize( bool iconize )
|
||||
{
|
||||
Widget shell = GetShell( this );
|
||||
if( !shell ) return;
|
||||
@@ -299,7 +299,7 @@ bool wxTopLevelWindowMotif::IsIconized() const
|
||||
return iconic;
|
||||
}
|
||||
|
||||
void wxTopLevelWindowMotif::Maximize( bool maximize = TRUE )
|
||||
void wxTopLevelWindowMotif::Maximize( bool maximize )
|
||||
{
|
||||
Show( TRUE );
|
||||
|
||||
|
Reference in New Issue
Block a user