summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreglistener.h
AgeCommit message (Collapse)Author
2009-10-17Introduce LLFloaterRegListener "clickButton" event operation.Nat Goodspeed
Based on discussion with James and Richard, this operation should allow an automation script to locate a visible LLFloater and simulate clicking any one of its LLButton children by name. As yet untested.
2009-08-19Wrap LLFloaterReg::toggleInstance() as well as showInstance() and ↵Nat Goodspeed
hideInstance(). Use toggleInstance() in testfloaters.py.
2009-08-14Wrap a subset of the LLFloaterReg API with an event APINat Goodspeed