Menus and modifiers
Is there a way in CAPI to determine if the user pressed a modifier key while he selected a menu item? (I'm talking about standard menus, not popup menus.) Thanks, Edi.
Is there a way in CAPI to determine if the user pressed a modifier key while he selected a menu item? (I'm talking about standard menus, not popup menus.) Thanks, Edi.
I'd like to display a few lines of text which the user shouldn't be able to select, highlight or focus on. accepts-focus-p is nil by default for display-pane. Why am I able to click on the display-pane and see a blinking cursor? Thank you. (capi:contain (make-instance 'capi:display-pane :visible-min-height '(:character 5) :visible-min-width '(:character 20))) Mitch