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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattr.tex1 %%%%%%%%%%%%%%%%%%%%%%%%%%%% wxTextAttr %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 \section{\class{wxTextAttr}}\label{wxtextattr}
5 wxTextAttr represents the character and paragraph attributes, or style, for a range of text in a\rtfsp
8 When setting up a wxTextAttr object, pass a bitlist mask to SetFlags to indicate
76 \membersection{wxTextAttr::wxTextAttr}\label{wxtextattrctor}
78 \func{}{wxTextAttr}{\void}
80 \func{}{wxTextAttr}{\param{const wxColour\& }{colText}, \param{const wxColour\& }{colBack = wxNullColour},
89 \membersection{wxTextAttr::GetAlignment}\label{wxtextattrgetalignment}
96 \membersection{wxTextAttr
[all...]
H A Dtextattrex.tex3 wxTextAttrEx is an extended version of wxTextAttr with more paragraph attributes.
7 be folded into wxTextAttr, and wxTextAttr will be the official
11 with the wxTextAttr API.
18 This section only documents the additional members; see \helpref{wxTextAttr}{wxtextattr} for
23 \helpref{wxTextAttr}{wxtextattr}
54 // Standard wxTextAttr constants
71 // Extra formatting flags not in wxTextAttr
147 \helpref{wxTextAttr}{wxtextattr}, \helpref{wxRichTextAttr}{wxrichtextattr}, \helpref{wxRichTextCtrl}{wxrichtextctrl}
252 Returns the text effect bits of interest. See \helpref{wxTextAttr
[all...]
H A Dtext.tex114 text->SetDefaultStyle(wxTextAttr(*wxRED));
116 text->SetDefaultStyle(wxTextAttr(wxNullColour, *wxLIGHT_GREY));
118 text->SetDefaultStyle(wxTextAttr(*wxBLUE);
424 \constfunc{const wxTextAttr\& }{GetDefaultStyle}{\void}
572 \func{bool}{GetStyle}{\param{long }{position}, \param{wxTextAttr\& }{style}}
584 \helpref{wxTextCtrl::SetStyle}{wxtextctrlsetstyle}, \helpref{wxTextAttr}{wxtextattr}
847 \func{bool}{SetDefaultStyle}{\param{const wxTextAttr\& }{style}}
858 However if the {\it style} parameter is the default wxTextAttr, then the
963 \func{bool}{SetStyle}{\param{long }{start}, \param{long }{end}, \param{const wxTextAttr\& }{style}}
983 \helpref{wxTextCtrl::GetStyle}{wxtextctrlgetstyle}, \helpref{wxTextAttr}{wxtextatt
[all...]
H A Drichtextattr.tex6 standard \helpref{wxTextAttr}{wxtextattr} class with wxRichTextCtrl.
13 efficient way to query styles than using a \helpref{wxTextAttr}{wxtextattr} or \helpref{wxTextAttrEx}{wxtextattrex} object.
51 // Standard wxTextAttr constants
68 // Extra formatting flags not in wxTextAttr
144 \helpref{wxTextAttr}{wxtextattr}, \helpref{wxTextAttrEx}{wxtextattrex}, \helpref{wxRichTextCtrl}{wxrichtextctrl}
659 // Standard wxTextAttr constants
676 // Extra formatting flags not in wxTextAttr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextcmn.cpp63 wxTextAttr::wxTextAttr(const wxColour& colText, function in class:wxTextAttr
80 void wxTextAttr::Init()
90 wxTextAttr wxTextAttr::Combine(const wxTextAttr& attr,
91 const wxTextAttr& attrDef,
121 wxTextAttr newAttr(colFg, colBg, font);
146 void wxTextAttr::operator= (const wxTextAttr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h153 // Types for wxTextAttr
186 // wxTextAttr: a structure containing the visual attributes of a text
189 class WXDLLEXPORT wxTextAttr class
193 wxTextAttr() { Init(); } function in class:wxTextAttr
194 wxTextAttr(const wxColour& colText,
206 static wxTextAttr Merge(const wxTextAttr& base, const wxTextAttr& overlay)
212 void Merge(const wxTextAttr& overlay)
219 void operator= (const wxTextAttr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.cpp46 #define COLOR_BLACK wxTextAttr( wxColor( 0, 0, 0 ) )
47 #define COLOR_BLUE wxTextAttr( wxColor( 0, 0, 255 ) )
48 #define COLOR_GREEN wxTextAttr( wxColor( 0, 102, 0 ) )
49 #define COLOR_RED wxTextAttr( wxColor( 255, 0, 0 ) )
69 void CChatSession::AddText(const wxString& text, const wxTextAttr& style, bool newline)
H A DChatSelector.h60 void AddText( const wxString& text, const wxTextAttr& style, bool newline = true );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsrchctlg.h127 virtual bool SetStyle(long start, long end, const wxTextAttr& style);
128 virtual bool GetStyle(long position, wxTextAttr& style);
129 virtual bool SetDefaultStyle(const wxTextAttr& style);
130 virtual const wxTextAttr& GetDefaultStyle() const;
/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);
84 virtual bool SetDefaultStyle(const wxTextAttr& style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtextctrl.h90 virtual bool SetStyle(long start, long end, const wxTextAttr& style);
91 virtual bool SetDefaultStyle(const wxTextAttr& style);
92 virtual bool GetStyle(long position, wxTextAttr& style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtextctrl.h83 virtual bool SetStyle(long start, long end, const wxTextAttr& style);
84 virtual bool SetDefaultStyle(const wxTextAttr& style);
85 virtual bool GetStyle(long position, wxTextAttr& style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtextctrl.cpp613 bool wxTextCtrl::SetStyle(long start, long end, const wxTextAttr& style)
618 bool wxTextCtrl::SetDefaultStyle(const wxTextAttr& style)
623 bool wxTextCtrl::GetStyle(long position, wxTextAttr& style)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp1101 wxTextAttr(*wxGREEN, wxNullColour, *wxITALIC_FONT));
1102 m_textrich->SetDefaultStyle(wxTextAttr());
1107 m_textrich->SetDefaultStyle(wxTextAttr(*wxCYAN, *wxBLUE));
1109 m_textrich->SetDefaultStyle(wxTextAttr(*wxBLUE, *wxWHITE));
1600 wxTextAttr attr;
1612 wxTextAttr attr;
1624 wxTextAttr attr;
1636 wxTextAttr attr;
1657 wxTextAttr attr;
1686 wxTextAttr att
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtextctrl.h98 virtual bool SetStyle(long start, long end, const wxTextAttr& style);
99 virtual bool SetDefaultStyle(const wxTextAttr& style);
/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/os2/
H A Dtextctrl.h85 ,const wxTextAttr& rStyle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp56 const wxTextAttr& attr,
274 const wxTextAttr& attr,
837 wxTextAttr attrDef(GetForegroundColour(), GetBackgroundColour(), GetFont());
988 const wxTextAttr& style = GetDefaultStyle();
1060 wxTextAttr style;
1776 bool wxTextCtrl::SetStyle( long start, long end, const wxTextAttr& style )
1798 wxTextAttr attr = wxTextAttr::Combine(style, m_defaultStyle, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h202 virtual bool SetStyle(long start, long end, const wxTextAttr& style);
205 virtual bool GetStyle(long position, wxTextAttr& style);
221 virtual bool GetUncombinedStyle(long position, wxTextAttr& style);
226 virtual bool SetDefaultStyle(const wxTextAttr& style);
228 // TODO: change to GetDefaultStyle if we merge wxTextAttr and wxTextAttrEx
230 virtual const wxTextAttr& GetDefaultStyle() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsrchctlg.cpp679 bool wxSearchCtrl::SetStyle(long start, long end, const wxTextAttr& style)
683 bool wxSearchCtrl::GetStyle(long position, wxTextAttr& style)
687 bool wxSearchCtrl::SetDefaultStyle(const wxTextAttr& style)
691 const wxTextAttr& wxSearchCtrl::GetDefaultStyle() const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtextctrl.cpp54 const wxTextAttr& attr,
364 wxTextAttr attrDef(GetForegroundColour(), GetBackgroundColour(), GetFont());
1126 bool wxTextCtrl::SetStyle( long start, long end, const wxTextAttr& style )
1165 wxTextAttr::Combine(style, m_defaultStyle, this),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtextctrl.h157 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/src/mac/carbon/
H A Dtextctrl.cpp182 virtual void SetStyle( long start, long end, const wxTextAttr& style ) ;
233 void TXNSetAttribute( const wxTextAttr& style , long from , long to ) ;
518 bool wxTextCtrl::SetStyle(long start, long end, const wxTextAttr& style)
525 bool wxTextCtrl::SetDefaultStyle(const wxTextAttr& style)
1132 void wxMacTextControl::SetStyle(long start, long end, const wxTextAttr& style)
1862 void wxMacMLTEControl::TXNSetAttribute( const wxTextAttr& style , long from , long to )
1989 TXNSetAttribute( wxTextAttr( foreground, wxNullColour, font ), kTXNStartOffset, kTXNEndOffset ) ;
1992 void wxMacMLTEControl::SetStyle( long start, long end, const wxTextAttr& style )

Completed in 244 milliseconds

12