Author: sh-sh-sh Date: Fri Sep 28 14:18:12 2007 New Revision: 41165 URL: http://svn.opensuse.org/viewcvs/yast?rev=41165&view=rev Log: doc Modified: branches/tmp/sh/mod-ui/core/libyui/src/YSelectionBox.h Modified: branches/tmp/sh/mod-ui/core/libyui/src/YSelectionBox.h URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/core/libyui/src/YSelectionBox.h?rev=41165&r1=41164&r2=41165&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/core/libyui/src/YSelectionBox.h (original) +++ branches/tmp/sh/mod-ui/core/libyui/src/YSelectionBox.h Fri Sep 28 14:18:12 2007 @@ -46,7 +46,7 @@ * * (*) Not all UIs (in particular not text-based UIs) support displaying icons, * so an icon should never be an exclusive means to display any kind of - * information. + * information. **/ class YSelectionBox : public YSelectionWidget { @@ -99,7 +99,7 @@ * immediateMode(), the NCSelectionBox will wait until the user hits the * [Return] key until an event is sent. Depending on what the application * does upon each selection box event, immediateMode() might make the - * application more sluggish. + * application less responsive. **/ bool immediateMode() const; @@ -107,7 +107,7 @@ * Set immediateMode() on or off. **/ void setImmediateMode( bool on = true ); - + /** * Set a property. * Reimplemented from YWidget. @@ -136,13 +136,13 @@ * Reimplemented from YWidget. **/ virtual const YPropertySet & propertySet(); - + /** * The name of the widget property that will return user input. * Inherited from YWidget. **/ const char *userInputProperty() { return YUIProperty_CurrentItem; } - + private: /** -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org