Michal Zugec wrote:
Hi all! I have some bugreports from Martin about button labeling described in guideline: http://en.opensuse.org/YaST/Style_Guide#Single_Configuration.2FOverview.2FEd...
My question is about button ordering: Is that really suppose to be OK, Cancel order? Then it needs to be fixes in Wizard module (or show me how to implement that). Or the order is not important? If not, then screenshot/description should be fixed ...
Bye, Michal
Example of such bugreport: https://bugzilla.novell.com/show_bug.cgi?id=440521 The point of the bug are the labels, not the ordering. The confusing for me was fact, that ordering is not mentioned in styleguide at all. 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() ? Bye, Michal -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org