Searched refs:wxFontStyle (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfontutil.h123 wxFontStyle style;
157 SetStyle((wxFontStyle)font.GetStyle());
185 wxFontStyle GetStyle() const;
194 void SetStyle(wxFontStyle style);
H A Dfont.h54 enum wxFontStyle enum
120 int style, // see wxFontStyle enum
138 int style, // see wxFontStyle enum
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/cocoa/
H A Dfontutil.cpp57 wxFontStyle wxNativeFontInfo::GetStyle() const
59 wxFontStyle m_style = wxFONTSTYLE_NORMAL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dfont.cpp54 wxBEGIN_ENUM( wxFontStyle )
58 wxEND_ENUM( wxFontStyle )
71 wxPROPERTY( Style, int , SetStyle, GetStyle, (int)wxNORMAL , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // wxFontStyle
242 m_nativeFontInfo.SetStyle((wxFontStyle)style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmgrcmn.cpp243 m_info.style = (wxFontStyle)style;
302 m_info.style = (wxFontStyle)style;
H A Dfontcmn.cpp459 style = (wxFontStyle)l;
519 wxFontStyle wxNativeFontInfo::GetStyle() const
554 void wxNativeFontInfo::SetStyle(wxFontStyle style_)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfont.cpp60 wxBEGIN_ENUM( wxFontStyle )
64 wxEND_ENUM( wxFontStyle )
77 wxPROPERTY( Style, int , SetStyle, GetStyle, (int)wxNORMAL , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // wxFontStyle
251 m_nativeFontInfo.SetStyle((wxFontStyle)style);
454 wxFontStyle wxNativeFontInfo::GetStyle() const
536 void wxNativeFontInfo::SetStyle(wxFontStyle style)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dfontutil.cpp87 wxFontStyle wxNativeFontInfo::GetStyle() const
89 wxFontStyle m_style = wxFONTSTYLE_NORMAL;
227 void wxNativeFontInfo::SetStyle(wxFontStyle style)
664 wxFontStyle wxNativeFontInfo::GetStyle() const
736 void wxNativeFontInfo::SetStyle(wxFontStyle style)
753 wxFAIL_MSG( _T("unknown wxFontStyle in wxNativeFontInfo::SetStyle") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfont.cpp186 m_vNativeFontInfo.SetStyle((wxFontStyle)nStyle);
553 wxFontStyle wxNativeFontInfo::GetStyle() const
645 wxFontStyle eStyle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfont.cpp306 m_nativeFontInfo.SetStyle((wxFontStyle)style);

Completed in 98 milliseconds