Codechange: Add dedicated widget for boolean toggle buttons.

This commit is contained in:
2025-04-20 11:19:01 +01:00
committed by Peter Nelson
parent e3d2d68bd4
commit d89753b88d
2 changed files with 17 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ enum WidgetType : uint8_t {
WWT_ARROWBTN, ///< (Toggle) Button with an arrow
WWT_TEXTBTN, ///< (Toggle) Button with text
WWT_TEXTBTN_2, ///< (Toggle) Button with diff text when clicked
WWT_BOOLBTN, ///< Standard boolean toggle button.
WWT_LABEL, ///< Centered label
WWT_TEXT, ///< Pure simple text
WWT_MATRIX, ///< Grid of rows and columns. @see MatrixWidgetValues