Replies: 1 comment
-
I forgot to mention that adding a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm studying the user interface of the command window of the GRAPHCALLS LispUsers module, specifically the repaint of the menus added inside the window by
ADDMENU
. The relevant code sets theREPAINTFN
of the window to a function that callsMENUREPAINTFN
, and does other things apparently unrelated to the menus.I tried to recreate the repaint behavior with this code:
which yields this window with a menu at the lower left corner:
However, when I reshape the window the menu is cropped and not at the expected location:
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions