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

15 dialogs are mostly familiar to Windows users and are nothing other than a
17 buttons to navigate to the next (and previous) pages.
19 The wizards are typically used to decompose a complex dialog into several
20 simple steps and are mainly useful to the novice users, hence it is important
21 to keep them as simple as possible.
24 using either the non-default constructor or a default one followed by call to the
26 want the wizard to show and call \helpref{RunWizard}{wxwizardrunwizard}.
27 Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your application will hang on exit due to an undestroyed window.
43 To process input from a wizard dialog, use these event handler macros to
44 direct input to member functions that take a
46 \helpref{Veto()}{wxnotifyeventveto} can be called to prevent the event from
56 \twocolitem{{\bf EVT\_WIZARD\_CANCEL(id, func)}}{The user attempted to cancel
64 Use the \helpref{wxWindow::SetExtraStyle}{wxwindowsetextrastyle} function to set the following
65 style. You will need to use two-step construction (use the default constructor, call {\bf SetExtraStyle}, then call {\bf Create}).
84 Default constructor. Use this if you wish to derive from wxWizard and then call
85 \helpref{Create}{wxwizardcreate}, for example if you wish to set an extra style
96 default size by default. If you want to change this, you should use the
113 \docparam{style}{Window style is passed to wxDialog.}
121 used to create the object.
125 default size by default. If you want to change this, you should use the
142 \docparam{style}{Window style is passed to wxDialog.}
152 Sets the page size to be big enough for all the pages accessible via the
157 This is useful if the decision about which pages to show is taken during
158 run-time, as in this case, the wizard won't be able to get to all pages starting
179 Returns pointer to page area sizer. The wizard is laid out using sizers and
181 being shown to match the wizard page area.
184 all pages (or other objects) added to the sizer. Second, all pages reachable
186 \helpref{wxWizardPage::GetNext}{wxwizardpagegetnext} to
190 be increased to accommodate the bitmap height. Fifth and finally, wizards are
191 never smaller than some built-in minimal size to avoid wizards that are too small.
193 The caller can use \helpref{wxSizer::SetMinSize}{wxsizersetminsize} to enlarge it
194 beyond the minimal size. If {\tt wxRESIZE\_BORDER} was passed to constructor, user
198 It is recommended to add the first page to the page area sizer. For simple wizards,
199 this will enlarge the wizard to fit the biggest page. For non-linear wizards,
203 Adding pages to the page area sizer affects the default border width around page
263 Sets the minimal size to be made available for the wizard pages. The wizard
267 The recommended way to use this function is to lay out all wizard pages using
269 \helpref{wxSizer::CalcMin}{wxsizercalcmin} in a loop to calculate the maximum
270 of minimal sizes of the pages and pass it to SetPageSize().
283 will be added to the control border in order to space page controls ten points from the dialog