|
Public Member Functions |
virtual | ~Layout () |
GtkLayout* | gobj () |
| Provides access to the underlying C GtkObject.
|
const GtkLayout* | gobj () const |
| Provides access to the underlying C GtkObject.
|
| Layout () |
| Layout (Adjustment& hadjustment, Adjustment& vadjustment) |
void | put (Widget& widget, int x, int y) |
void | move (Widget& widget, int x, int y) |
void | set_size (guint width, guint height) |
void | get_size (guint& width, guint& height) const |
void | set_hadjustment (Adjustment& hadj) |
void | set_hadjustment () |
| Creates the Adjustment.
|
Adjustment* | get_hadjustment () |
const Adjustment* | get_hadjustment () const |
void | set_vadjustment (Adjustment& vadj) |
void | set_vadjustment () |
| Creates the Adjustment.
|
Adjustment* | get_vadjustment () |
const Adjustment* | get_vadjustment () const |
Glib::RefPtr<Gdk::Window> | get_bin_window () |
Glib::RefPtr<const Gdk::Window> | get_bin_window () const |
Glib::SignalProxy2< void,
Adjustment*, Adjustment* > | signal_set_scroll_adjustments () |
Glib::PropertyProxy<Adjustment*> | property_hadjustment () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy<Adjustment*> | property_vadjustment () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy<guint> | property_width () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy<guint> | property_height () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Protected Member Functions |
virtual void | on_set_scroll_adjustments (Adjustment* p1, Adjustment* p2) |
Related Functions |
(Note that these are not member functions.)
|
Gtk::Layout* | wrap (GtkLayout* object, bool take_copy=false) |