]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkorientable.sgml
Make 3.0 parallel-installable to 2.x
[~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 <!-- ##### SECTION Image ##### -->
29
30
31 <!-- ##### STRUCT GtkOrientable ##### -->
32 <para>
33
34 </para>
35
36
37 <!-- ##### ARG GtkOrientable:orientation ##### -->
38 <para>
39
40 </para>
41
42 <!-- ##### FUNCTION gtk_orientable_get_orientation ##### -->
43 <para>
44
45 </para>
46
47 @orientable: 
48 @Returns: 
49
50
51 <!-- ##### FUNCTION gtk_orientable_set_orientation ##### -->
52 <para>
53
54 </para>
55
56 @orientable: 
57 @orientation: 
58
59