EdgeWindow#

EdgeWindow#

Constructor#

EdgeWindow(figure, size, location, title[, ...])

A base class for imgui windows displayed at one of the four edges of a Figure

Properties#

EdgeWindow.height

height of the window

EdgeWindow.location

location of the window

EdgeWindow.size

width or height of the edge window

EdgeWindow.width

with the window

EdgeWindow.x

canvas x position of the window

EdgeWindow.y

canvas y position of the window

Methods#

EdgeWindow.draw_window()

helps simplify using imgui by managing window creation & position, and pushing/popping the ID

EdgeWindow.get_rect()

Compute the rect that defines the area this GUI is drawn to

EdgeWindow.update()

Implement your GUI here and it will be drawn within the window.