![]() |
![]() |
Filler widget used to separate widgets with a visible line. This widget has no window and receives no configuration events. It should be considered a leaf widget.
Public Member Functions | |
const GtkVSeparator* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkVSeparator* | gobj () |
Provides access to the underlying C GtkObject. | |
VSeparator () | |
virtual | ~VSeparator () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::VSeparator* | wrap (GtkVSeparator* object, bool take_copy=false) |
virtual Gtk::VSeparator::~VSeparator | ( | ) | [virtual] |
Gtk::VSeparator::VSeparator | ( | ) |
const GtkVSeparator* Gtk::VSeparator::gobj | ( | ) | const [inline] |
GtkVSeparator* Gtk::VSeparator::gobj | ( | ) | [inline] |
Gtk::VSeparator* wrap | ( | GtkVSeparator * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |