discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I use window decoration? (WAS: Re: Re: Ann: NiftyTitleBar)


From: Chad Hardin
Subject: Re: How can I use window decoration? (WAS: Re: Re: Ann: NiftyTitleBar)
Date: Thu, 8 Jul 2004 20:31:24 -1000

Use the sources from cvs. After compiling and installing change one little default by doing this:

defaults write NSGlobalDomain GSX11HandlesWindowDecorations 'NO'

That's all there is to it.


Chad


On Jul 8, 2004, at 6:51 PM, S.J.Chun wrote:

 Hi, This maybe a bit off topic, but I cannot help but asking this :)
How can I use window decoration in WindowMaker? Thanks in advance.


----- Original Message -----
   From: Chad Hardin <cehardin@mac.com>
   To: Matt Rice <ratmice@yahoo.com>
   Cc: List Discuss-gnustep <discuss-gnustep@gnu.org>
   Sent: Thu, 8 Jul 2004 18:00:29 -1000
   Subject: Re: Re: Ann: NiftyTitleBar

  Hey Matt,

This is really groovy!  I'm wondering, why not just go ahead and put it
right in the sources?  This made me think that it is time to think
about adding Apple's additions to NSWindow.  I'm talking about
- (NSButton *)standardWindowButton:(NSWindowButton)button
and
+ (NSButton *)standardWindowButton:(NSWindowButton)button
forStyleMask:(unsigned int)styleMask
as well as the associated enums:
NSWindowCloseButton, NSWindowMiniaturizeButton, NSWindowZoomButton,
NSWindowToolbarButton (?), and
NSWindowDocumentIconButton :-)
(from Apple's Cocoa docs website)


I gotta say I'm really exited about the window decoration progress.  I
have been using it for almost 24 hours and I like it a lot.  I'll be
restarting the DirectFB backend here soon and this will come in sooo
handy.  That and CUPS... :-)


Chad



On Jul 7, 2004, at 12:22 PM, Matt Rice wrote:

NiftyTitleBar is a theme bundle that adds a draggable
file icon to the title bar of windows which represent
a
file.

to use it you need gnustep-gui cvs from yesterday and
gnustep-back cvs from 6-26

it requires a small amount of application support
developers must call
-(void)setRepresentedFilename:
on an NSWindow instance for it to have any effect.

NSDocument based applications may get this for free
(untested)

see the README for installation details..

ftp://ftp.gnustep.org/pub/gnustep/contrib/NiftyTitleBar-0.0.1.tar.gz



                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep




_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep





reply via email to

[Prev in Thread] Current Thread [Next in Thread]