ru.po: Corrections from Evgeny Bulgakov <bgav@netvision.net.il>
[midnight-commander.git] / gnome / gpageprop.h
blob0d00d1318457ef9114de6561e48c76e40e5d0555
1 /* GNU Midnight Commander -- GNOME edition
3 * Properties dialog for files and desktop icons.
5 * Copyright (C) 1997 The Free Software Foundation
7 * Authors: Miguel de Icaza
8 * Federico Mena
9 */
11 #ifndef _GPAGEPROP_H
12 #define _GPAGEPROP_H
15 #include <gnome.h>
16 #include "gdesktop.h"
19 typedef enum {
20 GPROP_FILENAME = 1 << 0,
21 GPROP_MODE = 1 << 1,
22 GPROP_UID = 1 << 2,
23 GPROP_GID = 1 << 3,
24 GPROP_ICON = 1 << 4,
25 GPROP_TITLE = 1 << 5
26 } GpropChanged;
28 /* Returns a mask of the above specifying what changed.
31 int item_properties (GtkWidget *parent, char *fname, DesktopIconInfo *di);
34 #endif