1Gtk2::Orientable(3) User Contributed Perl Documentation Gtk2::Orientable(3)
2
3
4
6 Gtk2::Orientable - Interface for flippable widgets
7
9 Glib::Interface
10 +----Gtk2::Orientable
11
13 orientation = $orientable->get_orientation
14 $orientable->set_orientation ($orientation)
15 · $orientation (Gtk2::Orientation)
16
18 'orientation' (Gtk2::Orientation : default "horizontal" : readable /
19 writable / private)
20 The orientation of the orientable
21
23 enum Gtk2::Orientation
24 · 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
25
26 · 'vertical' / 'GTK_ORIENTATION_VERTICAL'
27
29 Gtk2, Glib::Interface
30
32 Copyright (C) 2003-2011 by the gtk2-perl team.
33
34 This software is licensed under the LGPL. See Gtk2 for a full notice.
35
36
37
38perl v5.28.0 2018-07-18 Gtk2::Orientable(3)