Files
evolution/widgets/misc/e-gui-utils.h
Christopher James Lahey 15349adfcc Added e_container_focus_nth_entry.
2000-10-12  Christopher James Lahey  <clahey@helixcode.com>

	* gal/widgets/e-gui-utils.c, gal/widgets/e-gui-utils.h: Added
	e_container_focus_nth_entry.

svn path=/trunk/; revision=5893
2000-10-12 22:47:14 +00:00

21 lines
725 B
C

#ifndef GAL_GUI_UTILS_H
#define GAL_GUI_UTILS_H
#include <gtk/gtkmenu.h>
#include <gtk/gtkwindow.h>
#include <libgnomeui/gnome-messagebox.h>
void e_popup_menu (GtkMenu *menu, GdkEventButton *event);
void e_auto_kill_popup_menu_on_hide (GtkMenu *menu);
void e_notice (GtkWindow *window, const char *type, const char *format, ...);
void e_container_foreach_leaf (GtkContainer *container,
GtkCallback callback,
gpointer closure);
void e_container_focus_nth_entry (GtkContainer *container,
int n);
gint e_container_change_tab_order (GtkContainer *container,
GList *widgets);
#endif /* GAL_GUI_UTILS_H */