Gtk2::Fixed(3) User Contributed Perl Documentation Gtk2::Fixed(3) NAME Gtk2::Fixed - wrapper for GtkFixed 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) o $has_window (boolean) $fixed->move ($widget, $x, $y) o $widget (Gtk2::Widget) o $x (integer) o $y (integer) $fixed->put ($widget, $x, $y) o $widget (Gtk2::Widget) o $x (integer) o $y (integer) CHILD PROPERTIES 'x' (integer : default 0 : readable / writable / private / static-nick / static-blurb) X position of child widget 'y' (integer : default 0 : readable / writable / private / static-nick / static-blurb) Y position of child widget SEE ALSO Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container COPYRIGHT Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.38.0 2023-07-25 Gtk2::Fixed(3)