summaryrefslogtreecommitdiff
path: root/doc/properties.sgml
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-25 06:01:51 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-25 06:01:51 +0000
commit77a9f9eac3901f9e0a15c6890e141224f4eca63a (patch)
tree344ed54a5bddb4d1b422f94eb76772c6b7b4cea8 /doc/properties.sgml
parentb27b083455a9ad05a3ea31fdba80812ac4eb1b0d (diff)
downloadglade-77a9f9eac3901f9e0a15c6890e141224f4eca63a.tar.gz
Fixed glade_property_class_make_adjustment() for floating and double
* gladeui/glade-property-class.c: Fixed glade_property_class_make_adjustment() for floating and double values (page inc and size were not properly set). * gladeui/glade-app.c: Fixed a warning * gladeui/glade-editor-table.c: Was loading invisible properties, oops. * doc/properties.sgml: Documented custom-layout property. svn path=/trunk/; revision=1996
Diffstat (limited to 'doc/properties.sgml')
-rw-r--r--doc/properties.sgml13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/properties.sgml b/doc/properties.sgml
index 465968da..c9388e83 100644
--- a/doc/properties.sgml
+++ b/doc/properties.sgml
@@ -151,7 +151,18 @@ Whether to save this property to the glade file (default "True")
<term>visible</term>
<listitem>
<para>
-Whether to show the property in the editor (default "True")
+Whether to show the property in the editor and reset dialog (default "True")
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>custom-layout</term>
+ <listitem>
+ <para>
+This is used to avoid loading this property in the editor when implementing
+a custom #GladeEditable that embeds the base #GladeEditorTable implementation,
+custom-layout properties will still show up in the reset dialog (default "False)
</para>
</listitem>
</varlistentry>