mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 22:21:49 +01:00
Add to IReadOnlyDtrBarEntry
This commit is contained in:
parent
3422751c19
commit
200dff65aa
1 changed files with 6 additions and 1 deletions
|
|
@ -40,6 +40,11 @@ public interface IReadOnlyDtrBarEntry
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool Shown { get; }
|
public bool Shown { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets a value indicating this entry's minimum width.
|
||||||
|
/// </summary>
|
||||||
|
public ushort MinimumWidth { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the user has hidden this entry from view through the Dalamud settings.
|
/// Gets a value indicating whether the user has hidden this entry from view through the Dalamud settings.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -133,7 +138,7 @@ internal sealed unsafe class DtrBarEntry : IDisposable, IDtrBarEntry
|
||||||
/// <inheritdoc cref="IDtrBarEntry.Tooltip" />
|
/// <inheritdoc cref="IDtrBarEntry.Tooltip" />
|
||||||
public SeString? Tooltip { get; set; }
|
public SeString? Tooltip { get; set; }
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc cref="MinimumWidth" />
|
||||||
public ushort MinimumWidth
|
public ushort MinimumWidth
|
||||||
{
|
{
|
||||||
get;
|
get;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue