Skip to main content
Version: 14.x (API 14) [Legacy]

Struct ImRaii.TabBarDisposable

A wrapper around ImGui tab bars.

Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.TabBarDisposable : IDisposable

Implements:
System.IDisposable

Properties

Alive

Gets a value indicating whether the tab bar is already ended.

Declaration
public readonly bool Alive { get; }

Fields

Success

Whether creating the tab bar succeeded.

Declaration
public readonly bool Success

Methods

Dispose()

End the tab bar on leaving scope.

Declaration
public void Dispose()

EndUnsafe()

End a tab bar without using an IDisposable.

Declaration
public static void EndUnsafe()

Implements

  • System.IDisposable