Searched refs:m_labelFont (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h41 void SetFont(const wxFont& f) { m_labelFont = f; }
42 wxFont *GetFont(void) const { return (wxFont*) & m_labelFont; }
69 wxFont m_labelFont; member in class:wxTabControl
H A Dgrid.h1290 wxFont GetLabelFont() { return m_labelFont; }
1850 wxFont m_labelFont; member in class:wxGrid
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Drenderer.h106 wxFont m_labelFont; member in struct:wxHeaderButtonParams
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Drenderg.cpp325 wxFont font = params->m_labelFont.Ok() ?
326 params->m_labelFont : win->GetFont();
H A Dgrid.cpp4610 m_labelFont = this->GetFont();
4611 m_labelFont.SetWeight( wxBOLD );
9691 m_labelFont = font;

Completed in 87 milliseconds