enum ImGui::ImDrawFlags
Defined in:
types.cr
Enum Members
-
None =
0
-
Closed =
1
-
RoundCornersTopLeft =
16
-
RoundCornersTopRight =
32
-
RoundCornersBottomLeft =
64
-
RoundCornersBottomRight =
128
-
RoundCornersNone =
256
-
RoundCornersTop =
48
-
RoundCornersBottom =
192
-
RoundCornersLeft =
80
-
RoundCornersRight =
160
-
RoundCornersAll =
240
-
RoundCornersDefault_ =
240
-
RoundCornersMask_ =
496
Instance Method Summary
Instance Method Detail
def
round_corners_bottom?
#
def
round_corners_bottom_left?
#
def
round_corners_bottom_right?
#
def
round_corners_default_?
#
def
round_corners_left?
#
def
round_corners_mask_?
#
def
round_corners_none?
#
def
round_corners_right?
#
def
round_corners_top_left?
#
def
round_corners_top_right?
#