etc.negui.layout.panel.dual

デュアル。
class Dual: etc.negui.layout.panel.panel.Panel, etc.negui.layout.panel.panel.IDirection;
二画面型パネル。
領域を二分割。
BUGS:
縦方向未チェック。
History:
1.062: [P] やっぱり中央線を変数からメソッドに。
1.050: [P] 中央線をメソッドから変数に。
SIZEINFO sizeInfo;

this(DIRECTION Direction );

protected int CenterSize;

void onSize(ref const(RECT) TotalSize );
History:
1.030: [S] final switchの導入。 [P] 内部処理一部変更。