グループコントロール。
class GroupBox: etc.negui.control.button.button.Button, etc.negui.event.subclass.ISubClass;
グループボックス。
bool tuneSize();
void tuneSize(SizeTuneType TuneSize
);
this(NeGui Owner
, ITEM_ID Id
);
- History:
- 1.061:
[S] Deprecated修正。
this(ref NEGUIINFO NeGuiInfo
);
alias font;
final void font(in Font font);
protected bool OnSize(SIZE_TYPE SizeType
, int Width
, int Height
);
protected void OnDestroy();
protected OnEraseBackGroundDg OnEraseBackGround(Canvas canvas
);
class RadioGroup: etc.negui.control.group.Group!(Radio).Group;
Radio checked();
int checkIndex();
void checked(Radio Target
);