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 closed? #

[View source]
def none? #

[View source]
def round_corners_all? #

[View source]
def round_corners_bottom? #

[View source]
def round_corners_bottom_left? #

[View source]
def round_corners_bottom_right? #

[View source]
def round_corners_default_? #

[View source]
def round_corners_left? #

[View source]
def round_corners_mask_? #

[View source]
def round_corners_none? #

[View source]
def round_corners_right? #

[View source]
def round_corners_top? #

[View source]
def round_corners_top_left? #

[View source]
def round_corners_top_right? #

[View source]