made windows and the image buttons transparent, at last

fix for issue #793, see http://bugs.campware.org/view.php?id=793
This commit is contained in:
maroy 2005-04-13 14:47:55 +00:00
parent a7baf17231
commit 7cbec7fbf2
11 changed files with 274 additions and 30 deletions

View file

@ -22,7 +22,7 @@
Author : $Author: maroy $
Version : $Revision: 1.1 $
Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/include/LiveSupport/Widgets/ImageButton.h,v $
------------------------------------------------------------------------------*/
@ -60,7 +60,7 @@ namespace Widgets {
* to represent it.
*
* @author $Author: maroy $
* @version $Revision: 1.1 $
* @version $Revision: 1.2 $
*/
class ImageButton : public Gtk::Button
{
@ -95,6 +95,16 @@ class ImageButton : public Gtk::Button
*/
Glib::RefPtr<Gdk::Pixbuf> rollImage;
/**
* The transparency mask for the button, in passive state.
*/
Glib::RefPtr<Gdk::Bitmap> passiveMask;
/**
* The transparency mask for the button, in rollover state.
*/
Glib::RefPtr<Gdk::Bitmap> rollMask;
/**
* Default constructor.
*/