Skip to content

ImGuiWindowBase Class

C#
public abstract class ImGuiWindowBase : ImGuiObjectBase

Inheritance objectImGuiObjectBase

C#
protected ImGuiWindowBase()
C#
public bool IsOpen
C#
public bool RemoveOnClose
C#
public bool AddOnOpen
C#
public bool DialogResult
C#
public string Title { get; set; }
C#
public void Close()
C#
protected virtual void OnClosed()
C#
public void Open()
C#
protected virtual void OnOpened()

DrawButtons(out bool, bool, string, string)

Section titled “DrawButtons(out bool, bool, string, string)”
C#
public static bool DrawButtons(out bool result, bool acceptDisabled = false, string cancelButtonText = "Cancel", string acceptButtonText = "Accept")

result bool

acceptDisabled bool

cancelButtonText string

acceptButtonText string

bool

C#
public event EventHandler Closed

EventHandler