#include <widget.h>
Inheritance diagram for Gnome::Canvas::Widget:
Public Member Functions | |
virtual | ~Widget () |
GnomeCanvasWidget * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeCanvasWidget * | gobj () const |
Provides access to the underlying C GtkObject. | |
Widget (Group &parent, double x, double y, Gtk::Widget &w) | |
Widget (Group &parent) | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Canvas::Widget * | wrap (GnomeCanvasWidget *object, bool take_copy=false) |
virtual Gnome::Canvas::Widget::~Widget | ( | ) | [virtual] |
Gnome::Canvas::Widget::Widget | ( | Group & | parent, | |
double | x, | |||
double | y, | |||
Gtk::Widget & | w | |||
) |
Gnome::Canvas::Widget::Widget | ( | Group & | parent | ) | [explicit] |
const GnomeCanvasWidget* Gnome::Canvas::Widget::gobj | ( | ) | const [inline] |
GnomeCanvasWidget* Gnome::Canvas::Widget::gobj | ( | ) | [inline] |
Gnome::Canvas::Widget * wrap | ( | GnomeCanvasWidget * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |