3 #ifndef _GTKMM_LAYOUT_H
4 #define _GTKMM_LAYOUT_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
36 #ifndef DOXYGEN_SHOULD_SKIP_THIS
43 {
class Layout_Class; }
67 #ifndef DOXYGEN_SHOULD_SKIP_THIS
68 typedef Layout CppObjectType;
76 #ifndef DOXYGEN_SHOULD_SKIP_THIS
80 static CppClassType layout_class_;
87 explicit Layout(
const Glib::ConstructParams& construct_params);
93 #ifndef DOXYGEN_SHOULD_SKIP_THIS
94 static GType get_type() G_GNUC_CONST;
97 static GType get_base_type() G_GNUC_CONST;
const Adjustment * get_hadjustment() const
Glib::SignalProxy2< void, Adjustment *, Adjustment * > signal_set_scroll_adjustments()
Glib::RefPtr< Gdk::Window > get_bin_window()
Glib::PropertyProxy< guint > property_width()
void set_hadjustment(Adjustment &adjustment)
Glib::PropertyProxy< guint > property_height()
GtkLayout * gobj()
Provides access to the underlying C GtkObject.
Glib::PropertyProxy< Adjustment * > property_vadjustment()
Glib::PropertyProxy_ReadOnly< Adjustment * > property_hadjustment() const
Glib::PropertyProxy< Adjustment * > property_hadjustment()
const Adjustment * get_vadjustment() const
void set_hadjustment()
Creates the Adjustment.
Glib::PropertyProxy_ReadOnly< guint > property_height() const
void get_size(guint &width, guint &height) const
const GtkLayout * gobj() const
Provides access to the underlying C GtkObject.
void move(Widget &child_widget, int x, int y)
void put(Widget &child_widget, int x, int y)
void set_vadjustment()
Creates the Adjustment.
Adjustment * get_hadjustment()
Gtk::Layout * wrap(GtkLayout *object, bool take_copy=false)
Glib::PropertyProxy_ReadOnly< guint > property_width() const
Glib::PropertyProxy_ReadOnly< Adjustment * > property_vadjustment() const
Adjustment * get_vadjustment()
virtual void on_set_scroll_adjustments(Adjustment *hadj, Adjustment *vadj)
This is a default handler for the signal signal_set_scroll_adjustments().
Glib::RefPtr< const Gdk::Window > get_bin_window() const
void set_vadjustment(Adjustment &adjustment)
void set_size(guint width, guint height)
Layout(Adjustment &hadjustment, Adjustment &vadjustment)