class Inti::Gtk::Paned

Name

class Inti::Gtk::Paned -- 

Synopsis

class Inti::Gtk::Paned is declared in the header inti/gtk/paned.h.

This is an abstract base class, and may not be instantiated.

Superclasses. Container

Subclasses. VPaned, HPaned

Class members

Public Methods.
GtkPaned * gtk_paned () const
void add1 (Inti::Gtk::Widget* child)
void add2 (Inti::Gtk::Widget* child)
void pack1 (Inti::Gtk::Widget* child, bool resize, bool shrink)
void pack2 (Inti::Gtk::Widget* child, bool resize, bool shrink)
void set_position (int position)
int position () const
void set_handle_size (int size)
int handle_size () const
Widget * child1 () const
Widget * child2 () const

Protected Constructors.
Paned (GtkPaned * src, GtkPanedClass * orig)
Paned ()

Protected Destructor.
virtual  ~Paned () = 0

Description

Public Methods

method Inti::Gtk::Paned::gtk_paned

GtkPaned * gtk_paned () const

method Inti::Gtk::Paned::add1

void add1 (Inti::Gtk::Widget* child)

child 

method Inti::Gtk::Paned::add2

void add2 (Inti::Gtk::Widget* child)

child 

method Inti::Gtk::Paned::pack1

void pack1 (Inti::Gtk::Widget* child, bool resize, bool shrink)

child 
resize 
shrink 

method Inti::Gtk::Paned::pack2

void pack2 (Inti::Gtk::Widget* child, bool resize, bool shrink)

child 
resize 
shrink 

method Inti::Gtk::Paned::set_position

void set_position (int position)

position 

method Inti::Gtk::Paned::position

int position () const

method Inti::Gtk::Paned::set_handle_size

void set_handle_size (int size)

size 

method Inti::Gtk::Paned::handle_size

int handle_size () const

method Inti::Gtk::Paned::child1

Widget * child1 () const

method Inti::Gtk::Paned::child2

Widget * child2 () const

Protected Constructors

method Inti::Gtk::Paned::Paned

Paned (GtkPaned * src, GtkPanedClass * orig)

src 
orig 

method Inti::Gtk::Paned::Paned

Paned ()

Protected Destructor

method Inti::Gtk::Paned::~Paned

virtual  ~Paned () = 0