summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-07-22 22:10:25 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-07-22 22:10:25 +0000
commitcc725bf9820ec6e2f723c9480e731a54c300cf61 (patch)
tree6fb50ad6a041435afe01b5b594a5d1b3272a1e62 /doc
parente061236d8d2da55cd2c7676d037c1bd5f785144a (diff)
downloadglade-cc725bf9820ec6e2f723c9480e731a54c300cf61.tar.gz
Added text-view handling of virtual "text" property (bug 347961)
* src/glade-gtk.c, widgets/gtk+.xml.in: Added text-view handling of virtual "text" property (bug 347961) * doc/gladeui-sections.txt, doc/gladeui-docs.sgml: updated.
Diffstat (limited to 'doc')
-rw-r--r--doc/gladeui-docs.sgml4
-rw-r--r--doc/gladeui-sections.txt38
-rw-r--r--doc/tmpl/glade-command.sgml21
-rw-r--r--doc/tmpl/glade-project.sgml67
-rw-r--r--doc/tmpl/glade-property.sgml7
-rw-r--r--doc/tmpl/glade-widget-class.sgml1
-rw-r--r--doc/tmpl/glade-widget.sgml22
7 files changed, 139 insertions, 21 deletions
diff --git a/doc/gladeui-docs.sgml b/doc/gladeui-docs.sgml
index 8dae2ccd..64f3d9e4 100644
--- a/doc/gladeui-docs.sgml
+++ b/doc/gladeui-docs.sgml
@@ -23,6 +23,7 @@
<!ENTITY GladeWidgetClass SYSTEM "xml/glade-widget-class.xml">
<!ENTITY GladeWidget SYSTEM "xml/glade-widget.xml">
<!ENTITY GladeFixed SYSTEM "xml/glade-fixed.xml">
+<!ENTITY GladeBaseEditor SYSTEM "xml/glade-base-editor.xml">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
@@ -65,6 +66,8 @@
&GladePropertyClass;
&GladeCommand;
&GladeClipboard;
+ &GladeBaseEditor;
+ &GladePlaceholder;
</part>
<part id="dockables">
@@ -79,7 +82,6 @@
<part id="misc">
<title>Miscalanious utilities</title>
- &GladePlaceholder;
&GladeParameter;
&GladeUtils;
</part>
diff --git a/doc/gladeui-sections.txt b/doc/gladeui-sections.txt
index 45fd9f50..e43bcb61 100644
--- a/doc/gladeui-sections.txt
+++ b/doc/gladeui-sections.txt
@@ -99,10 +99,10 @@ GladeClipboardClass
<SECTION>
<FILE>glade-command</FILE>
<TITLE>GladeCommand</TITLE>
+glade_command_execute
glade_command_undo
-glade_command_redo
-glade_command_next_undo_item
-glade_command_next_redo_item
+glade_command_unifies
+glade_command_collapse
glade_command_push_group
glade_command_pop_group
glade_command_set_name
@@ -268,6 +268,11 @@ GladeProject
glade_project_new
glade_project_open
glade_project_save
+glade_project_push_undo
+glade_project_redo
+glade_project_undo
+glade_project_next_redo_item
+glade_project_next_undo_item
glade_project_reset_path
glade_project_add_object
glade_project_remove_object
@@ -276,7 +281,6 @@ glade_project_get_widget_by_name
glade_project_new_widget_name
glade_project_widget_name_changed
glade_project_get_tooltips
-glade_project_changed
glade_project_is_selected
glade_project_selection_set
glade_project_selection_add
@@ -512,6 +516,9 @@ glade_widget_launch_editor
glade_widget_get_parent
glade_widget_set_parent
glade_widget_event_widget
+glade_widget_superuser
+glade_widget_push_superuser
+glade_widget_pop_superuser
<SUBSECTION Standard>
GLADE_WIDGET
GLADE_IS_WIDGET
@@ -559,6 +566,29 @@ glade_parser_pvalue_from_winfo
</SECTION>
<SECTION>
+<FILE>glade-base-editor</FILE>
+GladeBaseEditor
+glade_base_editor_new
+glade_base_editor_add_popup_items
+glade_base_editor_pack_new_window
+glade_base_editor_add_properties
+glade_base_editor_add_label
+glade_base_editor_add_default_properties
+glade_base_editor_set_show_signal_editor
+<SUBSECTION Standard>
+glade_base_editor_get_type
+GladeBaseEditorClass
+GLADE_TYPE_BASE_EDITOR
+GLADE_IS_BASE_EDITOR_CLASS
+GLADE_BASE_EDITOR_GET_CLASS
+GLADE_BASE_EDITOR_CLASS
+GLADE_IS_BASE_EDITOR
+GLADE_BASE_EDITOR
+<SUBSECTION Private>
+GladeBaseEditorPrivate
+</SECTION>
+
+<SECTION>
<FILE>glade-utils</FILE>
glade_util_widget_set_tooltip
glade_util_get_type_from_name
diff --git a/doc/tmpl/glade-command.sgml b/doc/tmpl/glade-command.sgml
index b38281cf..c69fedb4 100644
--- a/doc/tmpl/glade-command.sgml
+++ b/doc/tmpl/glade-command.sgml
@@ -18,38 +18,43 @@ and undo those items; each #GladeProject has its own Undo/Redo stack.
<!-- ##### SECTION Stability_Level ##### -->
-<!-- ##### FUNCTION glade_command_undo ##### -->
+<!-- ##### FUNCTION glade_command_execute ##### -->
<para>
</para>
-@project:
+@command:
+@Returns:
-<!-- ##### FUNCTION glade_command_redo ##### -->
+<!-- ##### FUNCTION glade_command_undo ##### -->
<para>
</para>
+@command:
+@Returns:
+<!-- # Unused Parameters # -->
@project:
-<!-- ##### FUNCTION glade_command_next_undo_item ##### -->
+<!-- ##### FUNCTION glade_command_unifies ##### -->
<para>
</para>
-@project:
+@command:
+@other:
@Returns:
-<!-- ##### FUNCTION glade_command_next_redo_item ##### -->
+<!-- ##### FUNCTION glade_command_collapse ##### -->
<para>
</para>
-@project:
-@Returns:
+@command:
+@other:
<!-- ##### FUNCTION glade_command_push_group ##### -->
diff --git a/doc/tmpl/glade-project.sgml b/doc/tmpl/glade-project.sgml
index 166b69dd..734b2ce0 100644
--- a/doc/tmpl/glade-project.sgml
+++ b/doc/tmpl/glade-project.sgml
@@ -33,6 +33,15 @@ object and its signals.
@gladeproject: the object which received the signal.
@arg1:
+<!-- ##### SIGNAL GladeProject::changed ##### -->
+<para>
+
+</para>
+
+@gladeproject: the object which received the signal.
+@arg1:
+@arg2:
+
<!-- ##### SIGNAL GladeProject::close ##### -->
<para>
@@ -40,6 +49,13 @@ object and its signals.
@gladeproject: the object which received the signal.
+<!-- ##### SIGNAL GladeProject::parse-finished ##### -->
+<para>
+
+</para>
+
+@gladeproject: the object which received the signal.
+
<!-- ##### SIGNAL GladeProject::remove-widget ##### -->
<para>
@@ -123,6 +139,49 @@ object and its signals.
@Returns:
+<!-- ##### FUNCTION glade_project_push_undo ##### -->
+<para>
+
+</para>
+
+@project:
+@cmd:
+
+
+<!-- ##### FUNCTION glade_project_redo ##### -->
+<para>
+
+</para>
+
+@project:
+
+
+<!-- ##### FUNCTION glade_project_undo ##### -->
+<para>
+
+</para>
+
+@project:
+
+
+<!-- ##### FUNCTION glade_project_next_redo_item ##### -->
+<para>
+
+</para>
+
+@project:
+@Returns:
+
+
+<!-- ##### FUNCTION glade_project_next_undo_item ##### -->
+<para>
+
+</para>
+
+@project:
+@Returns:
+
+
<!-- ##### FUNCTION glade_project_reset_path ##### -->
<para>
@@ -199,14 +258,6 @@ object and its signals.
@Returns:
-<!-- ##### FUNCTION glade_project_changed ##### -->
-<para>
-
-</para>
-
-@project:
-
-
<!-- ##### FUNCTION glade_project_is_selected ##### -->
<para>
diff --git a/doc/tmpl/glade-property.sgml b/doc/tmpl/glade-property.sgml
index 74d52c78..7c0301a3 100644
--- a/doc/tmpl/glade-property.sgml
+++ b/doc/tmpl/glade-property.sgml
@@ -44,6 +44,13 @@ the #GladePropertyClass describes how a #GladeProperty will function.
@gladeproperty: the object which received the signal.
@arg1:
+@:
+@:
+@:
+@:
+@:
+@:
+@:
<!-- ##### ARG GladeProperty:enabled ##### -->
<para>
diff --git a/doc/tmpl/glade-widget-class.sgml b/doc/tmpl/glade-widget-class.sgml
index 73301721..8b870f6e 100644
--- a/doc/tmpl/glade-widget-class.sgml
+++ b/doc/tmpl/glade-widget-class.sgml
@@ -39,6 +39,7 @@ classes; it also provides an abstraction later to container apis.
@children:
@child_packings:
@module:
+@toplevel:
@post_create_function:
@get_internal_child:
@launch_editor:
diff --git a/doc/tmpl/glade-widget.sgml b/doc/tmpl/glade-widget.sgml
index 50045ca1..7343299f 100644
--- a/doc/tmpl/glade-widget.sgml
+++ b/doc/tmpl/glade-widget.sgml
@@ -608,3 +608,25 @@ convenience api for getting and setting properties (mostly from the plugin).
@Returns:
+<!-- ##### FUNCTION glade_widget_superuser ##### -->
+<para>
+
+</para>
+
+@Returns:
+
+
+<!-- ##### FUNCTION glade_widget_push_superuser ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### FUNCTION glade_widget_pop_superuser ##### -->
+<para>
+
+</para>
+
+
+