1Gtk2::Fixed(3)        User Contributed Perl Documentation       Gtk2::Fixed(3)
2
3
4

NAME

6       Gtk2::Fixed - wrapper for GtkFixed
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Fixed
15

INTERFACES

17         Glib::Object::_Unregistered::AtkImplementorIface
18         Gtk2::Buildable
19

METHODS

21   widget = Gtk2::Fixed->new
22   boolean = $fixed->get_has_window
23   $fixed->set_has_window ($has_window)
24       ·   $has_window (boolean)
25
26   $fixed->move ($widget, $x, $y)
27       ·   $widget (Gtk2::Widget)
28
29       ·   $x (integer)
30
31       ·   $y (integer)
32
33   $fixed->put ($widget, $x, $y)
34       ·   $widget (Gtk2::Widget)
35
36       ·   $x (integer)
37
38       ·   $y (integer)
39

CHILD PROPERTIES

41       'x' (integer : default 0 : readable / writable / private)
42           X position of child widget
43
44       'y' (integer : default 0 : readable / writable / private)
45           Y position of child widget
46

SEE ALSO

48       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
49       Gtk2::Container
50
52       Copyright (C) 2003-2011 by the gtk2-perl team.
53
54       This software is licensed under the LGPL.  See Gtk2 for a full notice.
55
56
57
58perl v5.28.1                      2019-02-02                    Gtk2::Fixed(3)
Impressum