OpenWindow() #PB_Window_NoTab

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

OpenWindow() #PB_Window_NoTab

Post by nco2k »

Help wrote:By default, a window already has the #PB_Shortcut_Tab and #PB_Shortcut_Tab|#PB_Shortcut_Shift shortcuts to handle tab and shift-tab correctly trough the gadgets.
it would be cool to have a flag to not create the tab shortcuts by default. and yes, im aware that we can remove them by using RemoveKeyboardShortcut(). :)

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf