Searched refs:rFont (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dradiobox.h150 inline void SetButtonFont(const wxFont& rFont) { SetFont(rFont); } argument
152 virtual bool SetFont(const wxFont& rFont);
H A Dchecklst.h54 virtual bool SetFont(const wxFont &rFont);
H A Dstattext.h46 virtual bool SetFont(const wxFont &rFont);
H A Dspinctrl.h72 virtual bool SetFont(const wxFont &rFont);
H A Ddc.h116 virtual void SetFont(const wxFont& rFont);
H A Dprivate.h404 ,const wxFont& rFont
H A Dtreectrl.h183 ,const wxFont& rFont
H A Dwindow.h113 virtual bool SetFont(const wxFont& rFont);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstattext.cpp212 const wxFont& rFont
215 bool bRet = wxControl::SetFont(rFont);
H A Dchecklst.cpp306 bool wxCheckListBox::SetFont ( const wxFont& rFont )
309 m_aItems[i]->SetFont(rFont);
310 wxListBox::SetFont(rFont);
H A Dspinctrl.cpp441 const wxFont& rFont
444 if (!wxWindowBase::SetFont(rFont))
451 ,rFont
H A Dutilsgui.cpp740 , const wxFont& rFont
756 switch(rFont.GetFamily())
785 switch(rFont.GetWeight())
799 switch(rFont.GetStyle())
810 sprintf(zFont, "%d.%s", rFont.GetPointSize(), zFacename);
H A Dradiobox.cpp743 bool wxRadioBox::SetFont(const wxFont& rFont) argument
745 if (!wxControl::SetFont(rFont))
759 wxOS2SetFont( hWndBtn, rFont );
H A Dtreectrl.cpp1037 , const wxFont& rFont
1050 pAttr->SetFont(rFont);
H A Ddc.cpp1919 const wxFont& rFont
1930 m_font = rFont;
1931 if (!rFont.Ok())
H A Dwindow.cpp609 bool wxWindowOS2::SetFont( const wxFont& rFont )
611 if (!wxWindowBase::SetFont(rFont))
619 wxOS2SetFont( hWnd, rFont );

Completed in 80 milliseconds