summaryrefslogtreecommitdiff
path: root/doc
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
parent91a8b096a745194d27b3bf27d6b20ef7440e766d (diff)
downloadglade-a543e99069b693d96e68eb8e00a2dce00a1946a7.tar.gz
Rename GladePropertyClass to GladePropertyDef and declare it as boxed
Diffstat (limited to 'doc')
-rw-r--r--doc/gladeui-docs.xml2
-rw-r--r--doc/gladeui-sections.txt149
-rw-r--r--doc/properties.sgml10
3 files changed, 84 insertions, 77 deletions
diff --git a/doc/gladeui-docs.xml b/doc/gladeui-docs.xml
index 04ea42fa..85e28bcb 100644
--- a/doc/gladeui-docs.xml
+++ b/doc/gladeui-docs.xml
@@ -41,7 +41,7 @@
<xi:include href="xml/gw-action-class.xml"/>
<xi:include href="xml/glade-fixed.xml"/>
<xi:include href="xml/glade-property.xml"/>
- <xi:include href="xml/glade-property-class.xml"/>
+ <xi:include href="xml/glade-property-def.xml"/>
<xi:include href="xml/glade-command.xml"/>
<xi:include href="xml/glade-clipboard.xml"/>
<xi:include href="xml/glade-base-editor.xml"/>
diff --git a/doc/gladeui-sections.txt b/doc/gladeui-sections.txt
index 2ca9d60d..8ccaa000 100644
--- a/doc/gladeui-sections.txt
+++ b/doc/gladeui-sections.txt
@@ -253,8 +253,8 @@ glade_widget_adaptor_create_internal
glade_widget_adaptor_create_widget_real
glade_widget_adaptor_get_by_name
glade_widget_adaptor_get_by_type
-glade_widget_adaptor_get_property_class
-glade_widget_adaptor_get_pack_property_class
+glade_widget_adaptor_get_property_def
+glade_widget_adaptor_get_pack_property_def
glade_widget_adaptor_default_params
glade_widget_adaptor_post_create
glade_widget_adaptor_get_internal_child
@@ -376,76 +376,79 @@ GladeDesignViewPrivate
</SECTION>
<SECTION>
-<FILE>glade-property-class</FILE>
+<FILE>glade-property-def</FILE>
GPC_OBJECT_DELIMITER
GPC_PROPERTY_NAMELEN
-<TITLE>GladePropertyClass</TITLE>
-GladePropertyClass
-glade_property_class_new
-glade_property_class_new_from_spec
-glade_property_class_clone
-glade_property_class_free
-glade_property_class_is_visible
-glade_property_class_is_object
-glade_property_class_make_gvalue_from_string
-glade_property_class_make_string_from_gvalue
-glade_property_class_make_gvalue_from_vl
-glade_property_class_set_vl_from_gvalue
-glade_property_class_make_gvalue
-glade_property_class_get_from_gvalue
-glade_property_class_update_from_node
-glade_property_class_make_adjustment
-glade_property_class_match
-glade_property_class_void_value
-glade_property_class_atk
-glade_property_class_common
-glade_property_class_compare
-glade_property_class_create_type
-glade_property_class_custom_layout
-glade_property_class_deprecated
-glade_property_class_get_adaptor
-glade_property_class_get_construct_only
-glade_property_class_get_default
-glade_property_class_get_default_from_spec
-glade_property_class_get_ignore
-glade_property_class_get_is_packing
-glade_property_class_get_name
-glade_property_class_get_original_default
-glade_property_class_get_pspec
-glade_property_class_get_tooltip
-glade_property_class_get_virtual
-glade_property_class_id
-glade_property_class_load_defaults_from_spec
-glade_property_class_multiline
-glade_property_class_needs_sync
-glade_property_class_new_from_spec_full
-glade_property_class_optional
-glade_property_class_optional_default
-glade_property_class_parentless_widget
-glade_property_class_query
-glade_property_class_save
-glade_property_class_save_always
-glade_property_class_set_adaptor
-glade_property_class_set_construct_only
-glade_property_class_set_ignore
-glade_property_class_set_is_packing
-glade_property_class_set_name
-glade_property_class_set_pspec
-glade_property_class_set_tooltip
-glade_property_class_set_virtual
-glade_property_class_set_weights
-glade_property_class_since_major
-glade_property_class_since_minor
-glade_property_class_stock
-glade_property_class_stock_icon
-glade_property_class_themed_icon
-glade_property_class_transfer_on_paste
-glade_property_class_translatable
-glade_property_class_weight
+<TITLE>GladePropertyDef</TITLE>
+GladePropertyDef
+glade_property_def_new
+glade_property_def_new_from_spec
+glade_property_def_clone
+glade_property_def_free
+glade_property_def_is_visible
+glade_property_def_is_object
+glade_property_def_make_flags_from_string
+glade_property_def_make_gvalue_from_string
+glade_property_def_make_string_from_gvalue
+glade_property_def_make_gvalue_from_vl
+glade_property_def_set_vl_from_gvalue
+glade_property_def_make_gvalue
+glade_property_def_get_from_gvalue
+glade_property_def_update_from_node
+glade_property_def_make_adjustment
+glade_property_def_match
+glade_property_def_void_value
+glade_property_def_atk
+glade_property_def_common
+glade_property_def_compare
+glade_property_def_create_type
+glade_property_def_custom_layout
+glade_property_def_deprecated
+glade_property_def_get_adaptor
+glade_property_def_get_construct_only
+glade_property_def_get_default
+glade_property_def_get_default_from_spec
+glade_property_def_get_ignore
+glade_property_def_get_is_packing
+glade_property_def_get_name
+glade_property_def_get_original_default
+glade_property_def_get_pspec
+glade_property_def_get_tooltip
+glade_property_def_get_virtual
+glade_property_def_id
+glade_property_def_load_defaults_from_spec
+glade_property_def_multiline
+glade_property_def_needs_sync
+glade_property_def_new_from_spec_full
+glade_property_def_optional
+glade_property_def_optional_default
+glade_property_def_parentless_widget
+glade_property_def_query
+glade_property_def_save
+glade_property_def_save_always
+glade_property_def_set_adaptor
+glade_property_def_set_construct_only
+glade_property_def_set_ignore
+glade_property_def_set_is_packing
+glade_property_def_set_name
+glade_property_def_set_pspec
+glade_property_def_set_tooltip
+glade_property_def_set_virtual
+glade_property_def_set_weights
+glade_property_def_since_major
+glade_property_def_since_minor
+glade_property_def_stock
+glade_property_def_stock_icon
+glade_property_def_themed_icon
+glade_property_def_transfer_on_paste
+glade_property_def_translatable
+glade_property_def_weight
<SUBSECTION Standard>
-GLADE_PROPERTY_CLASS
-GLADE_IS_PROPERTY_CLASS
-GLADE_PROPERTY_CLASS_IS_TYPE
+GLADE_TYPE_PROPERTY_DEF
+glade_property_def_get_type
+GLADE_PROPERTY_DEF
+GLADE_IS_PROPERTY_DEF
+GLADE_PROPERTY_DEF_IS_TYPE
</SECTION>
<SECTION>
@@ -549,7 +552,7 @@ glade_editor_property_commit_no_callback
glade_editor_property_get_custom_text
glade_editor_property_get_disable_check
glade_editor_property_get_item_label
-glade_editor_property_get_pclass
+glade_editor_property_get_property_def
glade_editor_property_get_property
glade_editor_property_loading
glade_editor_property_set_custom_text
@@ -1019,7 +1022,7 @@ glade_property_superuser
glade_property_make_string
glade_property_set_support_warning
glade_property_set_widget
-glade_property_get_class
+glade_property_get_def
glade_property_get_state
glade_property_get_support_warning
glade_property_get_widget
@@ -1307,6 +1310,7 @@ glade_xml_context_free
glade_xml_context_new_from_path
glade_xml_context_get_doc
<SUBSECTION Standard>
+glade_xml_node_get_type
GLADE_XML_CONTEXT
GLADE_XML_IS_CONTEXT
CAST_BAD
@@ -1353,6 +1357,9 @@ GLADE_TAG_ADD_CHILD_FUNCTION
GLADE_TAG_ADD_CHILD_VERIFY_FUNCTION
GLADE_TAG_ANARCHIST
GLADE_TAG_ATK_PROPERTY
+GLADE_TAG_BIND_FLAGS
+GLADE_TAG_BIND_PROPERTY
+GLADE_TAG_BIND_SOURCE
GLADE_TAG_BOOK
GLADE_TAG_BUILDER_SINCE
GLADE_TAG_CHILD_ACTION_ACTIVATE_FUNCTION
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[...