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

10 Common dialog classes and functions encapsulate commonly-needed dialog box requirements.
14 Some dialogs have both platform-dependent and platform-independent implementations,
16 the generic classes and functions can stand in. For example, under MS Windows, wxColourDialog
18 for other platforms, and a macro defines wxColourDialog to be the same as wxGenericColourDialog
26 The wxColourDialog presents a colour selector to the user, and returns
36 a right-hand panel containing controls to select a precise colour, and add
43 standard and 16 custom colours are presented, with the right-hand area
45 green and blue components. This colour may be added to the custom colour
46 palette, and will replace either the currently selected custom colour,
58 the dialog, the application retrieves the selected colour and
87 The wxFontDialog presents a font selector to the user, and returns
88 with font and colour information.
94 underlining, strikeout and text foreground colour. A sample of the
97 conventions, strikeout is ignored and a font family (such as
105 underlining and text foreground colour are provided, and
113 and colour for drawing text on a canvas. Here is an excerpt:
134 This class represents the print and print setup common dialogs.
145 Pops up a file selector box. In Windows and GTK2.4+, this is the common
147 functionality. The path and filename are distinct elements of a full file pathname.
150 are displayed in the file selector, and file extension supplies a type
155 Both the X and Windows versions implement a wildcard filter. Typing a
156 filename containing wildcards (*, ?) in the filename text item, and
194 This dialog shows a message, plus buttons that can be chosen from OK, Cancel, Yes, and No.
204 This dialog shows a list of choices, plus OK and (optionally) Cancel. The user can
212 This dialog shows a list of choices, plus OK and (optionally) Cancel. The user can