File: guiutil.h

package info (click to toggle)
gentoo 0.11.10-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,116 kB
  • ctags: 2,901
  • sloc: ansic: 23,849; makefile: 195
file content (13 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
** 1998-07-12 -	Header for the new GUI utility module.
*/

GtkWidget *	gui_arrow_button_new(GtkArrowType at);
GtkWidget *	gui_details_button_new(GdkWindow *win);
GSList *	gui_radio_group_new(guint num, const gchar *label[], GtkWidget *but[]);

gpointer	gui_progress_begin(const gchar *body, const gchar *button);
gboolean	gui_progress_update(gpointer anchor, gfloat value, const gchar *obj);
void		gui_progress_end(gpointer anchor);

GtkWidget *	gui_build_menu(const gchar *text[], GtkSignalFunc func, gpointer data);