SetStyle
From IfsoGUIWiki
Contents |
Declaration
SetStyle(iStyle:Int)
Sets the style of the File Select gadget.
Returns
Nothing
Parameters
- iStyle:Int - Should be one of (Integer):
- ifsoGUI_FILESELECT_OPENFILE - Select a file to open.
- ifsoGUI_FILESELECT_OPENDIR - Select a directory.
- ifsoGUI_FILESELECT_SAVEFILE - Select a file to save.
Gadget Information
Pertains to FileSelect gadget.
