creating a toolbar-style window?

Warren Sirota's icon

I'd like to create a toolbar-style window. Sending "window nofloat" to thispatcher nearly does it, but there are still those space-hogging, unnecessary scrollbars on the window. I could use "notitle", but then the window isn't draggable. Is there a way to get rid of the scrollbars that anyone knows of? Thanks.

volker böhm's icon

hi warren,

>
> I'd like to create a toolbar-style window. Sending "window nofloat"
> to thispatcher nearly does it,

?? you probably mean "window flags float" ??

> but there are still those space-hogging, unnecessary scrollbars on
> the window. I could use "notitle", but then the window isn't
> draggable. Is there a way to get rid of the scrollbars that anyone
> knows of? Thanks.

how about "window flags nogrow, window exec" ?
it's all there in the help file of thispatcher, float, nofloat, grow,
nogrow, title, notitle, etc. - haven't you seen it?
bye,
volker.

Warren Sirota's icon

whoops, just didn't realize that shutting all those off turned the scrollbars off. thanks.