Re: Xfce-dev Digest, Vol 4, Issue 2
"Norman V. Bauer" <[email protected]> Sun, 07 Mar 2004 18:08:35 -0500
| Newsgroups | gmane.comp.xfce.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >Send Xfce-dev mailing list submissions to > [email protected] > >To subscribe or unsubscribe via the World Wide Web, visit > http://lunar-linux.org/mailman/listinfo/xfce-dev >or, via email, send a message with subject or body 'help' to > [email protected] > >You can reach the person managing the list at > [email protected] > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Xfce-dev digest..." > > >Today's Topics: > > 1. Re: new to development (Jasper Huijsmans) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Sun, 07 Mar 2004 19:48:14 +0100 >From: Jasper Huijsmans <[email protected]> >Subject: Re: new to development >To: XFCE development list <[email protected]> >Message-ID: <1078685293.30402.9.camel@localhost> >Content-Type: text/plain > >Op vr 05-03-2004, om 00:29 schreef Norman V. Bauer: > > >>Hello List, >> >>I am new to development. I've done the Scripting thing, shell scripting >>and java that is. Now I am looking to get a grip on C, as it pertains to >>XFCE4. >> >>One of the things I want to do (for my personal system) is change the >>XFCE panel so that it can be transparent. Similar to OS X. What I really >>want to know is if this is at all possible in C? And am I correct, XFCE >>is written in C not C++? >> >> >> > >X can't do true transparency, you'll have to 'fake' it. Try looking at >the code for the gnome panel. Basically you have to find the background >image (using the _XROOTPMAP_ID property on the X root window) and set >the background for the panel window accordingly. > >I'm not sure it will work, perhaps the plugins will need to be changed >as well. > > Jasper > > > >------------------------------ > >_______________________________________________ >Xfce-dev mailing list >[email protected] >http://lunar-linux.org/mailman/listinfo/xfce-dev > >End of Xfce-dev Digest, Vol 4, Issue 2 >************************************** > > > > Thanks Jasper, I noticed your name all over the comments in the source, so you are the right person to ask this. If you could summerize it in a paragraph, why can't X do it? I'm heading over to the Xfree86 CVS now. Thanks for the reply. Your answer was extremely helpful. Norm