From 4e1bd0ccb9669fba55ef1723a73e6578f8011e19 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 30 Apr 2025 18:03:38 +0600 Subject: [PATCH] Added enumerator --- source/libublsettingsui-gtk3.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/libublsettingsui-gtk3.h b/source/libublsettingsui-gtk3.h index d98dc80..822bf0b 100644 --- a/source/libublsettingsui-gtk3.h +++ b/source/libublsettingsui-gtk3.h @@ -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);