man Gtk2::HandleBox () - Gtk2::HandleBox

NAME

Gtk2::HandleBox

HIERARCHY

  Glib::Object
  +----Glib::Object::_Unregistered::GInitiallyUnowned
       +----Gtk2::Object
            +----Gtk2::Widget
                 +----Gtk2::Container
                      +----Gtk2::Bin
                           +----Gtk2::HandleBox

INTERFACES

  Gtk2::Atk::ImplementorIface

METHODS

widget = Gtk2::HandleBox->new

$handle_box->set_handle_position ($position)

$handle_box->set_shadow_type ($type)

$handle_box->set_snap_edge ($edge)

PROPERTIES

'handle-position' (Gtk2::PositionType : readable / writable / private)
Position of the handle relative to the child widget
'shadow' (Gtk2::ShadowType : readable / writable / private)
Deprecated property, use shadow_type instead
'shadow-type' (Gtk2::ShadowType : readable / writable / private)
Appearance of the shadow that surrounds the container
'snap-edge' (Gtk2::PositionType : readable / writable / private)
Side of the handlebox that's lined up with the docking point to dock the handlebox
'snap-edge-set' (boolean : readable / writable / private)
Whether to use the value from the snap_edge property or a value derived from handle_position

SIGNALS

child-attached (Gtk2::HandleBox, Gtk2::Widget)
child-detached (Gtk2::HandleBox, Gtk2::Widget)

ENUMS AND FLAGS

enum Gtk2::PositionType

* 'left' / 'GTK_POS_LEFT'
* 'right' / 'GTK_POS_RIGHT'
* 'top' / 'GTK_POS_TOP'
* 'bottom' / 'GTK_POS_BOTTOM'

enum Gtk2::ShadowType

* 'none' / 'GTK_SHADOW_NONE'
* 'in' / 'GTK_SHADOW_IN'
* 'out' / 'GTK_SHADOW_OUT'
* 'etched-in' / 'GTK_SHADOW_ETCHED_IN'
* 'etched-out' / 'GTK_SHADOW_ETCHED_OUT'

SEE ALSO

Gtk2, Glib::Object, Glib::Object::_Unregistered::GInitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin

COPYRIGHT

Copyright (C) 2003-2005 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.