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.

TIP 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. ]] |

y  
Topic revision: r1 - 2008-02-29 - LiXizhi
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback