Creation/Dev/Script/Client/GuiArrayCtrl: Difference between revisions

From Graal Bible
mNo edit summary
 
No edit summary
Line 1: Line 1:
<pre>
Inherits [[Creation/Dev/Script/Client/GuiControl|GuiControl]].
    GuiArrayCtrl (GuiControl):
 
      allowmultipleselections - boolean
 
</pre>
=Variables=
 
allowmultipleselections - boolean
 
 
=Events=
 
onSelect(column,row) - a cell has been selected
 
onOpenMenu(column,row,mousescreenx,mousescreeny) - the right mouse button has been pressed while the mouse was over a cell

Revision as of 15:12, 25 February 2006

Inherits GuiControl.


Variables

allowmultipleselections - boolean


Events

onSelect(column,row) - a cell has been selected

onOpenMenu(column,row,mousescreenx,mousescreeny) - the right mouse button has been pressed while the mouse was over a cell