GUIInformation[obj]
returns information about a live interface object.
GUIInformation[obj,target]
returns information about a specific widget in the interface.
GUIInformation[obj,target,sets]
returns only specific rule sets of information.
GUIInformation
GUIInformation[obj]
returns information about a live interface object.
GUIInformation[obj,target]
returns information about a specific widget in the interface.
GUIInformation[obj,target,sets]
returns only specific rule sets of information.
Examples
Basic Examples (1)
Needs["GUIKit`"]ref = GUIRun["Wolfram/Example/AngleDialog"]Get information about the object:
GUIInformation[ref]Get information about the "okButton":
GUIInformation[ref, "okButton"] // ShallowAsk for specific sets of information:
GUIInformation[ref, "okButton", {"EventNames"}]Tech Notes
Related Guides
Text
Wolfram Research (2007), GUIInformation, Wolfram Language function, https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html.
CMS
Wolfram Language. 2007. "GUIInformation." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html.
APA
Wolfram Language. (2007). GUIInformation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html
BibTeX
@misc{reference.wolfram_2026_guiinformation, author="Wolfram Research", title="{GUIInformation}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_guiinformation, organization={Wolfram Research}, title={GUIInformation}, year={2007}, url={https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html}, note=[Accessed: 15-June-2026]}