Searched refs:SetStyle (Results 1 - 25 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dbrush.cpp35 SetStyle(style);
44 void SetStyle(int style) function in class:wxBrushRefData
128 void wxBrush::SetStyle(int style) function in class:wxBrush
131 M_BRUSHDATA->SetStyle(style);
H A Dpen.cpp35 SetStyle(style);
41 void SetStyle(int style) function in class:wxPenRefData
109 void wxPen::SetStyle(int style) function in class:wxPen
112 M_PENDATA->SetStyle(style);
H A Dfont.cpp174 void wxFont::SetStyle(int style) function in class:wxFont
177 M_FONTDATA->SetStyle(style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dbrush.cpp120 void wxBrush::SetStyle(int WXUNUSED(style)) function in class:wxBrush
H A Dpen.cpp99 void wxPen::SetStyle(int Style) function in class:wxPen
H A Dfont.cpp71 wxPROPERTY( Style, int , SetStyle, GetStyle, (int)wxNORMAL , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // wxFontStyle
239 void SetStyle(int style) function in class:wxFontRefData
242 m_nativeFontInfo.SetStyle((wxFontStyle)style);
442 void wxFont::SetStyle(int style) function in class:wxFont
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dbrush.h50 void SetStyle( int style );
H A Dpen.h51 void SetStyle( int style );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dbrush.h41 virtual void SetStyle(int style) ;
H A Dfont.h92 virtual void SetStyle(int style);
H A Dpen.h49 void SetStyle(int style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dbrush.h49 void SetStyle(int style);
H A Dfont.h60 virtual void SetStyle(int style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dbrush.h41 void SetStyle( int style );
H A Dpen.h40 void SetStyle( int style );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dbrush.h51 void SetStyle( int style );
H A Dpen.h53 void SetStyle( int style );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dbrush.h48 void SetStyle(int style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dbrush.h35 virtual void SetStyle(int style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dbrush.h35 virtual void SetStyle(int style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbrush.cpp59 void SetStyle(int style) { Free(); m_style = style; } function in class:wxBrushRefData
315 void wxBrush::SetStyle(int style) function in class:wxBrush
319 M_BRUSHDATA->SetStyle(style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfont.cpp85 void SetStyle(int style);
191 SetStyle( m_style );
302 void wxFontRefData::SetStyle(int style) function in class:wxFontRefData
306 m_nativeFontInfo.SetStyle((wxFontStyle)style);
502 void wxFont::SetStyle(int style) function in class:wxFont
506 M_FONTDATA->SetStyle(style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfont.cpp171 void wxFont::SetStyle(int style) function in class:wxFont
174 M_FONTDATA->SetStyle(style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfontutil.h157 SetStyle((wxFontStyle)font.GetStyle());
194 void SetStyle(wxFontStyle style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextstyledefinition.tex79 \membersection{wxRichTextStyleDefinition::SetStyle}\label{wxrichtextstyledefinitionsetstyle}
81 \func{void}{SetStyle}{\param{const wxRichTextAttr\& }{style}}

Completed in 116 milliseconds

123456