summaryrefslogtreecommitdiff
path: root/gladeui/glade-utils.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-07-24 19:43:49 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-07-24 19:43:49 +0000
commit6eda77f84a8f22943562ff8b66a0d2ab8b4c6384 (patch)
tree0afeca7e79f5e06b346730cc718bdc30289c0d7c /gladeui/glade-utils.h
parentba93bf3734dba6070cdec3345d965ee93fb02dba (diff)
downloadglade-6eda77f84a8f22943562ff8b66a0d2ab8b4c6384.tar.gz
Made glade_util_queue_draw_nodes --> glade_util_draw_selection_nodes()
* gladeui/glade-utils.c: Made glade_util_queue_draw_nodes --> glade_util_draw_selection_nodes() (without the idle timeout now) * gladeui/glade-widget.c, gladeui/glade-placeholder.c: Use glade_util_draw_selection_nodes(), (selection wasnt being drawn on some widgets, now it's working and there's less "flicker" when drag/resizing widgets too). svn path=/trunk/; revision=1508
Diffstat (limited to 'gladeui/glade-utils.h')
-rw-r--r--gladeui/glade-utils.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gladeui/glade-utils.h b/gladeui/glade-utils.h
index be4112cf..08c3b4e9 100644
--- a/gladeui/glade-utils.h
+++ b/gladeui/glade-utils.h
@@ -71,25 +71,19 @@ void glade_util_clear_selection (void);
GList *glade_util_get_selection (void);
-
-void glade_util_queue_draw_nodes (GdkWindow *window);
-
+void glade_util_draw_selection_nodes (GdkWindow *expose_win);
GList *glade_util_container_get_all_children (GtkContainer *container);
-
gint glade_util_count_placeholders (GladeWidget *parent);
-
GtkTreeIter *glade_util_find_iter_by_widget (GtkTreeModel *model,
GladeWidget *findme,
gint column);
-
gboolean glade_util_basenames_match (const gchar *path1,
const gchar *path2);
-
GList *glade_util_purify_list (GList *list);
GList *glade_util_added_in_list (GList *old_list,