描画のリクエストを
説明
| このオブジェクトを作成します。 |
| Fill を初期化します。 |
| このクラスのオブジェクトでは、{contains-point? x, y} メソッドは、常に false を返します。これらはイベントについて通知されないからです。 |
| このオブジェクトの可視表現を描画します。 |
| このオブジェクトにレイアウト幅と高さを代入します。 |
このオブジェクトを作成します。
説明
例
| 例 | |
{paragraph I am enabled}
{paragraph enabled? = false, I'm not}
|
例
| 例 | |
![]() | |
{radio-buttons
value = "first",
{RadioButton radio-value = "first"},
{RadioButton
radio-value = "second",
reactive-label = {ReactiveLabel
label-disabled = "(second)"
},
enabled? = false
},
{RadioButton radio-value = "third"}
}
|
Fill を初期化します。
例
| 例 | |
![]() | |
{VBox
"A rather long and wordy line of text.",
{HBox "Left", {Fill}},
{HBox {Fill}, "Center", {Fill}},
{HBox {Fill}, "Right"},
{HBox {Fill width=0.5in}, "Indented", {Fill}},
{HBox
{Fill width=0.5in, background="cyan"},
"Indented with color",
{Fill}}} |
プログラミング注意事項
オーバーライド
このクラスのオブジェクトでは、{contains-point? x, y} メソッドは、常に false を返します。これらはイベントについて通知されないからです。
このオブジェクトの可視表現を描画します。
オーバーライド
このオブジェクトにレイアウト幅と高さを代入します。
説明
プログラミング注意事項
オーバーライド