• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:can

28 wxRichTextCtrl provides a generic implementation of a rich text editor that can handle different character
33 uses its own XML format, and can also read and write plain text. In future we expect to provide
34 RTF file capabilities. Custom file formats can be supported by creating additional
38 The control can be used where the native rich text capabilities of wxTextCtrl are not
49 \helpref{wxRichTextStyleOrganiserDialog}{wxrichtextstyleorganiserdialog} that can be used for
111 r.WriteText(wxT("What can you do with this thing? "));
113 r.WriteText(wxT(" Well, you can change text "));
123 r.WriteText(wxT(" Naturally you can make things "));
218 Then you can create a wxRichTextCtrl, with the wxWANT\_CHARS style if you want tabs to
225 can store basic character and paragraph attributes. wxTextAttrEx derives
228 of wxTextAttrEx that doesn't use a wxFont object and can be used to
253 The paragraph style can be set independently of its content by passing wxRICHTEXT\_SETSTYLE\_PARAGRAPHS\_ONLY
255 \item {\bf Character style:} characters within each paragraph can have attributes.
256 A single character, or a run of characters, can have a particular set of attributes.
257 The character style can be with \helpref{wxRichTextCtrl::SetStyle}{wxrichtextctrlsetstyle} or
281 Naturally you can do any of these things either using your own UI, or programmatically.
301 it can be unwieldy for the user or programmer to set attributes separately. Word processors have collections
302 of styles that you can tailor or use as-is, and this means that you can set a heading with one click
308 you can apply a named definition to a range of text. The classes \helpref{wxRichTextStyleComboCtrl}{wxrichtextstylecomboctrl}\rtfsp
309 and \helpref{wxRichTextStyleListBox}{wxrichtextstylelistbox} can be used to present the user with a list
312 You can reapply a style sheet to the contents of the control, by calling \helpref{wxRichTextCtrl::ApplyStyleSheet}{wxrichtextctrlapplystylesheet}.
323 \helpref{wxRichTextFormattingDialog}{wxrichtextformattingdialog} can be used
326 You can select which pages will be shown by supplying flags to the dialog constructor.
331 You can customize this dialog by providing your own wxRichTextFormattingDialogFactory
336 that can be used for managing style definitions, browsing styles and applying them, or selecting list styles with
352 a paragraph object can contain both paragraph and character information, but
353 content objects such as text can only store character information. The final
358 containing further wxRichTextParagraph objects, each of which can include text,
367 width to play with (minus any margins), but can extend indefinitely
378 just one wxTextAttrEx object to denote its character style. Of course, this can