ru.po: Corrections from Evgeny Bulgakov <bgav@netvision.net.il>
[midnight-commander.git] / gnome / gcustom-layout.h
blob58860f2c4e1c2682fb3ebb54abceeb5d116e721c
1 /* Custom layout preferences box for the Midnight Commander
3 * Copyright (C) 1999 The Free Software Foundation
5 * Author: Owen Taylor <otaylor@redhat.com>
6 */
8 typedef struct _GCustomLayout GCustomLayout;
10 GCustomLayout *custom_layout_create_page (GnomePropertyBox *prop_box,
11 WPanel *panel);
12 void custom_layout_apply (GCustomLayout *layout);