Searched defs:ButtonInfo (Results 1 – 1 of 1) sorted by relevance
181 struct ButtonInfo { struct182 std::string text; // text of button.184 bool isBgColorSetted = false;190 std::optional<ButtonType> type;191 std::optional<ButtonStyleMode> buttonStyle;192 std::optional<ButtonRole> role;193 std::optional<Color> fontColor;194 std::optional<CalcDimension> fontSize;195 std::optional<FontWeight> fontWeight;196 std::optional<FontStyle> fontStyle;[all …]