bool m_hasVMT:1;
bool m_sizeSet:1;
bool m_resizing:1;
- bool m_isFrame:1; // faster than IS_KIND_OF
bool m_acceptsFocus:1; // true if not static
bool m_hasFocus:1; // true if == FindFocus()
bool m_isScrolling:1; // dragging scrollbar thumb?
bool m_hasVMT:1;
bool m_sizeSet:1;
bool m_resizing:1;
- bool m_isFrame:1; // faster than IS_KIND_OF
bool m_acceptsFocus:1; // true if not static
bool m_hasFocus:1; // true if == FindFocus()
bool m_isScrolling:1; // dragging scrollbar thumb?
{
m_menuBar = (wxMenuBar *) NULL;
m_page = (GtkNotebookPage *) NULL;
- m_isFrame = FALSE;
}
wxMDIChildFrame::wxMDIChildFrame( wxMDIParentFrame *parent,
{
m_menuBar = (wxMenuBar *) NULL;
m_page = (GtkNotebookPage *) NULL;
- m_isFrame = FALSE;
Create( parent, id, title, wxDefaultPosition, size, style, name );
}
m_miniTitle = 0;
m_mainWidget = (GtkWidget*) NULL;
m_insertInClientArea = TRUE;
- m_isFrame = TRUE;
m_isIconized = FALSE;
m_fsIsShowing = FALSE;
m_themeEnabled = TRUE;
m_insertCallback = (wxInsertChildFunction) NULL;
- m_isFrame = FALSE;
m_acceptsFocus = FALSE;
m_hasFocus = FALSE;
{
m_menuBar = (wxMenuBar *) NULL;
m_page = (GtkNotebookPage *) NULL;
- m_isFrame = FALSE;
}
wxMDIChildFrame::wxMDIChildFrame( wxMDIParentFrame *parent,
{
m_menuBar = (wxMenuBar *) NULL;
m_page = (GtkNotebookPage *) NULL;
- m_isFrame = FALSE;
Create( parent, id, title, wxDefaultPosition, size, style, name );
}
m_miniTitle = 0;
m_mainWidget = (GtkWidget*) NULL;
m_insertInClientArea = TRUE;
- m_isFrame = TRUE;
m_isIconized = FALSE;
m_fsIsShowing = FALSE;
m_themeEnabled = TRUE;
m_insertCallback = (wxInsertChildFunction) NULL;
- m_isFrame = FALSE;
m_acceptsFocus = FALSE;
m_hasFocus = FALSE;