mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
824c07e49f
* gprefs.c gcustom-layout.[ch]: Add a new page to the preferences dialog to allow the user to change the columns in the custom view.
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);
|
|
|