diff src/ui.h @ 3649:f09193608fd3

[gaim-migrate @ 3773] Really, I think this is a lot prettier. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 12 Oct 2002 01:30:44 +0000
parents bb966d68f9e3
children 5b82f99d028d
line wrap: on
line diff
--- a/src/ui.h	Fri Oct 11 21:25:48 2002 +0000
+++ b/src/ui.h	Sat Oct 12 01:30:44 2002 +0000
@@ -67,6 +67,12 @@
 #define GAIM_WARNING 2
 #define GAIM_INFO 3
 
+typedef enum {
+		GAIM_BUTTON_HORIZONTAL,
+		GAIM_BUTTON_VERTICAL
+} GaimButtonStyle;
+
+
 struct debug_window {
 	GtkWidget *window;
 	GtkWidget *entry;
@@ -450,7 +456,7 @@
 extern void load_perl_script();
 extern GtkWidget *picture_button(GtkWidget *, char *, char **);
 extern GtkWidget *picture_button2(GtkWidget *, char *, char **, short);
-extern GtkWidget *pixbuf_button(char *, char *);
+extern GtkWidget *gaim_pixbuf_button(char *, char *, GaimButtonStyle);
 extern int file_is_dir(const char *, GtkWidget *);
 extern void update_privacy_connections();
 extern void show_privacy_options();
@@ -497,4 +503,8 @@
 extern void play_sound(int);
 extern void play_file(char *);
 
+/* Fucnctions in util.c */
+extern GtkWidget *gaim_pixmap(char *, char *);
+extern GdkPixbuf *gaim_pixbuf(char *, char *);
+
 #endif /* _UI_H_ */