HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Fixed
INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable
METHODS
widget = Gtk2::Fixed->new
boolean = $fixed->get_has_window
$fixed->set_has_window ($has_window)
- $has_window (boolean)
$fixed->move ($widget, $x, $y)
- $widget (Gtk2::Widget)
- $x (integer)
- $y (integer)
$fixed->put ($widget, $x, $y)
- $widget (Gtk2::Widget)
- $x (integer)
- $y (integer)
CHILD PROPERTIES
- 'x' (integer : default 0 : readable / writable / private)
- X position of child widget
- 'y' (integer : default 0 : readable / writable / private)
- Y position of child widget
COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.