blob: 4251a1684379e0a771b9bd95209933f10fd28ebd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!-- ##### SECTION Title ##### -->
EphyGlade
<!-- ##### SECTION Short_Description ##### -->
Load a glade XML definition
<!-- ##### SECTION Long_Description ##### -->
<para>
Epiphany has its own convenience wrapper around glade_xml_new() which will
automatically connect all a widget's signals and return the #GtkWidget root
object.
</para>
<para>
After retrieving a #GladeXML object from ephy_glade_widget_new(), regular
#GladeXML functions can be called on that object.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
|