Top | ![]() |
![]() |
![]() |
![]() |
enum | ThunarRenamerMode |
enum | ThunarDateStyle |
enum | ThunarColumn |
enum | ThunarIconSize |
enum | ThunarThumbnailMode |
enum | ThunarThumbnailSize |
enum | ThunarParallelCopyMode |
enum | ThunarRecursivePermissionsMode |
enum | ThunarRecursiveSearchMode |
enum | ThunarZoomLevel |
enum | ThunarJobResponse |
#define | THUNAR_JOB_RESPONSE_MAX_INT |
enum | ThunarFileMode |
#define | THUNAR_TYPE_USE_PARTIAL_MODE |
enum | ThunarUsePartialMode |
enum | ThunarVerifyFileMode |
enum | ThunarNewTabBehavior |
enum | ThunarStatusBarInfo |
enum | ThunarOperationLogMode |
enum | ThunarImagePreviewMode |
GEnum ├── ThunarColumn ├── ThunarDateStyle ├── ThunarIconSize ├── ThunarImagePreviewMode ├── ThunarJobOperationKind ├── ThunarOperationLogMode ├── ThunarParallelCopyMode ├── ThunarRenamerMode ├── ThunarThumbnailMode ├── ThunarThumbnailSize ├── ThunarUsePartialMode ├── ThunarVerifyFileMode ╰── ThunarZoomLevel GFlags ├── ThunarFileMode ╰── ThunarJobResponse
const gchar *
thunar_column_string_from_value (ThunarColumn value
);
gboolean thunar_column_value_from_string (const gchar *value_string
,ThunarColumn *value
);
const char *
thunar_thumbnail_size_get_nick (ThunarThumbnailSize thumbnail_size
);
ThunarThumbnailSize
thunar_zoom_level_to_thumbnail_size (ThunarZoomLevel zoom_level
);
const gchar *
thunar_zoom_level_string_from_value (ThunarZoomLevel zoom_level
);
gboolean thunar_zoom_level_value_from_string (const gchar *value_string
,gint *value
);
guint thunar_status_bar_info_toggle_bit (guint info
,ThunarStatusBarInfo mask
);
Flips the bits of info
when there is a matching info bit in mask
.
Used to enable/disable information in the statusbar.
gboolean thunar_status_bar_info_check_active (guint info
,ThunarStatusBarInfo mask
);
The style used to display dates (e.g. modification dates) to the user.
Columns exported by ThunarListModel using the GtkTreeModel interface.
created time. |
||
last access time. |
||
last modification time. |
||
deletion time. |
||
time of modification of recent info. |
||
file location. |
||
group's name. |
||
mime type (e.g. "text/plain"). |
||
display name. |
||
owner's name. |
||
permissions bits. |
||
file size. |
||
file size in bytes. |
||
file type (e.g. 'plain text document'). |
||
ThunarFile object. |
||
real file name. |
||