Searched refs:SetTabs (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextcmn.cpp129 newAttr.SetTabs(attr.GetTabs());
131 newAttr.SetTabs(attrDef.GetTabs());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattr.tex268 \membersection{wxTextAttr::SetTabs}\label{wxtextattrsettabs}
270 \func{void}{SetTabs}{\param{const wxArrayInt\&}{ tabs}}
H A Drichtextattr.tex801 \membersection{wxRichTextAttr::SetTabs}\label{wxrichtextattrsettabs}
803 \func{void}{SetTabs}{\param{const wxArrayInt\& }{tabs}}
H A Drichtextoverview.tex191 attr.SetTabs(tabs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexttabspage.cpp171 attr->SetTabs(tabs);
H A Drichtextbuffer.cpp2206 currentStyle.SetTabs(style.GetTabs());
2638 currentStyle.SetTabs(style.GetTabs());
8126 destStyle.SetTabs(style.GetTabs());
8335 destStyle.SetTabs(style.GetTabs());
8707 attr.SetTabs(GetTabs());
8860 destStyle.SetTabs(style.GetTabs());
9159 newAttr.SetTabs(attr.GetTabs());
9161 newAttr.SetTabs(attrDef.GetTabs());
H A Drichtextxml.cpp1334 attr.SetTabs(tabs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h226 void SetTabs(const wxArrayInt& tabs) { m_tabs = tabs; m_flags |= wxTEXT_ATTR_TABS; } function in class:wxTextAttr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp861 attr.SetTabs(tabs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp1794 attr.SetTabs(tabs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h533 void SetTabs(const wxArrayInt& tabs) { m_tabs = tabs; m_flags |= wxTEXT_ATTR_TABS; } function in class:wxRichTextAttr

Completed in 106 milliseconds