Top |
GtkWidget * | thunar_properties_dialog_new () |
void | thunar_properties_dialog_set_files () |
void | thunar_properties_dialog_set_file () |
gboolean | file-size-binary | Read / Write |
ThunarxFileInfoList * | files | Read / Write |
gboolean | show-file-hightlight-tab | Read / Write / Construct |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── ThunarAbstractDialog ╰── ThunarPropertiesDialog
GtkWidget * thunar_properties_dialog_new (GtkWindow *parent
,ThunarPropertiesDialogFlags flags
);
Allocates a new ThunarPropertiesDialog instance, that is not associated with any ThunarFile.
void thunar_properties_dialog_set_files (ThunarPropertiesDialog *dialog
,GList *files
);
Sets the ThunarFile that is displayed by dialog
to files
.
void thunar_properties_dialog_set_file (ThunarPropertiesDialog *dialog
,ThunarFile *file
);
Sets the ThunarFile that is displayed by dialog
to file
.
“file-size-binary”
property “file-size-binary” gboolean
Owner: ThunarPropertiesDialog
Flags: Read / Write
Default value: TRUE
“files”
property “files” ThunarxFileInfoList *
The list of currently selected files whose properties are displayed by
this ThunarPropertiesDialog. This property may also be NULL
in which case nothing is displayed.
Owner: ThunarPropertiesDialog
Flags: Read / Write
“reload”
signalgboolean user_function (ThunarPropertiesDialog *dialog, gpointer user_data)
Emitted whenever the user requests reset the reload the file properties. This is an internal signal used to bind the action to keys.
Flags: Action