ADD | Set placement widget inside frame. |
SETLABEL | Set frame label. |
SETTYPE | Set frame type. |
UIFRAME | Constructor. Create frame with label. |
setType(<type>)
<type> | - Number. Frame type. |
<listitem> | <para><constant>FRAME_PLAIN</constant> — no border</para></listitem> |
<listitem> | <para><constant>FRAME_SUNKEN</constant> — all frame is sunken</para></listitem> |
<listitem> | <para><constant>FRAME_RAISED</constant> — all frame is raised like a button</para></listitem> |
<listitem> | <para><constant>FRAME_IN</constant> — only sunken border (default)</para></listitem> |
<listitem> | <para><constant>FRAME_OUT</constant> — only raised border</para></listitem> |
Returns : | NIL |
UIFrame([<caption>],[<type>]) --> UIFrame object
<caption> | - String. Label at top of the frame. |
<type> | - Number. Frame type. |
<listitem> | <para><constant>FRAME_PLAIN</constant> — no border</para></listitem> |
<listitem> | <para><constant>FRAME_SUNKEN</constant> — all frame is sunken</para></listitem> |
<listitem> | <para><constant>FRAME_RAISED</constant> — all frame is raised like a button</para></listitem> |
<listitem> | <para><constant>FRAME_IN</constant> — only sunken border (default)</para></listitem> |
<listitem> | <para><constant>FRAME_OUT</constant> — only raised border</para></listitem> |
Returns : | NIL |