TabContainer.TabAlign/tabAlign - multiple declarations

Function TabContainer.tabAlign

The alignment of all tabs in the tab container. See the tabalign constants for details.

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

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

Enum TabContainer.TabAlign

enum TabAlign : int { ... }

Enum members

NameDescription
alignCenter Align the tabs to the center.
alignLeft Align the tabs to the left.
alignRight Align the tabs to the right.