enum ImGui::ImGuiStyleVar

Defined in:

types.cr

Enum Members

Alpha = 0
DisabledAlpha = 1
WindowPadding = 2
WindowRounding = 3
WindowBorderSize = 4
WindowMinSize = 5
WindowTitleAlign = 6
ChildRounding = 7
ChildBorderSize = 8
PopupRounding = 9
PopupBorderSize = 10
FramePadding = 11
FrameRounding = 12
FrameBorderSize = 13
ItemSpacing = 14
ItemInnerSpacing = 15
IndentSpacing = 16
CellPadding = 17
ScrollbarSize = 18
ScrollbarRounding = 19
GrabMinSize = 20
GrabRounding = 21
TabRounding = 22
TabBorderSize = 23
TabBarBorderSize = 24
TableAngledHeadersAngle = 25
TableAngledHeadersTextAlign = 26
ButtonTextAlign = 27
SelectableTextAlign = 28
SeparatorTextBorderSize = 29
SeparatorTextAlign = 30
SeparatorTextPadding = 31

Instance Method Summary

Instance Method Detail

def alpha? #

[View source]
def button_text_align? #

[View source]
def cell_padding? #

[View source]
def child_border_size? #

[View source]
def child_rounding? #

[View source]
def disabled_alpha? #

[View source]
def frame_border_size? #

[View source]
def frame_padding? #

[View source]
def frame_rounding? #

[View source]
def grab_min_size? #

[View source]
def grab_rounding? #

[View source]
def indent_spacing? #

[View source]
def item_inner_spacing? #

[View source]
def item_spacing? #

[View source]
def popup_border_size? #

[View source]
def popup_rounding? #

[View source]
def scrollbar_rounding? #

[View source]
def scrollbar_size? #

[View source]
def selectable_text_align? #

[View source]
def separator_text_align? #

[View source]
def separator_text_border_size? #

[View source]
def separator_text_padding? #

[View source]
def tab_bar_border_size? #

[View source]
def tab_border_size? #

[View source]
def tab_rounding? #

[View source]
def table_angled_headers_angle? #

[View source]
def table_angled_headers_text_align? #

[View source]
def window_border_size? #

[View source]
def window_min_size? #

[View source]
def window_padding? #

[View source]
def window_rounding? #

[View source]
def window_title_align? #

[View source]