Searched refs:wxFontWeight (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfontutil.h124 wxFontWeight weight;
158 SetWeight((wxFontWeight)font.GetWeight());
186 wxFontWeight GetWeight() const;
195 void SetWeight(wxFontWeight weight);
H A Dfont.h63 enum wxFontWeight enum
121 int weight, // see wxFontWeight enum
139 int weight, // see wxFontWeight enum
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/cocoa/
H A Dfontutil.cpp77 wxFontWeight wxNativeFontInfo::GetWeight() const
79 wxFontWeight m_weight = wxFONTWEIGHT_NORMAL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dfont.cpp60 wxBEGIN_ENUM( wxFontWeight )
64 wxEND_ENUM( wxFontWeight )
72 wxPROPERTY( Weight, int , SetWeight, GetWeight, (int)wxNORMAL , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // wxFontWeight
250 m_nativeFontInfo.SetWeight((wxFontWeight)weight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmgrcmn.cpp244 m_info.weight = (wxFontWeight)weight;
308 m_info.weight = (wxFontWeight)weight;
H A Dfontcmn.cpp464 weight = (wxFontWeight)l;
524 wxFontWeight wxNativeFontInfo::GetWeight() const
559 void wxNativeFontInfo::SetWeight(wxFontWeight weight_)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfont.cpp66 wxBEGIN_ENUM( wxFontWeight )
70 wxEND_ENUM( wxFontWeight )
78 wxPROPERTY( Weight, int , SetWeight, GetWeight, (int)wxNORMAL , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // wxFontWeight
259 m_nativeFontInfo.SetWeight((wxFontWeight)weight);
459 wxFontWeight wxNativeFontInfo::GetWeight() const
555 void wxNativeFontInfo::SetWeight(wxFontWeight weight)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfont.tex50 enum wxFontWeight
179 \func{}{wxFont}{\param{int}{ pointSize}, \param{wxFontFamily}{ family}, \param{int}{ style}, \param{wxFontWeight}{ weight},
183 \func{}{wxFont}{\param{const wxSize\&}{ pixelSize}, \param{wxFontFamily}{ family}, \param{int}{ style}, \param{wxFontWeight}{ weight},
374 \constfunc{wxFontWeight}{GetWeight}{\void}
386 \func{static wxFont *}{New}{\param{int}{ pointSize}, \param{wxFontFamily}{ family}, \param{int}{ style}, \param{wxFontWeight}{ weight},
394 \func{static wxFont *}{New}{\param{const wxSize\&}{ pixelSize}, \param{wxFontFamily}{ family}, \param{int}{ style}, \param{wxFontWeight}{ weight},
568 \func{void}{SetWeight}{\param{wxFontWeight}{ weight}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfont.cpp194 m_vNativeFontInfo.SetWeight((wxFontWeight)nWeight);
558 wxFontWeight wxNativeFontInfo::GetWeight() const
665 wxFontWeight eWeight
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dfontutil.cpp107 wxFontWeight wxNativeFontInfo::GetWeight() const
246 void wxNativeFontInfo::SetWeight(wxFontWeight weight)
691 wxFontWeight wxNativeFontInfo::GetWeight() const
760 void wxNativeFontInfo::SetWeight(wxFontWeight weight)
778 wxFAIL_MSG( _T("unknown wxFontWeight in wxNativeFontInfo::SetWeight") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfont.cpp313 m_nativeFontInfo.SetWeight((wxFontWeight)weight);

Completed in 95 milliseconds