re-added window titles for windows with image titles (this title is displayed on the taskbar)

This commit is contained in:
fgerlits 2005-06-02 18:47:22 +00:00
parent 7885cd91da
commit 7147940370
7 changed files with 27 additions and 14 deletions

View file

@ -22,7 +22,7 @@
Author : $Author: fgerlits $
Version : $Revision: 1.12 $
Version : $Revision: 1.13 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/include/LiveSupport/Widgets/WhiteWindow.h,v $
------------------------------------------------------------------------------*/
@ -94,7 +94,7 @@ using namespace LiveSupport::Core;
* </code></pre>
*
* @author $Author: fgerlits $
* @version $Revision: 1.12 $
* @version $Revision: 1.13 $
* @see WidgetFactory
* @see WidgetFactory#getWhiteWindowCorners
*/
@ -142,6 +142,11 @@ class WhiteWindow : public Gtk::Window
*/
Gtk::Alignment * cornerButtonAlignment;
/**
* True if the window has been minimized.
*/
bool isMaximized;
/**
* The close button.
*/
@ -186,11 +191,6 @@ class WhiteWindow : public Gtk::Window
bool
onTitleClicked(GdkEventButton * event) throw ();
/**
* True if the window has been minimized.
*/
bool isMaximized;
/**
* Signal handler for the minimize button clicked.
*/