CommonCtrl.GUI_inspector_simple
common control shared lib
Title |
common control shared lib |
Author(s) |
LiXizhi |
Date |
2006/7/15 |
File |
script/ide/GUI_inspector_simple.lua |
Description
a collection of functions and UIs to inspect GUI object at the mouse position.
Sample Code
NPL.load("(gl)script/ide/GUI_inspector_simple.lua");
-- call this function at any time to inspect UI at the current mouse position
CommonCtrl.GUI_inspector_simple.InspectUI();
Member Functions
GUI_inspector_simple.InspectUI
[[ inspect the GUI at the current position and out put the result to the GUI inspector window.
- param x :,y: the screen position. if nil,nil, the current mouse position is used for probing.
]]
syntax
function GUI_inspector_simple.InspectUI(x,y)
parameters
|
x | ,y: the screen position. if nil,nil, the current mouse position is used for probing.
]] |
Topic revision: r1 - 2008-02-29
- LiXizhi