Searched refs:subIndent (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h227 void SetLeftIndent(int indent, int subIndent = 0) { m_leftIndent = indent; m_leftSubIndent = subIndent; m_flags |= wxTEXT_ATTR_LEFT_INDENT; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattr.tex254 \func{void}{SetLeftIndent}{\param{int }{indent}, \param{int }{subIndent = 0}}
257 subIndent sets the indent for all lines but the first line in a paragraph
H A Drichtextattr.tex727 \func{void}{SetLeftIndent}{\param{int }{indent}, \param{int }{subIndent = 0}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp196 const int subIndent = (int)(factor * attr.GetLeftSubIndent()); local
201 if (subIndent >= 0)
204 gsubindent = -subIndent;
208 gindent = -subIndent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h534 void SetLeftIndent(int indent, int subIndent = 0) { m_leftIndent = indent; m_leftSubIndent = subIndent; m_flags |= wxTEXT_ATTR_LEFT_INDENT; }

Completed in 79 milliseconds