Searched refs:m_alternativeAttributeDialog (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.cpp260 m_alternativeAttributeDialog = NULL;
288 m_alternativeAttributeDialog = new wxPanel;
289 if (wxLoadFromResource(m_alternativeAttributeDialog, m_notebook, str))
291 m_notebook->AddPage(m_alternativeAttributeDialog, _T("Attributes (alternative)"));
295 delete m_alternativeAttributeDialog;
296 m_alternativeAttributeDialog = NULL;
376 if (!m_alternativeAttributeDialog)
379 node = m_alternativeAttributeDialog->GetChildren().GetFirst();
H A Ddialogs.h115 wxPanel* m_alternativeAttributeDialog; member in class:csShapePropertiesDialog

Completed in 41 milliseconds