~ubuntu-branches/ubuntu/quantal/gtk+2.0/quantal-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!-- ##### SECTION Title ##### -->
GtkFrame

<!-- ##### SECTION Short_Description ##### -->
A bin with a decorative frame and optional label

<!-- ##### SECTION Long_Description ##### -->
<para>
The frame widget is a Bin that surrounds its child
with a decorative frame and an optional label.
If present, the label is drawn in a gap in the
top side of the frame. The position of the
label can be controlled with gtk_frame_set_label_align().
</para>

<refsect2 id="GtkFrame-BUILDER-UI">
<title>GtkFrame as GtkBuildable</title>
<para>
The GtkFrame implementation of the GtkBuildable interface
supports placing a child in the label position by specifying
"label" as the "type" attribute of a &lt;child&gt; element.
A normal content child can be specified without specifying 
a &lt;child&gt; type attribute.
</para> 
<example>
<title>A UI definition fragment with GtkFrame</title>
<programlisting><![CDATA[
<object class="GtkFrame">
  <child type="label">
    <object class="GtkLabel" id="frame-label"/>
  </child>
  <child>
    <object class="GtkEntry" id="frame-content"/>
  </child>
</object>
]]></programlisting>
</example>
</refsect2>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### SECTION Image ##### -->


<!-- ##### STRUCT GtkFrame ##### -->
<para>

</para>


<!-- ##### ARG GtkFrame:label ##### -->
<para>

</para>

<!-- ##### ARG GtkFrame:label-widget ##### -->
<para>

</para>

<!-- ##### ARG GtkFrame:label-xalign ##### -->
<para>

</para>

<!-- ##### ARG GtkFrame:label-yalign ##### -->
<para>

</para>

<!-- ##### ARG GtkFrame:shadow ##### -->
<para>

</para>

<!-- ##### ARG GtkFrame:shadow-type ##### -->
<para>

</para>

<!-- ##### FUNCTION gtk_frame_new ##### -->
<para>
</para>

@label: 
@Returns: 


<!-- ##### FUNCTION gtk_frame_set_label ##### -->
<para>
</para>

@frame: 
@label: 


<!-- ##### FUNCTION gtk_frame_set_label_widget ##### -->
<para>

</para>

@frame: 
@label_widget: 


<!-- ##### FUNCTION gtk_frame_set_label_align ##### -->
<para>
</para>

@frame: 
@xalign: 
@yalign: 


<!-- ##### FUNCTION gtk_frame_set_shadow_type ##### -->
<para>
</para>

@frame: 
@type: 


<!-- ##### FUNCTION gtk_frame_get_label ##### -->
<para>

</para>

@frame: 
@Returns: 


<!-- ##### FUNCTION gtk_frame_get_label_align ##### -->
<para>

</para>

@frame: 
@xalign: 
@yalign: 


<!-- ##### FUNCTION gtk_frame_get_label_widget ##### -->
<para>

</para>

@frame: 
@Returns: 


<!-- ##### FUNCTION gtk_frame_get_shadow_type ##### -->
<para>

</para>

@frame: 
@Returns: