Curve Editor
curveEditorオブジェクトを作成します。
シンタックス
::hw::CurveEditor frame/object name -layout <preferred layout>
詳細
- auto
- ウィジェットは、渡されたフレーム内に自動的にパックされます。
- custom
- ユーザーが各ウィジェットにフレームを与えます。
引数
- frame
- Tkフレームを指定します。
- packtype
- 名称値のペアとして渡されるオプションの引数。
戻り値
適用なし
例
# Create a toplevel
toplevel .t
# Pass the desired frame name to ::hw::CurveEditor cons
::hw::CurveEditor .t.fr -layout auto
# Pass the toplevel you want to create
::hw::CurveEditor .t