logo top
Main Page   Widgets   Namespaces   Book  

Gtk::ColorButton Class Reference
[Widgets]

Inheritance diagram for Gtk::ColorButton:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~ColorButton ()
GtkColorButton* gobj ()
 Provides access to the underlying C GtkObject.

const GtkColorButton* gobj () const
 Provides access to the underlying C GtkObject.

 ColorButton ()
 ColorButton (const Gdk::Color& color)
void set_color (const Gdk::Color& color)
void set_alpha (guint16 alpha)
Gdk::Color get_color () const
guint16 get_alpha () const
void set_use_alpha (bool use_alpha=true)
bool get_use_alpha () const
void set_title (const Glib::ustring& title)
Glib::ustring get_title () const
Glib::PropertyProxy<bool> property_use_alpha ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Glib::PropertyProxy<Glib::ustringproperty_title ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Glib::PropertyProxy<Gdk::Colorproperty_color ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Glib::PropertyProxy<guint16> property_alpha ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Glib::SignalProxy0<void> signal_color_set ()

Protected Member Functions

virtual void on_color_set ()

Related Functions

(Note that these are not member functions.)

Gtk::ColorButtonwrap (GtkColorButton* object, bool take_copy=false)

Constructor & Destructor Documentation

virtual Gtk::ColorButton::~ColorButton (  )  [virtual]
 

Gtk::ColorButton::ColorButton (  ) 
 

Gtk::ColorButton::ColorButton ( const Gdk::Color color  )  [explicit]
 


Member Function Documentation

guint16 Gtk::ColorButton::get_alpha (  )  const
 

Gdk::Color Gtk::ColorButton::get_color (  )  const
 

Glib::ustring Gtk::ColorButton::get_title (  )  const
 

bool Gtk::ColorButton::get_use_alpha (  )  const
 

const GtkColorButton* Gtk::ColorButton::gobj (  )  const [inline]
 

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Button.

GtkColorButton* Gtk::ColorButton::gobj (  )  [inline]
 

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Button.

virtual void Gtk::ColorButton::on_color_set (  )  [protected, virtual]
 

Glib::PropertyProxy<guint16> Gtk::ColorButton::property_alpha (  ) 
 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<Gdk::Color> Gtk::ColorButton::property_color (  ) 
 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<Glib::ustring> Gtk::ColorButton::property_title (  ) 
 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Glib::PropertyProxy<bool> Gtk::ColorButton::property_use_alpha (  ) 
 

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

void Gtk::ColorButton::set_alpha ( guint16  alpha  ) 
 

void Gtk::ColorButton::set_color ( const Gdk::Color color  ) 
 

void Gtk::ColorButton::set_title ( const Glib::ustring title  ) 
 

void Gtk::ColorButton::set_use_alpha ( bool  use_alpha = true  ) 
 

Glib::SignalProxy0<void> Gtk::ColorButton::signal_color_set (  ) 
 

Prototype:
void color_set()


Friends And Related Function Documentation

Gtk::ColorButton* wrap ( GtkColorButton*  object,
bool  take_copy = false
[related]
 


The documentation for this class was generated from the following file:
Generated for gtkmm 2.2 by Doxygen 1.3.4 © 1997-2001