-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add INSPECTMACRO for windows (#1779)
The WINDOW datatype has a bunch of fixed fields for items that are commonly used, and then it has USERDATA property list for other fields, some of which are part of the window system and some of which belong to particular applications. When you inspect a WINDOW, you see the common fields all nicely laid out, but you have to click again to bring up the user-data properties in another window. And if your are inspecting several windows, you have to keep track of which user properties go with which windows. This adds an INSPECTMACRO for WINDOW that brings up the USERDATA properties to the single inspect window, as first-class properties at the bottom of the fixed-field entries, with a --USERDATA-- separator
- Loading branch information
Showing
2 changed files
with
81 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.