Added enumerator

pull/43/head
parent 12711de434
commit 4e1bd0ccb9

@ -281,6 +281,17 @@ void yon_save_window_set_postsave_failure_function(void *function, void *data);
char *yon_get_default_label_with_parameter(char *command);
enum YON_SAVE_COLUMNS {
YON_SAVE_CHECKED,
YON_SAVE_PARAMETER,
YON_SAVE_OLD,
YON_SAVE_NEW,
YON_SAVE_COMPARE,
YON_SAVE_COLOR,
YON_SAVE_VISIBLE,
YON_SAVE_SECTION
};
template_saving_window *yon_save_proceed(char *path,YON_CONFIG_TYPE type, ...);
void yon_on_space_first_changed(GtkEntry *editable);

Loading…
Cancel
Save