Need Function GadgetItemTip$
BlitzMax Forums/MaxGUI Module/Need Function GadgetItemTip$| 
 | ||
| Hi! Function GadgetItemTip$( gadget:TGadget,index ) Description: Get the tooltip text of a given item in a list based gadget. Is this possible with bmx? Should be crossplattfrom and supported by BRL if possible. Thanks, Grisu | 
| 
 | ||
| Function GadgetItemTip:String(Gadget:TGadget , index:int) Local Selected:TGadgetItem = Gadget.items[index] Return Selected.tip End Function jsp | 
| 
 | ||
| Thanks a lot jsp. That was what I was after. |