Method
GtkProgressBarget_text
Declaration [src]
const gchar*
gtk_progress_bar_get_text (
GtkProgressBar* pbar
)
Description [src]
Retrieves the text that is displayed with the progress bar,
if any, otherwise NULL
. The return value is a reference
to the text, not a copy of it, so will become invalid
if you change the text in the progress bar.
Gets property | Gtk.ProgressBar:text |