![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
AnjutaStatusPriv; AnjutaStatus; GtkWidget* anjuta_status_new (void); void anjuta_status_set (AnjutaStatus *status, const gchar *mesg, ...); void anjuta_status_push (AnjutaStatus *status, const gchar *mesg, ...); #define anjuta_status_pop (obj) #define anjuta_status_clear_stack (obj) void anjuta_status_busy_push (AnjutaStatus *status); void anjuta_status_busy_pop (AnjutaStatus *status); void anjuta_status_set_default (AnjutaStatus *status, const gchar *label, const gchar *value_format, ...); void anjuta_status_add_widget (AnjutaStatus *status, GtkWidget *widget); void anjuta_status (AnjutaStatus *status, const gchar *mesg, gint timeout); void anjuta_status_set_title_window (AnjutaStatus *status, GtkWidget *window); void anjuta_status_set_title (AnjutaStatus *status, const gchar *title); void anjuta_status_progress_add_ticks (AnjutaStatus *status, gint ticks); void anjuta_status_progress_tick (AnjutaStatus *status, GdkPixbuf *icon, const gchar *text); void anjuta_status_progress_reset (AnjutaStatus *status);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GnomeAppBar +----AnjutaStatus
"busy" void user_function (AnjutaStatus *anjutastatus, gboolean arg1, gpointer user_data) : Run last
void anjuta_status_set (AnjutaStatus *status, const gchar *mesg, ...);
|
|
|
|
|
void anjuta_status_push (AnjutaStatus *status, const gchar *mesg, ...);
|
|
|
|
|
#define anjuta_status_clear_stack(obj) gnome_appbar_clear_stack(GNOME_APPBAR((obj)));
|
void anjuta_status_set_default (AnjutaStatus *status, const gchar *label, const gchar *value_format, ...);
|
|
|
|
|
|
|
void anjuta_status_add_widget (AnjutaStatus *status, GtkWidget *widget);
|
|
|
void anjuta_status (AnjutaStatus *status, const gchar *mesg, gint timeout);
|
|
|
|
|
void anjuta_status_set_title_window (AnjutaStatus *status, GtkWidget *window);
|
|
|
void anjuta_status_set_title (AnjutaStatus *status, const gchar *title);
|
|
|
void anjuta_status_progress_add_ticks (AnjutaStatus *status, gint ticks);
|
|
|
void anjuta_status_progress_tick (AnjutaStatus *status, GdkPixbuf *icon, const gchar *text);
|
|
|
|
|
void user_function (AnjutaStatus *anjutastatus, gboolean arg1, gpointer user_data) : Run last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |