「Set-flow-layout」の版間の差分

提供:GizmoLabs - だいたい CAD LISP なサイト
(ページの作成: {{NewLISP}} ; 構文 : : (gs:set-flow-layout ''sym-container'' [''str-alignment'' [''int-hgap int-vgap'']]) ; 機能 : フローレイアウトは、コンポーネントを自...)
 
編集の要約なし
 
10行目: 10行目:


; 引数
; 引数
:* sym-container - The name of the container for which flow layout is set.
:* sym-container : フローレイアウトがセットされるコンテナ名
:* sym-alignment - The alignment of the flow layout "left", "center" or "right".
:* sym-alignment : フローレイアウトの並び。 "left""center" または "right"
:* int-hgap - The horizontal gap between components in the flow layout.
:* int-hgap : 水平ギャップ
:* int-vgap - The vertical gap between components in the flow layout.
:* int-vgap : 垂直ギャップ





2011年6月13日 (月) 00:23時点における最新版

構文
(gs:set-flow-layout sym-container [str-alignment [int-hgap int-vgap]])


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


引数
  • sym-container : フローレイアウトがセットされるコンテナ名
  • sym-alignment : フローレイアウトの並び。 "left"、"center" または "right"。
  • int-hgap : 水平ギャップ
  • int-vgap : 垂直ギャップ


戻り値
なし