AddToolBarButton

ツールバーにボタンを追加する

version(Windows)
nothrow @nogc extern (C++, DxLib) extern
int
AddToolBarButton
(
int Type
,
int State
,,
int ID
)

Parameters

Type int

ボタンタイプ(TOOLBUTTON_TYPE_NORMAL等(解説は#defineの定義を参照してください))

State int

初期状態(TOOLBUTTON_STATE_ENABLE等(解説は#defineの定義を参照してください))

ImageIndex int

使用するボタンの画像番号

ID int

ボタンに割り当てる識別番号

Meta