![]() |
![]() |
Inheritance diagram for Gtk::EventBox:
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::EventBox* | wrap (GtkEventBox* object, bool take_copy=false) |
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.
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Bin. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Bin. |
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
|
|
|