Searched refs:wxTextAttr (Results 26 - 36 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h212 * Extra formatting flags not in wxTextAttr
365 * wxTextAttrEx is an extended version of wxTextAttr with more paragraph attributes.
368 class WXDLLIMPEXP_RICHTEXT wxTextAttrEx: public wxTextAttr
373 wxTextAttrEx(const wxTextAttr& attr) { Init(); (*this) = attr; }
385 // Assignment from a wxTextAttr object
386 void operator= (const wxTextAttr& attr);
2357 WXDLLIMPEXP_RICHTEXT bool wxTextAttrEq(const wxTextAttr& attr1, const wxRichTextAttr& attr2);
2386 WXDLLIMPEXP_RICHTEXT void wxSetFontPreservingStyles(wxTextAttr& attr, const wxFont& font);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextoverview.tex223 Styling attributes are represented by three classes: \helpref{wxTextAttr}{wxtextattr}, \helpref{wxTextAttrEx}{wxtextattrex} and \helpref{wxRichTextAttr}{wxrichtextattr}.
224 wxTextAttr is shared across all controls that are derived from wxTextCtrlBase and
226 from wxTextAttr and adds some further attributes that are only supported
H A Drichtextctrl.tex603 text is displayed. When wxTextAttrEx is merged with wxTextAttr, this function
710 \func{bool}{GetStyle}{\param{long }{position}, \param{wxTextAttr\& }{style}}
761 \func{bool}{GetUncombinedStyle}{\param{long }{position}, \param{wxTextAttr\& }{style}}
1422 \func{bool}{SetStyle}{\param{long }{start}, \param{long }{end}, \param{const wxTextAttr\& }{style}}
H A Drichtextbuffer.tex17 \helpref{wxTextAttr}{wxtextattr}, \helpref{wxTextAttrEx}{wxtextattrex}, \helpref{wxRichTextAttr}{wxrichtextattr}, \helpref{wxRichTextCtrl}{wxrichtextctrl}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp2848 bool wxRichTextCtrl::SetStyle(long start, long end, const wxTextAttr& style)
2881 bool wxRichTextCtrl::SetDefaultStyle(const wxTextAttr& style)
2891 const wxTextAttr& wxRichTextCtrl::GetDefaultStyle() const
2896 bool wxRichTextCtrl::GetStyle(long position, wxTextAttr& style)
2938 bool wxRichTextCtrl::GetUncombinedStyle(long position, wxTextAttr& style)
H A Drichtextbuffer.cpp8510 void wxSetFontPreservingStyles(wxTextAttr& attr, const wxFont& font)
8978 * wxTextAttrEx is an extended version of wxTextAttr with more paragraph attributes.
8981 wxTextAttrEx::wxTextAttrEx(const wxTextAttrEx& attr): wxTextAttr()
9002 wxTextAttr::operator= (attr);
9027 // Assignment from a wxTextAttr object.
9028 void wxTextAttrEx::operator= (const wxTextAttr& attr)
9030 wxTextAttr::operator= (attr);
9130 // as per wxTextAttr::Combine, i.e. always to have valid colours
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp2499 bool wxTextCtrl::SetStyle(long start, long end, const wxTextAttr& style)
2720 bool wxTextCtrl::SetDefaultStyle(const wxTextAttr& style)
2736 bool wxTextCtrl::GetStyle(long position, wxTextAttr& style)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtextctrl.cpp937 bool wxTextCtrl::SetStyle(long start, long end, const wxTextAttr& style)
997 bool wxTextCtrl::SetDefaultStyle(const wxTextAttr& style)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtextctrl.cpp1312 const wxTextAttr& WXUNUSED(rStyle) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtextctrl.cpp583 bool wxTextCtrl::SetStyle(long start, long end, const wxTextAttr& style)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.cpp624 wxTextAttr style = ct->GetDefaultStyle();

Completed in 115 milliseconds

12