Gtk2::HandleBox(3) User Contributed Perl Documentation Gtk2::HandleBox(3)

Gtk2::HandleBox - wrapper for GtkHandleBox

Glib::Object
+----Glib::InitiallyUnowned
     +----Gtk2::Object
          +----Gtk2::Widget
               +----Gtk2::Container
                    +----Gtk2::Bin
                         +----Gtk2::HandleBox

Glib::Object::_Unregistered::AtkImplementorIface
Gtk2::Buildable

positiontype = $handle_box->get_handle_position

$handle_box->set_handle_position ($position)

$position (Gtk2::PositionType)

$handle_box->set_shadow_type ($type)

$type (Gtk2::ShadowType)

positiontype = $handle_box->get_snap_edge

$handle_box->set_snap_edge ($edge)

$edge (Gtk2::PositionType)

'child-detached' (boolean : default false : readable / private / static-nick / static-blurb)
A boolean value indicating whether the handlebox's child is attached or detached.
'handle-position' (Gtk2::PositionType : default "left" : readable / writable / private / static-nick / static-blurb)
Position of the handle relative to the child widget
'shadow' (Gtk2::ShadowType : default "out" : readable / writable / private / static-nick / static-blurb / deprecated)
Deprecated property, use shadow_type instead
'shadow-type' (Gtk2::ShadowType : default "out" : readable / writable / private / static-nick / static-blurb)
Appearance of the shadow that surrounds the container
'snap-edge' (Gtk2::PositionType : default "top" : readable / writable / private / static-nick / static-blurb)
Side of the handlebox that's lined up with the docking point to dock the handlebox
'snap-edge-set' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether to use the value from the snap_edge property or a value derived from handle_position

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

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

Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin

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

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

2023-07-25 perl v5.38.0