#include <widget.h>
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) | |
Glib::PropertyProxy < Gtk::Widget * > | property_widget () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Gtk::Widget * > | property_widget () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_x () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | property_x () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_y () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | property_y () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_width () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | property_width () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_height () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | property_height () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Gtk::AnchorType > | property_anchor () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Gtk::AnchorType > | property_anchor () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_size_pixels () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_size_pixels () const |
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.) | |
Gnome::Canvas::Widget * | wrap (GnomeCanvasWidget *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
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] |
Glib::PropertyProxy_ReadOnly<Gtk::AnchorType> Gnome::Canvas::Widget::property_anchor | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::AnchorType> Gnome::Canvas::Widget::property_anchor | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Widget::property_height | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Widget::property_height | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Widget::property_size_pixels | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Widget::property_size_pixels | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Gtk::Widget*> Gnome::Canvas::Widget::property_widget | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::Widget*> Gnome::Canvas::Widget::property_widget | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Widget::property_width | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Widget::property_width | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Widget::property_x | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Widget::property_x | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Widget::property_y | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Widget::property_y | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Canvas::Widget * wrap | ( | GnomeCanvasWidget * | 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. |