Class Index Cross Index Namespace Index

Class Gtk::Paned


Contained in: Gtk
Derived from: Gtk::Container
Derived by: Gtk::HPaned Gtk::VPaned

#include <gtk--/paned.h>


public function member index:

Paned();
void add1(Gtk::Widget& child);
void add2(Gtk::Widget& child);
Gtk::Widget* get_child1() const;
guint get_child1_resize() const;
guint get_child1_shrink() const;
Gtk::Widget* get_child2() const;
guint get_child2_resize() const;
guint get_child2_shrink() const;
guint16 get_gutter_size() const;
guint16 get_handle_size() const;
GtkPaned* gtkobj();
const GtkPaned* gtkobj() const;
static bool isA(Object* object);
void pack1(Gtk::Widget& child, gint resize, gint shrink);
void pack2(Gtk::Widget& child, gint resize, gint shrink);
void set_gutter_size(guint16 size);
void set_handle_size(guint16 size);
void set_position(gint position);
virtual ~Paned();
 

Description:



Function Member Descriptions:

Gtk::Paned::gtkobj - Returns the underlaying gtk+ object.

GtkPaned* gtkobj();

Gtk::Paned::isA - Returns true if object is this type.

static bool isA(Object* object);