diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 5 | ||||
-rw-r--r-- | doc/gladeui-sections.txt | 21 | ||||
-rw-r--r-- | doc/tmpl/glade-fixed.sgml | 32 | ||||
-rw-r--r-- | doc/tmpl/glade-palette.sgml | 55 | ||||
-rw-r--r-- | doc/tmpl/glade-property.sgml | 22 | ||||
-rw-r--r-- | doc/tmpl/glade-utils.sgml | 11 | ||||
-rw-r--r-- | doc/tmpl/glade-widget.sgml | 2 |
7 files changed, 142 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 161efe12..20ac89e7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -62,7 +62,10 @@ IGNORE_HFILES=\ glade-xml-utils.h \ glade-popup.h \ glade-devhelp.h \ - glade-gtk.h + glade-gtk.h \ + glade-palette-expander.h \ + glade-palette-item.h \ + glade-palette-box.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png diff --git a/doc/gladeui-sections.txt b/doc/gladeui-sections.txt index ea292eb9..45fd9f50 100644 --- a/doc/gladeui-sections.txt +++ b/doc/gladeui-sections.txt @@ -9,8 +9,6 @@ glade_app_update_ui glade_app_set_window glade_app_get_window glade_app_get_editor -glade_app_get_add_class -glade_app_get_alt_class glade_app_get_palette glade_app_get_clipboard glade_app_get_clipboard_view @@ -185,6 +183,10 @@ GladeEditorTable <FILE>glade-fixed</FILE> <TITLE>GladeFixed</TITLE> GladeFixed +GLADE_FIXED_CURSOR_BOTTOM +GLADE_FIXED_CURSOR_RIGHT +GLADE_FIXED_CURSOR_TOP +GLADE_FIXED_CURSOR_LEFT <SUBSECTION Standard> glade_fixed_get_type GLADE_TYPE_FIXED @@ -201,7 +203,12 @@ GladeFixedClass <TITLE>GladePalette</TITLE> GladePalette glade_palette_new -glade_palette_unselect_widget +glade_palette_get_item_appearance +glade_palette_set_item_appearance +glade_palette_get_current_item_class +glade_palette_deselect_current_item +glade_palette_get_use_small_item_icons +glade_palette_set_use_small_item_icons <SUBSECTION Standard> GLADE_PALETTE GLADE_IS_PALETTE @@ -211,6 +218,8 @@ GLADE_PALETTE_CLASS GLADE_IS_PALETTE_CLASS GLADE_PALETTE_GET_CLASS GladePaletteClass +<SUBSECTION Private> +GladePalettePrivate </SECTION> <SECTION> @@ -352,6 +361,9 @@ glade_property_sync glade_property_load glade_property_read glade_property_write +glade_property_superuser +glade_property_push_superuser +glade_property_pop_superuser glade_property_get_tooltip glade_property_set_sensitive glade_property_get_sensitive @@ -499,7 +511,7 @@ glade_widget_has_launcher glade_widget_launch_editor glade_widget_get_parent glade_widget_set_parent -glade_widget_is_dupping +glade_widget_event_widget <SUBSECTION Standard> GLADE_WIDGET GLADE_IS_WIDGET @@ -588,6 +600,7 @@ glade_util_load_library glade_util_class_implements_interface glade_util_have_devhelp glade_util_search_devhelp +glade_util_deep_fixed_event </SECTION> diff --git a/doc/tmpl/glade-fixed.sgml b/doc/tmpl/glade-fixed.sgml index 1e899c96..bd17029d 100644 --- a/doc/tmpl/glade-fixed.sgml +++ b/doc/tmpl/glade-fixed.sgml @@ -93,3 +93,35 @@ for the values passed to configure-child via the #GdkRectangle. </para> +<!-- ##### MACRO GLADE_FIXED_CURSOR_BOTTOM ##### --> +<para> + +</para> + +@type: + + +<!-- ##### MACRO GLADE_FIXED_CURSOR_RIGHT ##### --> +<para> + +</para> + +@type: + + +<!-- ##### MACRO GLADE_FIXED_CURSOR_TOP ##### --> +<para> + +</para> + +@type: + + +<!-- ##### MACRO GLADE_FIXED_CURSOR_LEFT ##### --> +<para> + +</para> + +@type: + + diff --git a/doc/tmpl/glade-palette.sgml b/doc/tmpl/glade-palette.sgml index ad8fe158..56bb3e67 100644 --- a/doc/tmpl/glade-palette.sgml +++ b/doc/tmpl/glade-palette.sgml @@ -53,7 +53,62 @@ to the Glade core. </para> @catalogs: +@item_appearance: +@Returns: +<!-- # Unused Parameters # --> +@appearance: + + +<!-- ##### FUNCTION glade_palette_get_item_appearance ##### --> +<para> + +</para> + +@palette: +@Returns: + + +<!-- ##### FUNCTION glade_palette_set_item_appearance ##### --> +<para> + +</para> + +@palette: @appearance: + + +<!-- ##### FUNCTION glade_palette_get_current_item_class ##### --> +<para> + +</para> + +@palette: +@Returns: + + +<!-- ##### FUNCTION glade_palette_deselect_current_item ##### --> +<para> + +</para> + +@palette: + + +<!-- ##### FUNCTION glade_palette_get_use_small_item_icons ##### --> +<para> + +</para> + +@palette: @Returns: +<!-- ##### FUNCTION glade_palette_set_use_small_item_icons ##### --> +<para> + +</para> + +@palette: +@use_small_item_icons: + + diff --git a/doc/tmpl/glade-property.sgml b/doc/tmpl/glade-property.sgml index 66574a03..74d52c78 100644 --- a/doc/tmpl/glade-property.sgml +++ b/doc/tmpl/glade-property.sgml @@ -250,6 +250,28 @@ the #GladePropertyClass describes how a #GladeProperty will function. @Returns: +<!-- ##### FUNCTION glade_property_superuser ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION glade_property_push_superuser ##### --> +<para> + +</para> + + + +<!-- ##### FUNCTION glade_property_pop_superuser ##### --> +<para> + +</para> + + + <!-- ##### FUNCTION glade_property_get_tooltip ##### --> <para> diff --git a/doc/tmpl/glade-utils.sgml b/doc/tmpl/glade-utils.sgml index 70dd1a5b..b181c9c2 100644 --- a/doc/tmpl/glade-utils.sgml +++ b/doc/tmpl/glade-utils.sgml @@ -392,3 +392,14 @@ This is where all of that really usefull miscalanious stuff lands up. @devhelp: +<!-- ##### FUNCTION glade_util_deep_fixed_event ##### --> +<para> + +</para> + +@widget: +@event: +@gwidget: +@Returns: + + diff --git a/doc/tmpl/glade-widget.sgml b/doc/tmpl/glade-widget.sgml index 0563de28..24f74f5f 100644 --- a/doc/tmpl/glade-widget.sgml +++ b/doc/tmpl/glade-widget.sgml @@ -564,7 +564,7 @@ convenience api for getting and setting properties (mostly from the plugin). @parent: -<!-- ##### FUNCTION glade_widget_is_dupping ##### --> +<!-- ##### FUNCTION glade_widget_event_widget ##### --> <para> </para> |