Curve Editor

curveEditorオブジェクトを作成します。

シンタックス

::hw::CurveEditor frame/object name -layout <preferred layout>

詳細

CurveEditorクラスは、hwネームスペースの一部です。itkクラスであるため、オブジェクトの名称はウィジェットの名称と同じです。オプションの引数packtypeは、レイアウトが他のコンポーネント用にどのようにパックされるかに対応します。
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


Figure 1.