summaryrefslogtreecommitdiff
path: root/docs/reference/tmpl/xfconf-gtk.sgml
blob: 45e88e48e73be86b2cf732c5ae97c4a79405f658 (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
<!-- ##### SECTION Title ##### -->
Xfconf-Gtk Library

<!-- ##### SECTION Short_Description ##### -->
Xfconf Gtk widget binding convenience library

<!-- ##### SECTION Long_Description ##### -->
<para>
Often applications will have configuration dialogs that allow users
to modify settings that are retrieved from and stored to an Xfconf
configuration store.  This library makes creating configuration dialogs
a breeze by allowing developers to bind a normal Gtk widget (such as a
GtkEntry or GtkSpinButton) to an Xfconf channel and property string.
The Gtk widget is automatically populated with the current value in
Xfconf, and if that value changes, the widget will be automatically
updated.  If the Gtk widget is editable and the user edits the value
in the widget, the binding will also automatically set the new value
in the Xfconf store.
</para>

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

</para>

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


<!-- ##### FUNCTION xfconf_gtk_widget_bind_property ##### -->
<para>

</para>

@widget: 
@channel: 
@property: 
@property_type: 


<!-- ##### FUNCTION xfconf_gtk_widget_unbind ##### -->
<para>

</para>

@widget: