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

40 the content representation is required. It is difficult and inefficient to read
204 r.WriteText(wxT("Note: this sample content was generated programmatically from within the MyFrame constructor in the demo. The images were loaded from inline XPMs. Enjoy wxRichTextCtrl!"));
235 character content or from the paragraph object.
238 the content may be responsible for contributing different attributes to the final
246 may immediately change the look of the content depending on what other styles
247 the content uses. Calling wxRichTextCtrl::SetFont changes the font for the basic style.
250 from other paragraphs and independently from the content within the paragraph.
253 The paragraph style can be set independently of its content by passing wxRICHTEXT\_SETSTYLE\_PARAGRAPHS\_ONLY
260 style of content that is subsequently typed, pasted or programmatically inserted.
265 the first three of the above style types (the fourth is only a guide for future content
266 insertion and therefore does not affect the currently displayed content).
292 instead of applying them to both paragraph and content objects.
295 \item wxRICHTEXT\_SETSTYLE\_CHARACTERS\_ONLY specifies that only content objects (text or images) within the given range
313 This is useful if the style definitions have changed, and you want the content to reflect this.
315 content. So ApplyStyleSheet works by finding the paragraph attributes with style names and re-applying the definition's
349 The content is represented by a hierarchy of objects, all derived from
353 content objects such as text can only store character information. The final
355 style, paragraph style and content (character) style.
407 \item Floating images, with content wrapping around them