comparison src/gtkstatusbox.h @ 11677:8004885fabbe

[gaim-migrate @ 13963] Remove some things from the public namespace by making them static committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 17 Oct 2005 05:50:30 +0000
parents 3a05b53a589e
children a8ec0a291d14
comparison
equal deleted inserted replaced
11676:0c54f9b0e67c 11677:8004885fabbe
28 #define __GTK_GAIM_STATUS_BOX_H__ 28 #define __GTK_GAIM_STATUS_BOX_H__
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 #include "gtkimhtml.h" 31 #include "gtkimhtml.h"
32 #include "account.h" 32 #include "account.h"
33 #include "savedstatuses.h"
33 #include <gtk/gtktreemodel.h> 34 #include <gtk/gtktreemodel.h>
34 #include <gtk/gtktreeview.h> 35 #include <gtk/gtktreeview.h>
35 #if !GTK_CHECK_VERSION(2,6,0) 36 #if !GTK_CHECK_VERSION(2,6,0)
36 # include "gtkcellview.h" 37 # include "gtkcellview.h"
37 # include "gtkcellviewmenuitem.h" 38 # include "gtkcellviewmenuitem.h"
116 gtk_gaim_status_box_set_connecting(GtkGaimStatusBox *status_box, gboolean connecting); 117 gtk_gaim_status_box_set_connecting(GtkGaimStatusBox *status_box, gboolean connecting);
117 118
118 void 119 void
119 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box); 120 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box);
120 121
122 void gtk_gaim_status_box_activate_saved_status(GaimSavedStatus *saved_status);
121 123
122 char *gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box); 124 char *gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box);
123 125
124 char *gtk_gaim_status_box_get_message(GtkGaimStatusBox *status_box); 126 char *gtk_gaim_status_box_get_message(GtkGaimStatusBox *status_box);
125 127