projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1. some more tests in console
[wxWidgets.git]
/
src
/
gtk1
/
mdi.cpp
diff --git
a/src/gtk1/mdi.cpp
b/src/gtk1/mdi.cpp
index b87d71f7539d086eba29ef7e36a832f175286a55..cb80b42cedc97daa0840f0f2f08e0631a77998bb 100644
(file)
--- a/
src/gtk1/mdi.cpp
+++ b/
src/gtk1/mdi.cpp
@@
-225,9
+225,9
@@
void wxMDIParentFrame::OnInternalIdle()
}
}
}
}
-void wxMDIParentFrame::GetClientSize(int *width, int *height ) const
+void wxMDIParentFrame::
Do
GetClientSize(int *width, int *height ) const
{
{
- wxFrame::GetClientSize( width, height );
+ wxFrame::
Do
GetClientSize( width, height );
}
wxMDIChildFrame *wxMDIParentFrame::GetActiveChild() const
}
wxMDIChildFrame *wxMDIParentFrame::GetActiveChild() const
@@
-297,7
+297,7
@@
wxMDIChildFrame::wxMDIChildFrame()
{
m_menuBar = (wxMenuBar *) NULL;
m_page = (GtkNotebookPage *) NULL;
{
m_menuBar = (wxMenuBar *) NULL;
m_page = (GtkNotebookPage *) NULL;
- m_isFrame =
TRU
E;
+ m_isFrame =
FALS
E;
}
wxMDIChildFrame::wxMDIChildFrame( wxMDIParentFrame *parent,
}
wxMDIChildFrame::wxMDIChildFrame( wxMDIParentFrame *parent,
@@
-307,7
+307,7
@@
wxMDIChildFrame::wxMDIChildFrame( wxMDIParentFrame *parent,
{
m_menuBar = (wxMenuBar *) NULL;
m_page = (GtkNotebookPage *) NULL;
{
m_menuBar = (wxMenuBar *) NULL;
m_page = (GtkNotebookPage *) NULL;
- m_isFrame =
TRU
E;
+ m_isFrame =
FALS
E;
Create( parent, id, title, wxDefaultPosition, size, style, name );
}
Create( parent, id, title, wxDefaultPosition, size, style, name );
}
@@
-327,9
+327,9
@@
bool wxMDIChildFrame::Create( wxMDIParentFrame *parent,
return wxWindow::Create( parent->GetClientWindow(), id, wxDefaultPosition, size, style, name );
}
return wxWindow::Create( parent->GetClientWindow(), id, wxDefaultPosition, size, style, name );
}
-void wxMDIChildFrame::GetClientSize( int *width, int *height ) const
+void wxMDIChildFrame::
Do
GetClientSize( int *width, int *height ) const
{
{
- wxWindow::GetClientSize( width, height );
+ wxWindow::
Do
GetClientSize( width, height );
}
void wxMDIChildFrame::AddChild( wxWindowBase *child )
}
void wxMDIChildFrame::AddChild( wxWindowBase *child )