logo top
Main Page   Widgets   Namespaces   Book  

Gtk::EventBox Class Reference
[Widgets]

Event capturing box. More...

Inheritance diagram for Gtk::EventBox:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~EventBox ()
GtkEventBox* gobj ()
 Provides access to the underlying C GtkObject.

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

 EventBox ()
bool get_visible_window () const
void set_visible_window (bool visible_window=true)
bool get_above_child () const
void set_above_child (bool above_child=true)
Glib::PropertyProxy<bool> property_visible_window ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them.

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


Related Functions

(Note that these are not member functions.)

Gtk::EventBoxwrap (GtkEventBox* object, bool take_copy=false)

Detailed Description

Event capturing box.

This widget adds an X Window where one does not normally appear, allowing you to capture events. It will receive any event which is specified with set_events().

This widget is generally used to add Gtk::Tooltips, button presses, and clipping to widgets derived from Gtk::Misc.


Constructor & Destructor Documentation

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

Gtk::EventBox::EventBox (  ) 
 


Member Function Documentation

bool Gtk::EventBox::get_above_child (  )  const
 

bool Gtk::EventBox::get_visible_window (  )  const
 

const GtkEventBox* Gtk::EventBox::gobj (  )  const [inline]
 

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Bin.

GtkEventBox* Gtk::EventBox::gobj (  )  [inline]
 

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Bin.

Glib::PropertyProxy<bool> Gtk::EventBox::property_above_child (  ) 
 

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::EventBox::property_visible_window (  ) 
 

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::EventBox::set_above_child ( bool  above_child = true  ) 
 

void Gtk::EventBox::set_visible_window ( bool  visible_window = true  ) 
 


Friends And Related Function Documentation

Gtk::EventBox* wrap ( GtkEventBox*  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