Struct ImRaii.TabItemDisposable
A wrapper around ImGui tab items.
Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.TabItemDisposable : IDisposable
Implements:
System.IDisposable
Properties
Alive
Gets a value indicating whether the tab item is already ended.
Declaration
public readonly bool Alive { get; }
Fields
Success
Whether creating the tab item succeeded, and it is currently selected.
Declaration
public readonly bool Success
Methods
Dispose()
End the tab item on leaving scope.
Declaration
public void Dispose()
EndUnsafe()
End a tab item without using an IDisposable.
Declaration
public static void EndUnsafe()
Implements
System.IDisposable