...
There are some options to modify the graphic user interface. Most of them are managed with key/value pairs of the the <modifier> element '<modifier>' which will be located in the element '<guiprefs>' which is a child of the <guiprefs> element in the installation description file.
...
| Code Block | ||
|---|---|---|
| ||
<guiprefs width="600" height="480" resizable="no"> <modifier key="useButtonIcons" value="no"/> <modifier key="useLabelIcons" value="no"/> <modifier key="labelGap" value="2"/> <modifier key="layoutAnchor" value="NORTHWEST"/> <modifier key="useHeadingPanel" value="yes"/> <modifier key="headingImageOnLeft" value="yes"/> <modifier key="headingLineCount" value="1"/> <modifier key="headingFontSize" value="1.5"/> <modifier key="headingBackgroundColor" value="0x00ffffff"/> <modifier key="headingPanelCounter" value="text"/> <modifier key="headingPanelCounterPos" value="inHeading"/> </guiprefs> |
| Key | Value Description |
|---|---|
useButtonIcons | "no" if omitted |
useLabelIcons | |
labelGap | |
layoutAnchor | Valid values are NORTHWEST, NORTHEAST,???? |
useHeadingPanel | |
headingImageOnLeft | |
headingLineCount | |
headingFontSize | |
headingBackgroundColor | |
headingPanelCounter | |
headingPanelCounterPos |
Modifying the Language Selection Dialog
...