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

Gtk2::Fixed - wrapper for GtkFixed

Glib::Object
+----Glib::InitiallyUnowned
     +----Gtk2::Object
          +----Gtk2::Widget
               +----Gtk2::Container
                    +----Gtk2::Fixed

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

$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)

'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

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

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