RecursiveGridWidget::GridWidget
Inherits Reference < Object
Constants
ADDER_CONTENT_SIZE = -3
ADDER_ELEMENT_SIZE = 4
we have three sizes: used (measured, in @feedback_sizes), content and element
ADDER_GENERAL = 4
GRID_COLOR = ImGui.hsv(0.0, 1.0, 1.0, 1.0)
SUBGRID_SPACER = 4
Constructors
Instance methods
adder_content_size
Sourceadder_content_size=(adder_content_size : Int32)
Sourceadder_element_size
Sourceadder_element_size=(adder_element_size : Int32)
Sourceadder_general
Sourceadder_general=(adder_general : Int32)
Sourcedraw_grid_frames
Sourcedraw_grid_frames=(draw_grid_frames : Bool)
Sourceinspect(io : IO) : Nil
Appends a String representation of this object which includes its class name, its object address and the values of all instance variables.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).inspect # => #<Person:0x10fd31f20 @name="John", @age=32>
local_index
Sourcepaint
Sourcesubgrid_spacer
Sourcesubgrid_spacer=(subgrid_spacer : Int32)
Source