Top |
GtkWidget * | thunar_shortcuts_view_new () |
void | thunar_shortcuts_view_select_by_file () |
void | thunar_shortcuts_view_toggle_padding () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── ThunarShortcutsView
GtkWidget *
thunar_shortcuts_view_new (void
);
Allocates a new ThunarShortcutsView instance and associates it with the default ThunarShortcutsModel instance.
void thunar_shortcuts_view_select_by_file (ThunarShortcutsView *view
,ThunarFile *file
);
Looks up the first shortcut that refers to file
in view
and selects it.
If file
is not present in the underlying ThunarShortcutsModel, no
shortcut will be selected afterwards.
void thunar_shortcuts_view_toggle_padding (ThunarShortcutsView *view
,gboolean enable
);