blob: bc370a09e755b15e5d1283c785e4b254995f05da (
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
|
<!-- ##### SECTION Title ##### -->
GladeEditorProperty
<!-- ##### SECTION Short_Description ##### -->
A generic widget to edit a #GladeProperty
<!-- ##### SECTION Long_Description ##### -->
<para>
The #GladeEditorProperty is a factory that will create the correct
control for the #GladePropertyClass it was created for and provides
a simple unified api to them.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GladeEditorProperty ##### -->
<para>
</para>
<!-- ##### ARG GladeEditorProperty:property-class ##### -->
<para>
</para>
<!-- ##### ARG GladeEditorProperty:use-command ##### -->
<para>
</para>
<!-- ##### FUNCTION glade_editor_property_new ##### -->
<para>
</para>
@class:
@use_command:
@Returns:
<!-- ##### FUNCTION glade_editor_property_load ##### -->
<para>
</para>
@eprop:
@property:
<!-- ##### FUNCTION glade_editor_property_load_by_widget ##### -->
<para>
</para>
@eprop:
@widget:
<!-- ##### FUNCTION glade_editor_property_supported ##### -->
<para>
</para>
@pspec:
@Returns:
<!-- ##### FUNCTION glade_editor_property_new_from_widget ##### -->
<para>
</para>
@widget:
@property:
@use_command:
@Returns:
|