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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp446 wxRichTextAttr flIndentedAttr; local
447 flIndentedAttr.SetFontFaceName(swissFont.GetFaceName());
448 flIndentedAttr.SetFontSize(12);
449 flIndentedAttr.SetLeftIndent(100, -100);
451 flIndentedAttr.SetFlags(wxTEXT_ATTR_LEFT_INDENT|wxTEXT_ATTR_RIGHT_INDENT);
452 flIndentedPara->SetStyle(flIndentedAttr);

Completed in 101 milliseconds