Searched refs:SetStyle (Results 51 - 75 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dfont.h104 virtual void SetStyle(int style);
H A Dpen.h100 void SetStyle(int style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dpen.h94 void SetStyle(int nStyle);
H A Dtextctrl.h83 virtual bool SetStyle( long lStart
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dfont.h100 virtual void SetStyle(int style);
H A Dpen.h100 void SetStyle(int style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfldlgcmn.cpp123 void wxFileDialogBase::SetStyle(long style) function in class:wxFileDialogBase
341 void wxDirDialogBase::SetStyle(long style) function in class:wxDirDialogBase
H A Dfontcmn.cpp253 SetStyle(info.style);
554 void wxNativeFontInfo::SetStyle(wxFontStyle style_) function in class:wxNativeFontInfo
703 SetStyle(wxFONTSTYLE_ITALIC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfont.cpp183 inline void SetStyle(int nStyle) function in class:wxFontRefData
186 m_vNativeFontInfo.SetStyle((wxFontStyle)nStyle);
644 void wxNativeFontInfo::SetStyle( function in class:wxNativeFontInfo
662 } // end of wxNativeFontInfo::SetStyle
1009 void wxFont::SetStyle( function in class:wxFont
1015 M_FONTDATA->SetStyle(nStyle);
1018 } // end of wxFont::SetStyle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dfont.cpp121 void SetStyle(int style);
216 SetStyle( m_style );
474 void wxFontRefData::SetStyle(int style) function in class:wxFontRefData
812 void wxFont::SetStyle(int style) function in class:wxFont
816 M_FONTDATA->SetStyle(style);
H A Dpen.cpp156 void wxPen::SetStyle( int style ) function in class:wxPen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp1098 m_textrich->SetStyle(0, 10, *wxRED);
1099 m_textrich->SetStyle(10, 20, *wxBLUE);
1100 m_textrich->SetStyle(30, 40,
1605 m_textCtrl->SetStyle(start, end, attr);
1617 m_textCtrl->SetStyle(start, end, attr);
1629 m_textCtrl->SetStyle(start, end, attr);
1641 m_textCtrl->SetStyle(start, end, attr);
1662 m_textCtrl->SetStyle(start, end, attr);
1691 m_textCtrl->SetStyle(start, end, attr);
1720 m_textCtrl->SetStyle(star
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dbrush.cpp159 void wxBrush::SetStyle(int Style) function in class:wxBrush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dbrush.cpp145 void wxBrush::SetStyle(int Style) function in class:wxBrush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dpen.cpp159 void wxPen::SetStyle( int style ) function in class:wxPen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dpen.cpp159 void wxPen::SetStyle( int style ) function in class:wxPen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvaltext.tex108 \membersection{wxTextValidator::SetStyle}\label{wxtextvalidatorsetstyle}
110 \func{void}{SetStyle}{\param{long}{ style}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcbuffer.h118 void SetStyle(int style) { m_style = style; } function in class:wxBufferedDC
H A Dfont.h187 virtual void SetStyle( int style ) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtextctrl.h81 virtual bool SetStyle(long start, long end, const wxTextAttr& style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtextctrl.h78 virtual bool SetStyle(long start, long end, const wxTextAttr& style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Dmactext.h30 virtual void SetStyle( long start, long end, const wxTextAttr& style ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtextctrl.h83 virtual bool SetStyle(long start, long end, const wxTextAttr& style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dfontmgr.h234 void SetStyle(int style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextformatdlg.cpp137 bool wxRichTextFormattingDialog::SetStyle(const wxTextAttrEx& style, bool update) function in class:wxRichTextFormattingDialog
154 return SetStyle(m_styleDefinition->GetStyle(), update);

Completed in 231 milliseconds

123456