#include <widget.h>
Inheritance diagram for Goocanvas::Widget:

Public Member Functions | |
| virtual | ~Widget () |
| GooCanvasWidget * | gobj () |
| Provides access to the underlying C GObject. | |
| const GooCanvasWidget * | gobj () const |
| Provides access to the underlying C GObject. | |
| GooCanvasWidget * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Static Public Member Functions | |
| static Glib::RefPtr< Widget > | create (Gtk::Widget &widget, double x=0.0, double y=0.0, double width=0.0, double height=0.0) |
Protected Member Functions | |
| Widget (Gtk::Widget &widget, double x, double y, double width=-1, double height=-1) | |
Related Functions | |
| (Note that these are not member functions.) | |
| Glib::RefPtr< Goocanvas::Widget > | wrap (GooCanvasWidget *object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
| virtual Goocanvas::Widget::~Widget | ( | ) | [virtual] |
| Goocanvas::Widget::Widget | ( | Gtk::Widget & | widget, | |
| double | x, | |||
| double | y, | |||
| double | width = -1, |
|||
| double | height = -1 | |||
| ) | [protected] |
| GooCanvasWidget* Goocanvas::Widget::gobj | ( | ) | [inline] |
| const GooCanvasWidget* Goocanvas::Widget::gobj | ( | ) | const [inline] |
| GooCanvasWidget* Goocanvas::Widget::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Goocanvas::ItemSimple.
| static Glib::RefPtr<Widget> Goocanvas::Widget::create | ( | Gtk::Widget & | widget, | |
| double | x = 0.0, |
|||
| double | y = 0.0, |
|||
| double | width = 0.0, |
|||
| double | height = 0.0 | |||
| ) | [static] |
| Glib::RefPtr< Goocanvas::Widget > wrap | ( | GooCanvasWidget * | object, | |
| bool | take_copy = false | |||
| ) | [related] |
A Glib::wrap() method for this object.
| object | The C instance. | |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
1.5.2