| Top |  |  |  |  | 
| GtkWidget * | thunar_progress_view_new_with_job () | 
| void | thunar_progress_view_set_icon_name () | 
| void | thunar_progress_view_set_title () | 
| ThunarJob * | thunar_progress_view_get_job () | 
| void | thunar_progress_view_launch_job () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── ThunarProgressView
GtkWidget *
thunar_progress_view_new_with_job (ThunarJob *job);
Allocates a new ThunarProgressView and associates it with the job
.
void thunar_progress_view_set_icon_name (ThunarProgressView *view,const gchar *icon_name);
void thunar_progress_view_set_title (ThunarProgressView *view,const gchar *title);
ThunarJob *
thunar_progress_view_get_job (ThunarProgressView *view);
Returns the ThunarJob associated with view
or NULL if no job is currently associated with view
.
The ThunarJob is owned by the view
 and should
not be freed by the caller.
“icon-name” property  “icon-name”                char *
icon-name.
Owner: ThunarProgressView
Flags: Read / Write
Default value: NULL
“job” property“job” ThunarJob *
The ThunarJob, whose progress is displayed by this view, or
NULL if no job is set.
Owner: ThunarProgressView
Flags: Read / Write
“finished” signalvoid user_function (ThunarProgressView *thunarprogressview, gpointer user_data)
Flags: No Hooks
“force-launch” signalvoid user_function (ThunarProgressView *thunarprogressview, gpointer user_data)
Flags: No Hooks
“need-attention” signalvoid user_function (ThunarProgressView *thunarprogressview, gpointer user_data)
Flags: No Hooks