Searched refs:SetBulletFont (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtextattrex.tex380 \membersection{wxTextAttrEx::SetBulletFont}\label{wxtextattrexsetbulletfont}
382 \func{void}{SetBulletFont}{\param{const wxString\& }{font}}
H A Drichtextattr.tex588 \membersection{wxRichTextAttr::SetBulletFont}\label{wxrichtextattrsetbulletfont}
590 \func{void}{SetBulletFont}{\param{const wxString\& }{font}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h402 void SetBulletFont(const wxString& bulletFont) { m_bulletFont = bulletFont; } function in class:wxTextAttrEx
554 void SetBulletFont(const wxString& bulletFont) { m_bulletFont = bulletFont; } function in class:wxRichTextAttr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbulletspage.cpp408 attr->SetBulletFont(m_symbolFontCtrl->GetValue());
H A Drichtextliststylepage.cpp701 attr->SetBulletFont(m_symbolFontCtrl->GetValue());
H A Drichtextxml.cpp1310 attr.SetBulletFont(value);
H A Drichtextbuffer.cpp2373 currentStyle.SetBulletFont(style.GetBulletFont());
2805 currentStyle.SetBulletFont(style.GetBulletFont());
8158 destStyle.SetBulletFont(style.GetBulletFont());
8398 destStyle.SetBulletFont(style.GetBulletFont());
8720 attr.SetBulletFont(m_bulletFont);
8923 destStyle.SetBulletFont(style.GetBulletFont());
9205 newAttr.SetBulletFont(attr.GetBulletFont());

Completed in 139 milliseconds