]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkorientable.sgml
1debb51b7befddee1d7802d342437dbde0009714
[~andy/gtk] / docs / reference / gtk / tmpl / gtkorientable.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkOrientable
3
4 <!-- ##### SECTION Short_Description ##### -->
5 An interface for flippable widgets
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 The #GtkOrientable interface is implemented by all widgets that can be 
10 oriented horizontally or vertically. Historically, such widgets have been 
11 realized as subclasses of a common base class (e.g #GtkBox/#GtkHBox/#GtkVBox
12 and #GtkScale/#GtkHScale/#GtkVScale). GtkOrientable is more flexible in that 
13 it allows the orientation to be changed at runtime, allowing the widgets
14 to 'flip'.
15 </para>
16 <para>
17 GtkOrientable was introduced in GTK+ 2.16.
18 </para>
19
20 <!-- ##### SECTION See_Also ##### -->
21 <para>
22
23 </para>
24
25 <!-- ##### SECTION Stability_Level ##### -->
26
27
28 <!-- ##### STRUCT GtkOrientable ##### -->
29 <para>
30
31 </para>
32
33
34 <!-- ##### ARG GtkOrientable:orientation ##### -->
35 <para>
36
37 </para>
38
39 <!-- ##### FUNCTION gtk_orientable_get_orientation ##### -->
40 <para>
41
42 </para>
43
44 @orientable: 
45 @Returns: 
46
47
48 <!-- ##### FUNCTION gtk_orientable_set_orientation ##### -->
49 <para>
50
51 </para>
52
53 @orientable: 
54 @orientation: 
55
56