「App:Library:FabGL:Enumerations:uiButtonKind」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
1行目: 1行目:
== enum uiButtonKind ==
+
== enum [http://www.fabglib.org/group___enumerations_ga04e30fac21360b66bd2bfd587f9092be.html#ga04e30fac21360b66bd2bfd587f9092be uiButtonKind] ==
 
ボタンの種類を指定します。
 
ボタンの種類を指定します。
 
{| class="wikitable"
 
{| class="wikitable"

2022年3月21日 (月) 23:41時点における最新版

enum uiButtonKind

ボタンの種類を指定します。

Enumerator
Button Normal button - can have a single state. Generates only click events
Switch Switch - can have two states. Generates onChange events

line 1253 of file fabui.hに定義されています。



戻る