#PB_Window_SystemMenu

Just starting out? Need help? Post your questions and find answers here.
User avatar
Piero
Addict
Addict
Posts: 1094
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

#PB_Window_SystemMenu

Post by Piero »

Code: Select all

#PB_Window_SystemMenu: Enables the system menu on the window title bar (default).
???
Can we safely remove it, at least from our (basic) Forum examples?

I'm mostly asking to Linux ppl
User avatar
Piero
Addict
Addict
Posts: 1094
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: #PB_Window_SystemMenu

Post by Piero »

The "explanation" makes me remember of this Mac thing:

Code: Select all

OpenWindow(0, 0, 0, 230, 170, "")
Filename$ = #PB_Compiler_Home + "Install.Txt"
CocoaMessage(0, WindowID(0), "setTitleWithRepresentedFilename:$", @Filename$)
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
You can ⌘-Click the window title to open enclosing folder(s)…
Post Reply