summaryrefslogtreecommitdiff
path: root/doc/gladeui-sections.txt
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-04-24 15:36:45 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-04-24 15:36:45 +0000
commit00859f541e49169ba148f138385fcfc797a3a15a (patch)
treee218e7e556c035b7ed23960775db9f38f80b1501 /doc/gladeui-sections.txt
parentdf0658fbed5cbaf304c55b38fe859842033faf04 (diff)
downloadglade-00859f541e49169ba148f138385fcfc797a3a15a.tar.gz
Updated
* TODO: Updated * doc/gladeui-sections.txt updated * src/glade-app.[ch]: Majorly reduced the api, now GladeApp is a singleton. Added "active-project" signal. * src/glade-builtins.[ch]: Removed unused variable. Enhanced objects pspec type to recognize interfaces. Added glade_param_spec_objects_get_type() * src/glade-clipboard-view.c: Trying a cute border. * src/glade-command.c, src/glade-fixed-manager.c, src/glade-placehodler.c, src/glade-popup.c, src/glade-project-view.c, src/glade-project-window.c: Updated for glade-app changes * src/glade-editor-property.c: Implemented objects pspec * src/glade-editor.[ch]: Added atk tab, added cuteness. * src/glade-gtk.c: o Translated image type names o Added button types (translated) o Support for button label & use-underline properties * src/glade-parser.c: o Updated for glade-app changes o Added save support for atk actions and relations. * src/glade-project.c: o Updated for glade-app changes o Fixed glade_project_fix_object_props for object lists * src/glade-property-class.[ch]: o Hardcoded atk relations and action names o Added glade_property_class_make_gvalue(), glade_property_class_get_from_gvalue(), glade_property_class_new_atk_action(), glade_property_class_list_atk_relations(), glade_property_class_atk_realname() o Fixed glade_property_class_is_object() (object lists qualify) * src/glade-property.[ch]: o Integrated property load proceedure into glade-property, loading code much cleaner and less redundant. (Added glade_property_read()) o Implemented atk properties (save/load) * src/glade-utils.[ch]: Added glade_util_read_prop_name(), glade_util_added_in_list(), glade_util_removed_from_list(), glade_util_class_implements_interface() * src/glade-widget-class.c: Introspect atk properties * src/glade-widget.c: Simplified load code, moved property load code to glade-property, save atk props properly. * src/glade.h: Removed the unused atk-relation tag. * src/main.c: Load gail (for atk action introspection) * src/atk.xpm: New atk icon * widgets/gtk+.xml.in: o GtkLabel label property --> translatable o GtkButton label property --> translatable, multi-line o Added GtkButton "type" property and GtkButton remove-child-function
Diffstat (limited to 'doc/gladeui-sections.txt')
-rw-r--r--doc/gladeui-sections.txt55
1 files changed, 23 insertions, 32 deletions
diff --git a/doc/gladeui-sections.txt b/doc/gladeui-sections.txt
index 0fb8e35b..5b04665e 100644
--- a/doc/gladeui-sections.txt
+++ b/doc/gladeui-sections.txt
@@ -4,7 +4,7 @@
<FILE>glade-app</FILE>
<TITLE>GladeApp</TITLE>
GladeApp
-glade_app_new
+glade_app_get
glade_app_update_ui
glade_app_set_window
glade_app_get_window
@@ -14,8 +14,8 @@ glade_app_get_alt_class
glade_app_get_palette
glade_app_get_clipboard
glade_app_get_clipboard_view
-glade_app_get_active_project
glade_app_set_project
+glade_app_get_project
glade_app_add_project
glade_app_remove_project
glade_app_get_projects
@@ -24,12 +24,13 @@ glade_app_is_project_loaded
glade_app_show_properties
glade_app_hide_properties
glade_app_add_project_view
+glade_app_command_undo
+glade_app_command_redo
glade_app_command_copy
glade_app_command_cut
glade_app_command_paste
glade_app_command_delete
-glade_app_command_undo
-glade_app_command_redo
+glade_app_command_delete_clipboard
glade_app_config_save
glade_app_set_transient_parent
glade_app_get_transient_parent
@@ -37,34 +38,13 @@ glade_app_set_accel_group
glade_app_update_instance_count
glade_app_undo_button_new
glade_app_redo_button_new
-glade_default_app_set
-glade_default_app_get_window
-glade_default_app_get_editor
-glade_default_app_get_add_class
-glade_default_app_get_alt_class
-glade_default_app_get_palette
-glade_default_app_get_clipboard
-glade_default_app_get_active_project
-glade_default_app_update_ui
-glade_default_app_get_selection
-glade_default_app_get_projects
-glade_default_app_show_properties
-glade_default_app_hide_properties
-glade_default_app_set_transient_parent
-glade_default_app_get_transient_parent
-glade_default_app_command_cut
-glade_default_app_command_copy
-glade_default_app_command_paste
-glade_default_app_command_delete
-glade_default_app_command_delete_clipboard
-glade_default_app_is_selected
-glade_default_app_selection_set
-glade_default_app_selection_add
-glade_default_app_selection_remove
-glade_default_app_selection_clear
-glade_default_app_selection_changed
-glade_default_app_undo_button_new
-glade_default_app_redo_button_new
+glade_app_selection_add
+glade_app_selection_remove
+glade_app_selection_changed
+glade_app_get_selection
+glade_app_selection_clear
+glade_app_selection_set
+glade_app_is_selected
<SUBSECTION Standard>
GLADE_APP
GLADE_IS_APP
@@ -316,11 +296,13 @@ GladeProjectClass
<FILE>glade-property-class</FILE>
<TITLE>GladePropertyClass</TITLE>
GladePropertyClass
+GPCAtkType
GladeVerifyPropertyFunc
GladeGetPropertyFunc
GladeSetPropertyFunc
glade_property_class_new
glade_property_class_new_from_spec
+glade_property_class_new_atk_action
glade_property_class_clone
glade_property_class_free
glade_property_class_is_visible
@@ -330,10 +312,14 @@ 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_get_from_gvalue
+glade_property_class_make_gvalue
glade_property_class_update_from_node
glade_property_class_get_displayable_value
glade_property_class_make_adjustment
glade_property_class_match
+glade_property_class_void_value
+glade_property_class_list_atk_relations
<SUBSECTION Standard>
GLADE_PROPERTY_CLASS
GLADE_IS_PROPERTY_CLASS
@@ -356,7 +342,10 @@ glade_property_get_value
glade_property_get_default
glade_property_get_va_list
glade_property_get
+glade_property_add_object
+glade_property_remove_object
glade_property_sync
+glade_property_read
glade_property_write
glade_property_get_tooltip
glade_property_set_sensitive
@@ -442,6 +431,7 @@ glade_widget_class_get_type
GLADE_WIDGET_CLASS
GLADE_IS_WIDGET_CLASS
<SUBSECTION Private>
+GPC_OBJECT_DELIMITER
GLADE_VALID_CREATE_REASON
GladeSupportedChild
GladeWidgetClassSignal
@@ -560,6 +550,7 @@ glade_util_gtk_combo_func
glade_util_gtk_combo_find
glade_util_file_dialog_new
glade_util_replace
+glade_util_read_prop_name
glade_util_duplicate_underscores
glade_util_add_selection
glade_util_remove_selection