Set-flow-layout

提供:GizmoLabs - だいたい CAD LISP なサイト
2011年6月13日 (月) 00:07時点におけるGizmon (トーク | 投稿記録)による版 (ページの作成: {{NewLISP}} ; 構文 : : (gs:set-flow-layout ''sym-container'' [''str-alignment'' [''int-hgap int-vgap'']]) ; 機能 : フローレイアウトは、コンポーネントを自...)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
(gs:set-flow-layout sym-container [str-alignment [int-hgap int-vgap]])


機能
フローレイアウトは、コンポーネントを自然であるか好ましいサイズで表示させる。 コンポーネントの推奨サイズは、gs:set-size を使ってセットされる。
ボタン-タイプウィジェットとコンボ・ボックスは、含まれたテキストを示すのに必要なスペースをとる。


引数
  • sym-container - The name of the container for which flow layout is set.
  • sym-alignment - The alignment of the flow layout "left", "center" or "right".
  • int-hgap - The horizontal gap between components in the flow layout.
  • int-vgap - The vertical gap between components in the flow layout.


戻り値
なし