LayOutEnd parameters ---------------------- LayOutEnd=le=pg (pg is for historical reasons) This ends the current layout group. It takes no parameters. layout parameters. ------------------------- Layouts can be nested up to 10 deep. page=GID Use this layout group as a page in the Clicktab gadget specified by GID. selected=number (s=) The clicktab page to be displayed on startup, defaults to 0. Ignored unless page is also specified. It is only usefull when adding the final page to a clicktab. font=GID This sets the font for the whole group. The GID points to an ALREADY defined text attribute. bevel=TYPE (b=) Set the bevel type for this gadget. 0=NONE 1=THIN 2=BUTTON 3=GROUP 4=FIELD 5=DROPBOX 6=SBAR_HORIZ 7=SBAR_VERT 8=BOX 9=STANDARD gadgettext="group label" (gt=) set the group label for this group. Ignored if nobevel is set. labr labl labc Set the position of the layout label (topleft/topright/topcenter). Defaults to the users prefs setting, so don't set/force this unless you realy need to.. minwidth=number (minw=) Set the minimum width for this gadget minheight=number (minh=) Set the minimum height for this gadget weightedwidth=number (weiw=) Set the weighted width for this gadget weightedheight=number (weih=) Set the weighted height for this gadget nominalsize (noms) Set this gadget to its nominal size. SpaceOuter (so) Leave a blank space outside the layout group. SpaceInner (si) Leave a blank space around elements in the layout group. disable=number (dis=) The gadgets in this layout are disabled if number = 0 , enabled if number != 0. Defaults to enabled. centerjustify (cj) rightjustify (rj) bottomjustify (bj) Set the justification of the gadgets in this layout. Defaults to leftjustify or topjustify. vertical (v) Switch to display gadgets vertically, defaults to horizontal. even (e) Switch to make gadgets/groups all the same size. shrinkwrap (sw) Switch to cause gadgets in this group to have no space between them. tags="tags|data[|tag|data...]|0 A list of tag and value pairs in HEX. Do not forget the trailing null ! childlabel (chl) childlabelr (chlr) Use the previously defined image as a childlabel for this gadget. Display the childlabel to the right or left of the gadget. replace=GID Use this gadget to replace an existing gadget specified by GID. Definition Reply ----------------- When the gadget creation is sucessful the pipe replies with 'ok GID' LayoutEnd replies with 'ok' layout modify parameters. ------------------------- disable=number (dis=) The gadgets in this layout are disabled if number = 0 , enabled if number != 0. Defaults to enabled. refresh (ref) Refresh the gadgets in this layout group.