gtk+-2.0 Reference Manual

Synopsis

public class Paned : Container, Implementor, Buildable  {
    public    weak Widget               child1 ;
    public    weak Widget               child2 ;
    public    weak Gdk.Window           handle ;
    public    weak Gdk.GC               xor_gc ;
    public    Gdk.CursorType            cursor_type ;
    public    Gdk.Rectangle             handle_pos ;
    public    int                       child1_size ;
    public    int                       last_allocation ;
    public    uint                      in_drag ;
    public    uint                      child1_shrink ;
    public    uint                      child1_resize ;
    public    uint                      child2_shrink ;
    public    uint                      child2_resize ;
    public    uint                      orientation ;
    public    uint                      in_recursion ;
    public    uint                      handle_prelit ;
    public    weak Widget               last_child1_focus ;
    public    weak Widget               last_child2_focus ;
    public    int                       drag_pos ;
    public    int                       original_position ;


    public    weak int                  max_position              { get; } ;
    public    weak int                  min_position              { get; } ;
    public    weak int                  position                  { get; set; } ;
    public    weak bool                 position_set              { get; set; } ;


    public    signal bool               accept_position           (  )  ;
    public    signal bool               cancel_position           (  )  ;
    public    signal bool               cycle_child_focus         ( bool                reverse )  ;
    public    signal bool               cycle_handle_focus        ( bool                reverse )  ;
    public    signal bool               move_handle               ( ScrollType          scroll )  ;
    public    signal bool               toggle_handle_focus       (  )  ;


    public    void                      add1                      ( Widget              child ) ;
    public    void                      add2                      ( Widget              child ) ;
    public    weak Widget               get_child1                (  ) ;
    public    weak Widget               get_child2                (  ) ;
    public    int                       get_position              (  ) ;
    public    void                      pack1                     ( Widget              child,
                                                                    bool                resize,
                                                                    bool                shrink ) ;
    public    void                      pack2                     ( Widget              child,
                                                                    bool                resize,
                                                                    bool                shrink ) ;
    public    void                      set_position              ( int                 position ) ;
}

Paned Description

Details

Constructor Details

Field Details

child1
    public    weak Widget               child1 ;		

child2
    public    weak Widget               child2 ;		

handle
    public    weak Gdk.Window           handle ;		

xor_gc
    public    weak Gdk.GC               xor_gc ;		

cursor_type
    public    Gdk.CursorType            cursor_type ;		

handle_pos
    public    Gdk.Rectangle             handle_pos ;		

child1_size
    public    int                       child1_size ;		

last_allocation
    public    int                       last_allocation ;		

in_drag
    public    uint                      in_drag ;		

child1_shrink
    public    uint                      child1_shrink ;		

child1_resize
    public    uint                      child1_resize ;		

child2_shrink
    public    uint                      child2_shrink ;		

child2_resize
    public    uint                      child2_resize ;		

orientation
    public    uint                      orientation ;		

in_recursion
    public    uint                      in_recursion ;		

handle_prelit
    public    uint                      handle_prelit ;		

last_child1_focus
    public    weak Widget               last_child1_focus ;		

last_child2_focus
    public    weak Widget               last_child2_focus ;		

drag_pos
    public    int                       drag_pos ;		

original_position
    public    int                       original_position ;		

Signal Details

accept_position
    public    signal bool               accept_position           (  )  ;		

cancel_position
    public    signal bool               cancel_position           (  )  ;		

cycle_child_focus
    public    signal bool               cycle_child_focus         ( bool                reverse )  ;		

cycle_handle_focus
    public    signal bool               cycle_handle_focus        ( bool                reverse )  ;		

move_handle
    public    signal bool               move_handle               ( ScrollType          scroll )  ;		

toggle_handle_focus
    public    signal bool               toggle_handle_focus       (  )  ;		

Property Details

max_position
    public    weak int                  max_position              { get; } ;		

min_position
    public    weak int                  min_position              { get; } ;		

position
    public    weak int                  position                  { get; set; } ;		

position_set
    public    weak bool                 position_set              { get; set; } ;		

Method Details

add1 ()
    public    void                      add1                      ( Widget              child ) ;		

add2 ()
    public    void                      add2                      ( Widget              child ) ;		

get_child1 ()
    public    weak Widget               get_child1                (  ) ;		

get_child2 ()
    public    weak Widget               get_child2                (  ) ;		

get_position ()
    public    int                       get_position              (  ) ;		

pack1 ()
    public    void                      pack1                     ( Widget              child,
                                                                    bool                resize,
                                                                    bool                shrink ) ;		

pack2 ()
    public    void                      pack2                     ( Widget              child,
                                                                    bool                resize,
                                                                    bool                shrink ) ;		

set_position ()
    public    void                      set_position              ( int                 position ) ;		


Created by Valadoc