mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Review GUI property names
This commit is contained in:
10
src/raygui.h
10
src/raygui.h
@ -467,9 +467,9 @@ static int style[NUM_PROPERTIES] = {
|
||||
#if defined(RAYGUI_STYLE_SAVE_LOAD)
|
||||
// GUI property names (to read/write style text files)
|
||||
static const char *guiPropertyName[] = {
|
||||
"LABEL_BORDER_COLOR_NORMAL",
|
||||
"LABEL_BASE_COLOR_NORMAL",
|
||||
"LABEL_TEXT_COLOR_NORMAL",
|
||||
"LABEL_TEXT_COLOR_FOCUSED",
|
||||
"LABEL_TEXT_COLOR_PRESSED",
|
||||
"BUTTON_BORDER_WIDTH",
|
||||
"BUTTON_BORDER_COLOR_NORMAL",
|
||||
"BUTTON_BASE_COLOR_NORMAL",
|
||||
@ -517,6 +517,9 @@ static const char *guiPropertyName[] = {
|
||||
"SPINNER_BORDER_COLOR_FOCUSED",
|
||||
"SPINNER_BASE_COLOR_FOCUSED",
|
||||
"SPINNER_TEXT_COLOR_FOCUSED",
|
||||
"SPINNER_BORDER_COLOR_PRESSED",
|
||||
"SPINNER_BASE_COLOR_PRESSED",
|
||||
"SPINNER_TEXT_COLOR_PRESSED",
|
||||
"COMBOBOX_BORDER_WIDTH",
|
||||
"COMBOBOX_BUTTON_PADDING",
|
||||
"COMBOBOX_BORDER_COLOR_NORMAL",
|
||||
@ -529,6 +532,7 @@ static const char *guiPropertyName[] = {
|
||||
"COMBOBOX_BASE_COLOR_PRESSED",
|
||||
"COMBOBOX_TEXT_COLOR_PRESSED",
|
||||
"CHECKBOX_BORDER_WIDTH",
|
||||
"CHECKBOX_INNER_PADDING",
|
||||
"CHECKBOX_BORDER_COLOR_NORMAL",
|
||||
"CHECKBOX_BASE_COLOR_NORMAL",
|
||||
"CHECKBOX_BORDER_COLOR_FOCUSED",
|
||||
@ -544,7 +548,7 @@ static const char *guiPropertyName[] = {
|
||||
"TEXTBOX_TEXT_COLOR_FOCUSED",
|
||||
"TEXTBOX_BORDER_COLOR_PRESSED",
|
||||
"TEXTBOX_BASE_COLOR_PRESSED",
|
||||
"TEXTBOX_TEXT_COLOR_PRESSED",
|
||||
"TEXTBOX_TEXT_COLOR_PRESSED"
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user