logo top
Main Page   Widgets   Namespaces   Book  

Gtk::ToolButton Class Reference
[Widgets]

Inheritance diagram for Gtk::ToolButton:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~ToolButton ()
GtkToolButton* gobj ()
 Provides access to the underlying C GtkObject.

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

 ToolButton ()
 ToolButton (const Gtk::StockID& stock_id)
 ToolButton (Widget& icon_widget, const Glib::ustring& label=Glib::ustring())
void set_label (const Glib::ustring& label)
Glib::ustring get_label () const
void set_use_underline (bool use_underline=true)
bool get_use_underline () const
void set_stock_id (const Gtk::StockID& stock_id)
Glib::ustring get_stock_id () const
void set_icon_widget (Widget& icon_widget)
Widgetget_icon_widget ()
const Widgetget_icon_widget () const
void set_label_widget (Widget& label_widget)
Widgetget_label_widget ()
const Widgetget_label_widget () const
Glib::SignalProxy0<void> signal_clicked ()
Glib::PropertyProxy<Glib::ustringproperty_label ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.

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

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

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

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


Protected Member Functions

virtual void on_clicked ()

Related Functions

(Note that these are not member functions.)

Gtk::ToolButtonwrap (GtkToolButton* object, bool take_copy=false)

Constructor & Destructor Documentation

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

Gtk::ToolButton::ToolButton (  ) 
 

Gtk::ToolButton::ToolButton ( const Gtk::StockID stock_id  )  [explicit]
 

Gtk::ToolButton::ToolButton ( Widget icon_widget,
const Glib::ustring label = Glib::ustring()
[explicit]
 


Member Function Documentation

const Widget* Gtk::ToolButton::get_icon_widget (  )  const
 

Widget* Gtk::ToolButton::get_icon_widget (  ) 
 

Glib::ustring Gtk::ToolButton::get_label (  )  const
 

const Widget* Gtk::ToolButton::get_label_widget (  )  const
 

Widget* Gtk::ToolButton::get_label_widget (  ) 
 

Glib::ustring Gtk::ToolButton::get_stock_id (  )  const
 

bool Gtk::ToolButton::get_use_underline (  )  const
 

const GtkToolButton* Gtk::ToolButton::gobj (  )  const [inline]
 

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::ToolItem.

Reimplemented in Gtk::RadioToolButton, and Gtk::ToggleToolButton.

GtkToolButton* Gtk::ToolButton::gobj (  )  [inline]
 

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::ToolItem.

Reimplemented in Gtk::RadioToolButton, and Gtk::ToggleToolButton.

virtual void Gtk::ToolButton::on_clicked (  )  [protected, virtual]
 

Glib::PropertyProxy<Gtk::Widget> Gtk::ToolButton::property_icon_widget (  ) 
 

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::ToolButton::property_label (  ) 
 

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<Gtk::Widget*> Gtk::ToolButton::property_label_widget (  ) 
 

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::ToolButton::property_stock_id (  ) 
 

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::ToolButton::property_use_underline (  ) 
 

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::ToolButton::set_icon_widget ( Widget icon_widget  ) 
 

void Gtk::ToolButton::set_label ( const Glib::ustring label  ) 
 

void Gtk::ToolButton::set_label_widget ( Widget label_widget  ) 
 

void Gtk::ToolButton::set_stock_id ( const Gtk::StockID stock_id  ) 
 

void Gtk::ToolButton::set_use_underline ( bool  use_underline = true  ) 
 

Glib::SignalProxy0<void> Gtk::ToolButton::signal_clicked (  ) 
 

Prototype:
void clicked()


Friends And Related Function Documentation

Gtk::ToolButton* wrap ( GtkToolButton*  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