7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
34 #ifndef DOXYGEN_SHOULD_SKIP_THIS
59 #ifndef DOXYGEN_SHOULD_SKIP_THIS
60 typedef Misc CppObjectType;
68 #ifndef DOXYGEN_SHOULD_SKIP_THIS
72 static CppClassType misc_class_;
79 explicit Misc(
const Glib::ConstructParams& construct_params);
85 #ifndef DOXYGEN_SHOULD_SKIP_THIS
86 static GType get_type() G_GNUC_CONST;
89 static GType get_base_type() G_GNUC_CONST;
Glib::PropertyProxy_ReadOnly< float > property_xalign() const
Glib::PropertyProxy< int > property_xpad()
Glib::PropertyProxy_ReadOnly< int > property_ypad() const
void set_alignment(float xalign=0.0, float yalign=0.5)
GtkMisc * gobj()
Provides access to the underlying C GtkObject.
Glib::PropertyProxy_ReadOnly< int > property_xpad() const
Gtk::Misc * wrap(GtkMisc *object, bool take_copy=false)
void get_alignment(float &xalign, float &yalign) const
void set_alignment(AlignmentEnum xalign=Gtk::ALIGN_START, AlignmentEnum yalign=Gtk::ALIGN_CENTER)
Glib::PropertyProxy_ReadOnly< float > property_yalign() const
Glib::PropertyProxy< float > property_yalign()
void get_padding(int &xpad, int &ypad) const
Glib::PropertyProxy< float > property_xalign()
void set_padding(int xpad, int ypad)
Glib::PropertyProxy< int > property_ypad()
const GtkMisc * gobj() const
Provides access to the underlying C GtkObject.