ボタン。
class ButtonException: etc.negui.control.control.ControlException;
abstract class Button: etc.negui.control.control.Control, etc.negui.control.control.IHorizonAlign, etc.negui.control.control.IVerticalAlign, etc.negui.control.control.INotify, etc.negui.control.control.IOwnerDraw;
this(NeGui Owner
, ITEM_ID Id
);
- History:
- 1.032:
[P] 処理内容変更。
this(ref NEGUIINFO NeGuiInfo
);
enum TYPE;
final TYPE type();
void click();
protected Draw Image(IMAGE_TYPE ImageType
, Draw draw
);
Icon image(Icon icon
);
Bitmap image(Bitmap bmp
);
class Push: etc.negui.control.button.button.Button;
this(NeGui Owner
, ITEM_ID Id
);
- History:
- 1.032:
[P] 処理内容変更。
this(ref NEGUIINFO NeGuiInfo
);
bool push();
void push(bool Push
);
abstract class Toggle: etc.negui.control.button.button.Button;
enum CHECK;
UNCHECKED
CHECKED
INDETERMINATE
CHECK check();
void check(CHECK Check
);
bool checked();
void checked(bool Flag
);
class CheckBox: etc.negui.control.button.button.Toggle;
this(NeGui Owner
, ITEM_ID Id
);
- History:
- 1.032:
[P] 処理内容変更。
this(ref NEGUIINFO NeGuiInfo
);
class Radio: etc.negui.control.button.button.Toggle;
this(NeGui Owner
, ITEM_ID Id
);
- History:
- 1.032:
[P] 処理内容変更。
this(ref NEGUIINFO NeGuiInfo
);
enum AUTO;