Mailinglist Archive: yast-devel (77 mails)
| < Previous | Next > |
Re: [yast-devel] Style Guide - Overview Dialog
- From: Michal Zugec <mzugec@xxxxxxx>
- Date: Mon, 26 Jan 2009 13:57:46 +0100
- Message-id: <497DB34A.3060101@xxxxxxx>
In this case example code is here:
Wizard::SetContents(caption, contents, help, true, true);
Wizard::SetNextButton(`next, Label::OKButton());
Wizard::SetAbortButton(`abort, Label::CancelButton());
Wizard::HideBackButton();
What about new function Wizard::SetStandaloneContents() ?
What about Wizard::OpenCancelOKDialog() ?
L.
Done in yast2-2.18.2 (new function Wizard::OpenCancelOKDialog())
M.
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
| < Previous | Next > |