Tabs.TabAlign/tabAlign - multiple declarations

Function Tabs.tabAlign

The alignment of all tabs. See tabalign for details.

Tabs.TabAlign tabAlign() nothrow @property @nogc;

void tabAlign (
  long v
) nothrow @property @nogc;

Enum Tabs.TabAlign

enum TabAlign : int { ... }

Enum members

NameDescription
alignCenter Align the tabs to the center.
alignLeft Align the tabs to the left.
alignMax Represents the size of the tabalign enum.
alignRight Align the tabs to the right.