Set-flow-layout
- 構文
- (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.
- 戻り値
- なし