summaryrefslogtreecommitdiff
path: root/doc/tmpl/glade-fixed.sgml
blob: c312b5a184862b33964f6089ba9e90e2d236b576 (plain)
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
<!-- ##### SECTION Title ##### -->
GladeFixed

<!-- ##### SECTION Short_Description ##### -->
An object wrapper for free-form placement container widgets

<!-- ##### SECTION Long_Description ##### -->
<para>
#GladeFixed is a specialized #GladeWidget to handle free-form child
placements in containers that support this, it is designed with properties
and signals with flexable integration in mind.
</para>

<para>
If you set the x-prop/y-prop/width-prop/height-prop properties and
leave the signals alone, #GladeFixed will assume you are like a 
GtkFixed/GtkLayout widget and will use pixel counts as units for
these properties.
</para>

<para>
If you handle the configure-child/configure-end[/configure-begin] signals
and dont let them propagate to the GladeFixed, then the x-prop/y-prop/width-prop/height-prop
properties will be completely ignored and it is up to the implementor to play
with whatever child packing properties are available to make a closest match
for the values passed to configure-child via the #GdkRectangle.
</para>

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

</para>

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


<!-- ##### STRUCT GladeFixed ##### -->
<para>

</para>


<!-- ##### SIGNAL GladeFixed::configure-begin ##### -->
<para>

</para>

@gladefixed: the object which received the signal.
@arg1: 
@Returns: 

<!-- ##### SIGNAL GladeFixed::configure-child ##### -->
<para>

</para>

@gladefixed: the object which received the signal.
@arg1: 
@arg2: 
@Returns: 

<!-- ##### SIGNAL GladeFixed::configure-end ##### -->
<para>

</para>

@gladefixed: the object which received the signal.
@arg1: 
@Returns: 

<!-- ##### ARG GladeFixed:can-resize ##### -->
<para>

</para>

<!-- ##### ARG GladeFixed:height-prop ##### -->
<para>

</para>

<!-- ##### ARG GladeFixed:width-prop ##### -->
<para>

</para>

<!-- ##### ARG GladeFixed:x-prop ##### -->
<para>

</para>

<!-- ##### ARG GladeFixed:y-prop ##### -->
<para>

</para>

<!-- ##### MACRO GLADE_FIXED_CURSOR_BOTTOM ##### -->
<para>

</para>

@type: 


<!-- ##### MACRO GLADE_FIXED_CURSOR_RIGHT ##### -->
<para>

</para>

@type: 


<!-- ##### MACRO GLADE_FIXED_CURSOR_TOP ##### -->
<para>

</para>

@type: 


<!-- ##### MACRO GLADE_FIXED_CURSOR_LEFT ##### -->
<para>

</para>

@type: