summaryrefslogtreecommitdiff
path: root/doc/properties.sgml
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2019-06-18 07:31:45 +0000
committerAlberto Fanjul <albertofanjul@gmail.com>2019-06-18 07:31:45 +0000
commita543e99069b693d96e68eb8e00a2dce00a1946a7 (patch)
treeaf1f0429370af555ca4ff0f7d67e06c4dbdfb8ef /doc/properties.sgml
parent91a8b096a745194d27b3bf27d6b20ef7440e766d (diff)
downloadglade-a543e99069b693d96e68eb8e00a2dce00a1946a7.tar.gz
Rename GladePropertyClass to GladePropertyDef and declare it as boxed
Diffstat (limited to 'doc/properties.sgml')
-rw-r--r--doc/properties.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/properties.sgml b/doc/properties.sgml
index 2acc0b46..8e3e6a80 100644
--- a/doc/properties.sgml
+++ b/doc/properties.sgml
@@ -1,19 +1,19 @@
<refentry id="properties" revision="8 Feb 2006">
<refmeta>
- <refentrytitle>Property Class Definitions</refentrytitle>
+ <refentrytitle>Property Definitions</refentrytitle>
<refmiscinfo>Glade UI</refmiscinfo>
</refmeta>
<refnamediv>
- <refname>Property Classes</refname>
+ <refname>Property Definitions</refname>
<refpurpose>
-How to augment or define a #GladePropertyClass
+How to augment or define a #GladePropertyDef
</refpurpose>
</refnamediv>
<refsect1>
- <title>Property Class Configuration</title>
+ <title>Property Definition Configuration</title>
<para>
-Properties are introspected at load time and loaded into #GladePropertyClass structures.
+Properties are introspected at load time and loaded into #GladePropertyDef structures.
The behaviour of properties can be modified by the catalog and fake properties can be added
for editing purposes. Here is an example of the xml form:
<programlisting><![CDATA[...