Searched defs:ButtonProperties (Results 1 – 1 of 1) sorted by relevance
34 struct ButtonProperties { struct35 bool showButton = false;36 std::string value;37 EventMarker actionId;39 TouchEventFunc touchFunc;40 RefPtr<NG::ClickEvent> action; // button click action