[ Home | Fileman | Core | Dialog | Job | Libext | Misc | Side | View | Widget | Other ]
+ misc/navigator.c
+ misc/history.c
+ misc/component.c
+ misc/browser.c
+ misc/iconfactory.c
+ misc/iconrender.c
+ misc/shortrender.c
+ misc/enumtypes.c
Description
GTypeInterface to handle current directory. Launcher, History, TreePane TreeView, StandardView, LocationBar and LocationEntry, implement it.
Description
A GObject to handle back, forward browse history. ThunarHistory implements a ThunarNavigator interface.
Description
A GInterface to store selected files. Launcher, TreePane and StandardView implement it.
Description
A GInterface used by Application, LocationEntry and Launcher to resolve a file before launching it. For example, Application calls browser_poke_file to resolve a file given on the command line and then launch it in a callback using th_file_launch.
Description
A GObject to cache icons and thumbnails.
Description
A GtkCellRenderer to display TreeView and ListView icons.
Shortcut arrow in Thunar
Thunar renders shortcut arrows the same way as emblems. thunar_icon_renderer_render calls thunar_file_get_emblem_names which adds a symbolic link emblem name.
thunar_icon_renderer_render :
if (G_LIKELY (icon_renderer->emblems))
emblems = thunar_file_get_emblem_names (icon_renderer->file);
thunar_file_get_emblem_names :
if (thunar_file_is_symlink(file))
emblems = g_list_prepend(emblems, THUNAR_FILE_EMBLEM_NAME_SYMBOLIC_LINK);
Description
An IconRenderer used in the TreeView.
Description
Application's enums.
ThunarColumn
ThunarDateStyle
ThunarFileMode
ThunarJobResponse
ParallelCopyMode
ThunarRecursivePermissionsMode
ThunarIconSize
ThunarZoomLevel
ThunarThumbnailMode
ThunarThumbnailSize