Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gtr_statusbar_new () |
void | gtr_statusbar_push_default () |
void | gtr_statusbar_pop_default () |
guint | gtr_statusbar_push () |
void | gtr_statusbar_pop () |
guint | gtr_statusbar_get_context_id () |
void | gtr_statusbar_set_overwrite () |
void | gtr_statusbar_clear_overwrite () |
void | gtr_statusbar_flash_message () |
void | gtr_statusbar_update_progress_bar () |
void | gtr_statusbar_clear_progress_bar () |
void gtr_statusbar_push_default (GtrStatusbar *statusbar
,const gchar *text
);
Pushes a text onto the statusbar in the default context id.
void
gtr_statusbar_pop_default (GtrStatusbar *statusbar
);
Pops the text in the statusbar of the default context id.
guint gtr_statusbar_push (GtrStatusbar *statusbar
,guint context_id
,const gchar *text
);
Pushes a new message onto a statusbar's stack.
void gtr_statusbar_pop (GtrStatusbar *statusbar
,guint context_id
);
Removes the first message in the GtkStatusBar's stack with the given context id.
guint gtr_statusbar_get_context_id (GtrStatusbar *statusbar
,const gchar *context_description
);
Returns a new context identifier, given a description of the actual context. Note that the description is not shown in the UI.
void gtr_statusbar_set_overwrite (GtrStatusbar *statusbar
,gboolean overwrite
);
Sets the overwrite mode on the statusbar.
void
gtr_statusbar_clear_overwrite (GtrStatusbar *statusbar
);
Clears the statusbar overwrite label.
void gtr_statusbar_flash_message (GtrStatusbar *statusbar
,guint context_id
,const gchar *format
,...
);
Flash a temporary message on the statusbar.
void gtr_statusbar_update_progress_bar (GtrStatusbar *statusbar
,gdouble translated_count
,gdouble messages_count
);
Updates the state of the progress bar with the given values.