Home
last modified time | relevance | path

Searched defs:ButtonStyle (Results 1 – 2 of 2) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/components/declaration/button/
Dbutton_declaration.h35 struct ButtonStyle : Style { struct
36 TextStyle textStyle;
37 BorderEdge borderEdge;
38 Edge padding;
39 Dimension diameter;
40 Dimension minWidth;
41 Dimension width = -1.0_vp;
42 Dimension height = -1.0_vp;
43 Dimension radius;
44 Dimension iconWidth;
[all …]
/foundation/graphic/ui/interfaces/kits/themes/
Dtheme.h45 struct ButtonStyle { struct
47 Style released;
49 Style pressed;
51 Style inactive;