[interfacekit] Re: private window_look, window_feel entries
- From: Adi Oanca <adioanca@xxxxxxxxxxxxxx>
- To: interfacekit@xxxxxxxxxxxxx
- Date: Wed, 02 Feb 2005 17:39:14 +0200
Hi,
Axel Dörfler wrote:
Adi Oanca <adioanca@xxxxxxxxxxxxxx> wrote:
Now, about window_look values:
1) kPrivateDesktopWindowLook = 4
I don't get this one. what wrong with B_NO_BORDER_WINDOW_LOOK?
I must always be behind all other windows.
Yes, and for that, window_feel(1024) is enough.
B_NO_BORDER_WINDOW_LOOK will work just fine instead of (4).
Also, I guess it's view
color has influence on some other functions.
And finally, special flags:
1) B_WORKSPACES_WINDOW (0x8000)
Can anyone explain the use of this flag? Why is it needed?
When you use this flag on a window, it gets the workspaces window. Ie.
that functionality is completely realized inside the app_server; it
takes over the window in this case almost completely.
Yup, I was just about to ask about this after I had a look at
Workspaces.cpp
Interesting trick. :-)
bye,
Adi.
- Follow-Ups:
- [interfacekit] Re: private window_look, window_feel entries
- From: Axel Dörfler
- References:
- [interfacekit] Re: private window_look, window_feel entries
- From: Axel Dörfler
Other related posts:
- » [interfacekit] private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
- » [interfacekit] Re: private window_look, window_feel entries
Adi Oanca <adioanca@xxxxxxxxxxxxxx> wrote:
Now, about window_look values:
1) kPrivateDesktopWindowLook = 4
I don't get this one. what wrong with B_NO_BORDER_WINDOW_LOOK?
I must always be behind all other windows.
Yes, and for that, window_feel(1024) is enough. B_NO_BORDER_WINDOW_LOOK will work just fine instead of (4).
And finally, special flags:
1) B_WORKSPACES_WINDOW (0x8000)
Can anyone explain the use of this flag? Why is it needed?
When you use this flag on a window, it gets the workspaces window. Ie. that functionality is completely realized inside the app_server; it takes over the window in this case almost completely.
Yup, I was just about to ask about this after I had a look at Workspaces.cpp Interesting trick. :-)
- [interfacekit] Re: private window_look, window_feel entries
- From: Axel Dörfler
- [interfacekit] Re: private window_look, window_feel entries
- From: Axel Dörfler