mirror of https://github.com/MidnightCommander/mc
14 lines
385 B
C
14 lines
385 B
C
/* Custom layout preferences box for the Midnight Commander
|
|
*
|
|
* Copyright (C) 1999 The Free Software Foundation
|
|
*
|
|
* Author: Owen Taylor <otaylor@redhat.com>
|
|
*/
|
|
|
|
typedef struct _GCustomLayout GCustomLayout;
|
|
|
|
GCustomLayout *custom_layout_create_page (GnomePropertyBox *prop_box,
|
|
WPanel *panel);
|
|
void custom_layout_apply (GCustomLayout *layout);
|
|
|