More OpenWindow flags

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

More OpenWindow flags

Post by PB »

#PB_Window_Sticky:
So we don't need to put StickyWindow(win,#True) after opening it.

#PB_Window_ToolWindow:
So we don't need to set the ToolWindow style after opening it.