3 #ifndef _GTKMM_SEPARATOR_H
4 #define _GTKMM_SEPARATOR_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
34 #ifndef DOXYGEN_SHOULD_SKIP_THIS
41 {
class Separator_Class; }
42 #ifndef DOXYGEN_SHOULD_SKIP_THIS
49 {
class VSeparator_Class; }
50 #ifndef DOXYGEN_SHOULD_SKIP_THIS
57 {
class HSeparator_Class; }
71 #ifndef DOXYGEN_SHOULD_SKIP_THIS
80 #ifndef DOXYGEN_SHOULD_SKIP_THIS
84 static CppClassType separator_class_;
91 explicit Separator(
const Glib::ConstructParams& construct_params);
97 #ifndef DOXYGEN_SHOULD_SKIP_THIS
98 static GType get_type() G_GNUC_CONST;
101 static GType get_base_type() G_GNUC_CONST;
142 #ifndef DOXYGEN_SHOULD_SKIP_THIS
151 #ifndef DOXYGEN_SHOULD_SKIP_THIS
155 static CppClassType vseparator_class_;
162 explicit VSeparator(
const Glib::ConstructParams& construct_params);
168 #ifndef DOXYGEN_SHOULD_SKIP_THIS
169 static GType get_type() G_GNUC_CONST;
172 static GType get_base_type() G_GNUC_CONST;
211 #ifndef DOXYGEN_SHOULD_SKIP_THIS
220 #ifndef DOXYGEN_SHOULD_SKIP_THIS
224 static CppClassType hseparator_class_;
231 explicit HSeparator(
const Glib::ConstructParams& construct_params);
237 #ifndef DOXYGEN_SHOULD_SKIP_THIS
238 static GType get_type() G_GNUC_CONST;
241 static GType get_base_type() G_GNUC_CONST;
Gtk::HSeparator * wrap(GtkHSeparator *object, bool take_copy=false)
GtkHSeparator * gobj()
Provides access to the underlying C GtkObject.
const GtkHSeparator * gobj() const
Provides access to the underlying C GtkObject.
GtkSeparator * gobj()
Provides access to the underlying C GtkObject.
Gtk::Separator * wrap(GtkSeparator *object, bool take_copy=false)
const GtkSeparator * gobj() const
Provides access to the underlying C GtkObject.
const GtkVSeparator * gobj() const
Provides access to the underlying C GtkObject.
Gtk::VSeparator * wrap(GtkVSeparator *object, bool take_copy=false)
GtkVSeparator * gobj()
Provides access to the underlying C GtkObject.