[yast-commit] r58196 - /trunk/libyui/src/YSelectionWidget.h

Author: kmachalkova Date: Tue Jul 28 17:00:40 2009 New Revision: 58196 URL: http://svn.opensuse.org/viewcvs/yast?rev=58196&view=rev Log: Updated docu (FaTE#306356) Modified: trunk/libyui/src/YSelectionWidget.h Modified: trunk/libyui/src/YSelectionWidget.h URL: http://svn.opensuse.org/viewcvs/yast/trunk/libyui/src/YSelectionWidget.h?rev... ============================================================================== --- trunk/libyui/src/YSelectionWidget.h (original) +++ trunk/libyui/src/YSelectionWidget.h Tue Jul 28 17:00:40 2009 @@ -217,14 +217,20 @@ /** * Return the full path + file name for the specified icon name. - * + * If iconBasePath is non-empty, it is prepended to the icon name. + * Otherwise, YUI::yApp()->iconLoader() and its icon search paths + * is used find the icon in one of them + * * If 'iconName' is empty, this will return an empty string. **/ string iconFullPath( const string & iconName ) const; /** * Return the full path + file name for the icon of the specified item. - * + * If iconBasePath is non-empty, it is prepended to the item's iconName. + * Otherwise, YUI::yApp()->iconLoader() and its icon search paths + * is used find the icon in one of them + * * If 'item' does not have an iconName specified, this will return an empty * string. **/ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn.opensuse.org