On 23 Aug 2009, at 8:48, Vitaliy wrote: > If I use a "border" parameter by setting it to '0', then all window > atributes hides, as I want.. But hides everything, I mean even it's > atributes on the bottom panel (where are all runned in windows > programs are).. I mean I want to create "my own window", without > standart "x" and "_" buttons, and the main problem is that I don't > know how to hide them, but not hide another things =)
There's no fltk functions exposed at present to alter the window attributes - so it is pretty much all on or all off. There has been some discussion of adding (possibly in the 1.3 series) the means to alter the window attributes, but none of that exists at present, and will likely never appear in the fltk-1.1 series. In the meantime, you have to use platform specific code to alter the window attributes to get the effect you want. It sounds like you are on a win32 platform? If so, you might find something in the list archives if you can think of a suitable search term... I am fairly sure someone posted code to do this fairly recently. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

