index
gtk-- homepage



Description:
Gtk_Paned

#include <gtk--/paned.h>
Base classes: Gtk_Container
Derived by: Gtk_HPaned Gtk_VPaned



Properties:

NameTypeGetSetDescription
child1 Gtk_Widget*      
child2 Gtk_Widget*      
handle GdkWindow*      
groove_rectangle GdkRectangle      
xor_gc GdkGC*      
handle_size guint16      
gutter_size guint16      
child1_size gint      
last_allocation gint      
min_position gint      
max_position gint      
position_set guint:1      
in_drag guint:1      
child1_shrink guint:1      
child1_resize guint:1      
child2_shrink guint:1      
child2_resize guint:1      
handle_xpos gint16      
handle_ypos gint16    



Public member index:


Gtk_Paned();
Gtk_Paned(GtkPaned *castitem);
void add1(const Gtk_Widget &child);
void add2(const Gtk_Widget &child);
void add1(const Gtk_ObjectHandle <Gtk_Widget > &child);
void add2(const Gtk_ObjectHandle <Gtk_Widget > &child);
void set_handle_size(guint16 size);
void set_gutter_size(guint16 size);
void pack1(const Gtk_Widget &child,bool resize,bool shrink);
void pack2(const Gtk_Widget &child,bool resize,bool shrink);
void pack1(const Gtk_ObjectHandle <Gtk_Widget > &child,bool resize,bool shrink);
void pack2(const Gtk_ObjectHandle <Gtk_Widget > &child,bool resize,bool shrink);
void set_position(gint position);
bool get_child1_shrink()const;
bool get_child2_shrink()const;
bool get_child1_resize()const;
bool get_child2_resize()const;
guint16 get_handle_size()const;
guint16 get_gutter_size()const;
const Gtk_Widget *get_child1()const;
const Gtk_Widget *get_child2()const;
GtkPaned *gtkobj();
const GtkPaned *gtkobj()const;
static bool isGtkPaned(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
Private member index:


GtkType get_type();

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)