added (so far, empty) Search window

This commit is contained in:
fgerlits 2005-04-19 08:28:38 +00:00
parent e8adb2ad08
commit 782617cd74
8 changed files with 103 additions and 18 deletions

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $
Version : $Revision: 1.14 $
Author : $Author: fgerlits $
Version : $Revision: 1.15 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/include/LiveSupport/Widgets/WidgetFactory.h,v $
------------------------------------------------------------------------------*/
@ -88,8 +88,8 @@ class WhiteWindow;
* <!ATTLIST widgetFactory path CDATA #REQUIRED >
* </code></pre>
*
* @author $Author: maroy $
* @version $Revision: 1.14 $
* @author $Author: fgerlits $
* @version $Revision: 1.15 $
*/
class WidgetFactory :
virtual public Configurable
@ -113,7 +113,8 @@ class WidgetFactory :
* The list of available miscellaneous images.
*/
typedef enum { resizeImage,
scratchpadWindowTitleImage }
scratchpadWindowTitleImage,
searchWindowTitleImage }
ImageType;