Lines Matching refs:button
45 …<p>Sequential navigation in a wizard is done via a <em>Next</em> and a <em>Back</em> button. Non-s…
70 …<p>The state of the <em>Next</em> button in the dialog will be automatically maintained in most si…
73 …Also, the <em>Finish</em> button needs to be maintained by the wizard's controller, too, as it can…
95 /** enables or disables a certain button in the wizard
97 …<p>Normally, you will want to use this method for the <em>Finish</em> button only: The <em>Next</e…
102 …denotes the button to enable or disable, as one of the <type>WizardButton</type> constants. Must n…
105 specifies whether the button should be enabled (<TRUE/>) or disabled (<FALSE/>)
109 /** sets a button in the wizard as default button
111 … <p>In general, the default button in a wizard is the one which is activated when the user presses
115 …ou can use this method, for instance, to make the <em>Next</em> button the default button on all p…
122 …<p>Calling this method is equivalent to the user pressing the <em>Next</em> button in the wizard. …
129 …<p>Calling this method is equivalent to the user pressing the <em>Back</em> button in the wizard.<…
154 …<p>For instance, the <em>Next</em> button is disabled if the current page's <member>XWizardPage::c…
164 …lling this method is equivalent to the user repeatedly pressing the <em>Next</em> button, until the
172 …lling this method is equivalent to the user repeatedly pressing the <em>Back</em> button, until the