[ Home | Fileman | Core | Dialog | Job | Libext | Misc | Side | View | Widget | Other ]
+ dialog/dialogs.c
+ dialog/progressdlg.c
+ dialog/progressview.c
+ dialog/appchooser.c
+ dialog/appmodel.c
+ dialog/appcombo.c
+ dialog/propsdlg.c
+ dialog/permbox.c
Description
Several application dialogs such as dialog_insecure_program, dialog_file_create, dialog_file_rename, dialog_folder_trash, etc...
Description
A GtkWindow for file operation progress dialog.
Description
A GtkBox for file operation progress.
Description
A GtkDialog to select an application.
Description
A GtkTreeStore to handle applications. The appmodel_load function fills the model using g_app_info_get_all_for_type.
Description
A GtkComboBox to select an application, it calls g_app_info_get_default_for_type and stores infos in a GtkListStore. It's used in the properties dialog box.
Description
A GtkDialog created from the contextual popup menu.
Description
A GtkBox to display permission settings in the PropertiesDialog.