| Libfm Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
GtkDialog * fm_file_properties_widget_new (FmFileInfoList *files,gboolean toplevel); gboolean fm_show_file_properties (GtkWindow *parent,FmFileInfoList *files);
GtkDialog * fm_file_properties_widget_new (FmFileInfoList *files,gboolean toplevel);
Creates new dialog widget for change properties of files.
|
list of files |
|
choose appearance of dialog |
Returns : |
a new widget. [transfer full] |
Since 0.1.0
gboolean fm_show_file_properties (GtkWindow *parent,FmFileInfoList *files);
Creates and shows file properties dialog for files.
|
a window to put dialog over it |
|
list of files |
Returns : |
TRUE. |
Since 0.1.0