Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Guide To CA-Clipper - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 PopUpMenu -- Overview
------------------------------------------------------------------------------
 Class Function

 PopUp()         Create a new PopUp object
------------------------------------------------------------------------------
 Exported Instance Variables

 border          An optional string used when drawing the menu's border
 bottom          A numeric value indicating bottommost screen row
 cargo           User-definable variable
 colorSpec       Display attributes string
 current         Numeric value indicating the selected item
 itemCount       Numeric value indicating the number of items in the object
 left            Numeric value indicating the leftmost screen row
 right           Numeric value indicating the rightmost screen row
 top             Numeric value indicating the topmost screen row
 width           Numeric value indicating width requirements
------------------------------------------------------------------------------
 Exported Methods

 addItem()       Appends new item to pop-up menu
 close()         Deactivates a pop-up menu
 delItem()       Removes an item from a pop-up menu
 display()       Shows a pop-up menu including its items on the screen
 getAccel()      Determines if a key press is interpreted as a user request
 getFirst()      Determines position of first selectable item in a menu
 getItem()       Access a MenuItem object after it has been added to a menu
 getLast()       Determines position of last selectable item in a menu
 getNext()       Determines position of next selectable item in a menu
 getPrev()       Determines position of previous selectable item in a menu
 getShortct()    Determines if a key press is interpreted as a user request
 hitTest()       Indicates position of mouse cursor relative to pop-up menu
 insItem()       Inserts a new item to a pop-up menu
 isOpen()        Determines if a pop-up menu is open
 open()          Activates a pop-up menu
 select()        Changes the selected item
 setItem()       Replaces a MenuItem object after it has been added to a menu

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson