diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2006-02-15 00:19:12 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2006-02-15 00:19:12 +0000 |
commit | 9b5aa90b6f378d0a2c157cbd7f29c4358d0c33eb (patch) | |
tree | 490bbba65d47c0d78f6e668ce2767ff08d12750c /src/glade-utils.h | |
parent | 669b275e94cae0db0c1c2c280850440215faa43c (diff) | |
download | glade-9b5aa90b6f378d0a2c157cbd7f29c4358d0c33eb.tar.gz |
Fixed bug in glade_widget_dup_internal () (stupid typo of mine when fixing
* src/glade-widget.c: Fixed bug in glade_widget_dup_internal ()
(stupid typo of mine when fixing 320077)
* src/glade-utils.[ch]: Removed all the Cut/Copy/Paste/Delete
stuff, now all in GladeApp.
* src/glade-app.c: Moved the bulk of code from glade-utils to
glade-app (cut/copy/paste/delete) since it was confusing to
see the chain of events, it should be simpler overall now.
* doc/glade-sections.txt, doc/tmpl/*: Adjusted doc structure
for new apis and removed old apis.
Diffstat (limited to 'src/glade-utils.h')
-rw-r--r-- | src/glade-utils.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/glade-utils.h b/src/glade-utils.h index 62a63863..347308c3 100644 --- a/src/glade-utils.h +++ b/src/glade-utils.h @@ -94,19 +94,6 @@ gboolean glade_util_any_gtkcontainer_relation (GladeWidget *parent, LIBGLADEUI_API gboolean glade_util_widget_pastable (GladeWidget *child, GladeWidget *parent); - -LIBGLADEUI_API -void glade_util_paste_clipboard (GladePlaceholder *placeholder, - GladeWidget *parent); -LIBGLADEUI_API -void glade_util_cut_selection (void); -LIBGLADEUI_API -void glade_util_copy_selection (void); -LIBGLADEUI_API -void glade_util_delete_selection (void); -LIBGLADEUI_API -void glade_util_delete_clipboard (void); - LIBGLADEUI_API gint glade_util_count_placeholders (GladeWidget *parent); |