Searched refs:m_statbox (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dstatline.cpp52 m_statbox = NULL;
62 m_statbox = new wxStaticBox(parent, id, wxEmptyString, pos, sizeReal, style, name);
69 delete m_statbox;
74 return m_statbox->GetMainWidget();
79 m_statbox->SetSize(x, y, width, height, sizeFlags);
84 m_statbox->SetSize(x, y, width, height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dstatline.h24 wxStaticLine() : m_statbox(NULL) { }
32 : m_statbox(NULL)
45 // will want to return the main widget for m_statbox
51 wxStaticBox *m_statbox; member in class:wxStaticLine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dstatline.h24 wxStaticLine() : m_statbox(NULL) { }
32 : m_statbox(NULL)
45 // will want to return the main widget for m_statbox
51 wxStaticBox *m_statbox; member in class:wxStaticLine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dstatline.h26 wxStaticLine() { m_statbox = NULL; }
48 // will want to return the main widget for m_statbox
58 wxStaticBox *m_statbox; member in class:wxStaticLine

Completed in 114 milliseconds