Title Bar of a window

Hello
2 Questions about modifient the title bar in Xcode :

  • Is it possible to add an image in the title bar of the window
  • Can i change the size and also make it bold

Also, if i hide the title bar, i can’t move it anymore when in use. Why ?

Thanks

Not unless it represents a file, in which case an icon can be used.

No. The whole idea is that items should look and behave consistently.

You need to set the movableByWindowBackground property to true.

Hi Shane
One more time, thanks for your Help !

  • I have Icns file in my project but th drag an drop doesn’t work in Xcode
    Should i make it by code or can i use Xcode interface (MainLib)
    -How to move window “movableByWindowBackground” ?
    Is it a parameter i allow at the start of the soft, or should i allow every time i show a new window
    Regards

It will have to be in code. Have a look at standardWindowButton: – that might give you a reference to the button with the image, and if so you can try changing the image.

Every time you create a new window.