
2003-04-24 Chris Toshok <toshok@ximian.com> [ for bug #41211 ] * e-gui-utils.h (e_button_new_with_stock_icon): add prototype. * e-gui-utils.c (e_button_new_with_stock_icon): new function, allow us to create a custom labeled button with a stock icon. svn path=/trunk/; revision=21022
13 lines
369 B
C
13 lines
369 B
C
#ifndef E_GUI_UTILS_H
|
|
#define E_GUI_UTILS_H
|
|
|
|
#include <gtk/gtkwidget.h>
|
|
#include <bonobo/bonobo-ui-util.h>
|
|
#include <bonobo/bonobo-control.h>
|
|
|
|
GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2);
|
|
|
|
GtkWidget *e_button_new_with_stock_icon (const char *label_str, const char *stockid);
|
|
|
|
#endif /* E_GUI_UTILS_H */
|