|
From: Davy D. <dd...@ne...> - 2001-12-14 04:10:05
|
Well, I've tried it in Enlightenment and KDE, but neither will add resize borders to my instantiated FXTopWindow, it's like the hints are ignored all together... In fact, DECOR_NONE yeilds exactly the same decorations as DECOR_ALL... Perhaps I'll trace into the fox code to see what's actually happening... Jeroen van der Zijp wrote: > On Thursday 13 December 2001 12:43, you wrote: > > Jeroen van der Zijp wrote: > > > On Thursday 13 December 2001 00:12, you wrote: > > > > Any idea why the DECOR_ALL flag passed to FXTopWindow's constructor > > > > will not create the window with the minimize/maximize, resize borders, > > > > etc? > > > > In enlightenment I can r-click on the title to change the border > > > > style and can get it, but I need it on creation of the window. > > > > > > > > Thanks... > > > > > > Simply this:- not all window managers correctly interpret the hints > > > they're being passed! > > > > > > - Jeroen > > > > ewww, yuk!... Do you think I can change it after creation.... perhaps on > > show()? Will setDecorations() actually change anything after the window is > > created? I will go try this, but I'm just quickly answering email at this > > moment... > > As before, it depends on the Window Manager. The Window Manager is a program > written by other people. > > Some window managers are better than others. Your mileage may vary. > > Motif, KWM, FVWM2, SawMill, Afterstep, Enlightenment work pretty well, > across the board. There are minor gotcha's in terms of interpretation > of decoration hints (note that they're hints and therefore its up to > the Window Manager to decide whether or not to interpret them!!). > > - Jeroen |