What does #PB_Window_Titlebar do?
What does #PB_Window_Titlebar do?
What does #PB_Window_Titlebar do? I can't see any difference when I use it. (On Windows 8 at least)
Re: What does #PB_Window_Titlebar do?
It's #PB_Window_SystemMenu minus the system menu and the close button ("X").

Re: What does #PB_Window_Titlebar do?
I see. I was using #PB_Window_SystemMenu, so didn't see the difference. Thanks.
-
- User
- Posts: 62
- Joined: Thu Aug 28, 2014 9:02 pm
Re: What does #PB_Window_Titlebar do?
This raises another point:
This produces a window with a title bar even though I didn't use
the #PB_Window_TitleBar flag.
Is this normal ?
Code: Select all
NBXIND = OpenWindow(3,0,0,W,Z,"", #PB_Window_ScreenCentered|
#PB_Window_Invisible, WindowID(1))
the #PB_Window_TitleBar flag.
Is this normal ?
Re: What does #PB_Window_Titlebar do?
PureBasic's OpenWindow() function would, by default, open a window with the title bar, close button at the top right corner, and context menu at the top left corner. However, if the #PB_Window_TitleBar flag is used, the window is created with only the title bar - no context menu or control box in either corner.
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel 
