Searched refs:m_attributeDialog (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.cpp259 m_attributeDialog = attributeDialog;
274 if (!wxLoadFromResource(m_attributeDialog, m_notebook, attributeDialogName))
277 delete m_attributeDialog;
278 m_attributeDialog = NULL;
282 m_notebook->AddPage(m_attributeDialog, _T("Attributes"));
361 if (!m_attributeDialog)
364 wxWindowList::compatibility_iterator node = m_attributeDialog->GetChildren().GetFirst();
H A Ddialogs.h114 wxPanel* m_attributeDialog; member in class:csShapePropertiesDialog

Completed in 101 milliseconds