InputDefclassinput.t[23]

Keyboard input parameter definition.

class InputDef :   object

Superclass Tree   (in declaration order)

InputDef
        object

Subclass Tree  

InputDef
        BasicInputDef

Global Objects  

(none)

Summary of Properties  

promptFunc 

Summary of Methods  

beginInputFont  endInputFont 

Properties  

promptFuncinput.t[30]

The prompt function. This is a function pointer (which is frequently given as an anonymous function) or nil; if it's nil, we won't show any prompt at all, otherwise we'll call the function pointer to display a prompt as needed.

Methods  

beginInputFont ( )input.t[39]

Begin the input style. This should do anything required to set the font to the desired attributes for the input text. By default, we'll simply display <.inputline> to set up the default input style.

endInputFont ( )input.t[45]
End the input style. By default, we'll close the <.inputline> that we opened in beginInputFont().

Adv3Lite Library Reference Manual
Generated on 01/03/2024 from adv3Lite version 1.6.2