Class:PushButton

From Torque Wiki
Revision as of 14:21, 18 January 2022 by Ihawkins (talk | contribs) (Created page with "== PushButton == Used when the script is being used in a pushbutton Pushbutton scripts are slightly different to normal scripts in that they only exist as part of the pushbu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼monobook-jumptonavigation⧽⧼monobook-jumptosearch⧽

PushButton

Used when the script is being used in a pushbutton

Pushbutton scripts are slightly different to normal scripts in that they only exist as part of the pushbutton itself


Methods

 

    /**
     * Used to set the top text part of the pushbutton
     * @param label
     */
    public void setTopText(String label);
        

    /**
     * Used to set the bottom text part of the pushbutton
     * @param label
     */
    public void setBottomText(String text);