| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkTreeView
                    ╰── ThunarTreeView
GtkWidget *
thunar_tree_view_new (void);
Allocates a new ThunarTreeView instance.
“show-hidden” property  “show-hidden”              gboolean
Whether to display hidden and backup folders in this ThunarTreeView.
Owner: ThunarTreeView
Flags: Read / Write
Default value: FALSE
“delete-selected-files” signalgboolean user_function (ThunarTreeView *tree_view, gpointer user_data)
Emitted whenever the user presses the Delete key. This is an internal signal used to bind the action to keys.
Flags: Action