• 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:with

35 file handlers and registering them with the control.
37 wxRichTextCtrl is largely compatible with the wxTextCtrl API, but extends it where necessary.
46 Creating applications with simple word processing features is simplified with the inclusion of\rtfsp
50 managing style definitions, browsing styles and applying them, or selecting list styles with
58 with non-native text input implementation. You might mitigate this by providing
59 the choice between wxTextCtrl and wxRichTextCtrl, with fewer features in the
111 r.WriteText(wxT("What can you do with this thing? "));
201 r.WriteText(wxT("Compatibility with wxTextCtrl API"));
210 \subsection{Programming with wxRichTextCtrl}
215 with the appropriate wxWidgets library with {\tt richtext} suffix. Put the rich text
218 Then you can create a wxRichTextCtrl, with the wxWANT\_CHARS style if you want tabs to
248 The basic style is set with \helpref{wxRichTextCtrl::SetBasicStyle}{wxrichtextctrlsetbasicstyle}.
257 The character style can be with \helpref{wxRichTextCtrl::SetStyle}{wxrichtextctrlsetstyle} or
261 The default style is set with \helpref{wxRichTextCtrl::SetDefaultStyle}{wxrichtextctrlsetdefaultstyle}.
273 left-aligned, with two millimetres of spacing after each paragraph.
291 style, and wxRichTextCtrl wants to leave unchanged attributes associated with their original objects
302 of styles that you can tailor or use as-is, and this means that you can set a heading with one click
307 Once you have added definitions to a style sheet and associated it with a wxRichTextCtrl,
309 and \helpref{wxRichTextStyleListBox}{wxrichtextstylelistbox} can be used to present the user with a list
315 content. So ApplyStyleSheet works by finding the paragraph attributes with style names and re-applying the definition's
316 attributes to the paragraph. Currently, this works with paragraph and list style definitions only.
320 wxRichTextCtrl comes with standard dialogs to make it easier to implement
325 with the following available tabs: Font, Indents \& Spacing, Tabs, Bullets, Style, and List Style.
336 that can be used for managing style definitions, browsing styles and applying them, or selecting list styles with
367 width to play with (minus any margins), but can extend indefinitely
374 A paragraph of pure text with the same style contains just one further
380 to several objects with the same style where just one would do. So
401 This is a list of some of the features that have yet to be implemented. Help with them will be appreciated.
407 \item Floating images, with content wrapping around them