ID:160890
 
Are there any settings/options that I could assign minimize, maximize and close to a button?

I want to eliminate the basic -, [], X buttons from windows and make a creative thing for it, but so far, I haven't found it and I'm assuming it isn't there.

But I thought, let's just ask, just incase it is there and my dumb head couldn't find it.

Regards,

Rick
.quit for the same effect as the X.

I have no idea about the others though, Rick.
Minimize : idk
Maximize : .winset "mainwindow.is-maximized="true""
Restore : .winset "mainwindow.is-maximized="false""
Close : .quit
In response to Jemai1
Thanks Jemai