[yast-commit] r40561 - /branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.h
Author: gs Date: Wed Aug 29 14:01:40 2007 New Revision: 40561 URL: http://svn.opensuse.org/viewcvs/yast?rev=40561&view=rev Log: nice format Modified: branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.h Modified: branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.h URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.h?rev=40561&r1=40560&r2=40561&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.h (original) +++ branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.h Wed Aug 29 14:01:40 2007 @@ -102,10 +102,12 @@ const string & label, bool isChecked = false ); - virtual NCRadioButton * createRadioButton ( YWidget * parent, const string & label, + virtual NCRadioButton * createRadioButton ( YWidget * parent, + const string & label, bool isChecked = false ); - virtual NCComboBox * createComboBox ( YWidget * parent, const string & label, + virtual NCComboBox * createComboBox ( YWidget * parent, + const string & label, bool editable = false ); virtual NCSelectionBox * createSelectionBox ( YWidget * parent, @@ -126,7 +128,8 @@ virtual NCIntField * createIntField ( YWidget * parent, const string & label, - int minVal, int maxVal, + int minVal, + int maxVal, int initialVal ); virtual NCMenuButton * createMenuButton ( YWidget * parent, @@ -173,7 +176,8 @@ // virtual NCSpacing * createSpacing ( YWidget * parent, - YUIDimension dim, bool stretchable = false, + YUIDimension dim, + bool stretchable = false, YLayoutSize_t size = 0.0 ); virtual NCEmpty * createEmpty ( YWidget * parent ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn.opensuse.org