diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-08 04:20:37 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-08 04:20:37 +0800 |
commit | 5b1da3b4397606654c31fd221215b25faee93770 (patch) | |
tree | 208b770be1dc3b68825074202efbc5051aabaaa9 /e-util/e-gui-utils.h | |
parent | 12f903a3b0bc7bbed7bf3aa862dd56d852ed03f0 (diff) | |
download | gsoc2013-evolution-5b1da3b4397606654c31fd221215b25faee93770.tar gsoc2013-evolution-5b1da3b4397606654c31fd221215b25faee93770.tar.gz gsoc2013-evolution-5b1da3b4397606654c31fd221215b25faee93770.tar.bz2 gsoc2013-evolution-5b1da3b4397606654c31fd221215b25faee93770.tar.lz gsoc2013-evolution-5b1da3b4397606654c31fd221215b25faee93770.tar.xz gsoc2013-evolution-5b1da3b4397606654c31fd221215b25faee93770.tar.zst gsoc2013-evolution-5b1da3b4397606654c31fd221215b25faee93770.zip |
Added e_container_change_tab_order.
2000-08-07 Christopher James Lahey <clahey@helixcode.com>
* e-gui-utils.c, e-gui-utils.c: Added
e_container_change_tab_order.
svn path=/trunk/; revision=4580
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r-- | e-util/e-gui-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h index c1958879aa..1d47a7b514 100644 --- a/e-util/e-gui-utils.h +++ b/e-util/e-gui-utils.h @@ -13,6 +13,7 @@ GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string void e_container_foreach_leaf (GtkContainer *container, GtkCallback callback, gpointer closure); - +gint e_container_change_tab_order (GtkContainer *container, + GList *widgets); #endif /* E_GUI_UTILS_H */ |