gtkmm 3.1.16
|
A separator widget. More...
Public Member Functions | |
virtual | ~Separator () |
GtkSeparator* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkSeparator* | gobj () const |
Provides access to the underlying C GtkObject. | |
Separator (Orientation orientation=ORIENTATION_HORIZONTAL) | |
Related Functions | |
(Note that these are not member functions.) | |
home murrayc checkouts gnome30 gtkmm gtk gtkmm separator h Gtk::Separator* | wrap (GtkSeparator* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
A separator widget.
Gtk::Separator is a horizontal or vertical separator widget, depending on the value of the orientation property, used to group the widgets within a window. It displays a line with a shadow to make it appear sunken into the interface.
virtual Gtk::Separator::~Separator | ( | ) | [virtual] |
Gtk::Separator::Separator | ( | Orientation | orientation = ORIENTATION_HORIZONTAL | ) | [explicit] |
GtkSeparator* Gtk::Separator::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Orientable.
Reimplemented in Gtk::VSeparator, and Gtk::HSeparator.
const GtkSeparator* Gtk::Separator::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Orientable.
Reimplemented in Gtk::VSeparator, and Gtk::HSeparator.
home murrayc checkouts gnome30 gtkmm gtk gtkmm separator h Gtk::Separator* wrap | ( | GtkSeparator * | 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. |