mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-26 06:16:53 +03:00
7 lines
219 B
C
7 lines
219 B
C
|
typedef struct _GCustomLayout GCustomLayout;
|
||
|
|
||
|
GCustomLayout *custom_layout_create_page (GnomePropertyBox *prop_box,
|
||
|
WPanel *panel);
|
||
|
void custom_layout_apply (GCustomLayout *layout);
|
||
|
|