зеркало из https://github.com/mono/mail-archives.git
82 строки
3.2 KiB
HTML
82 строки
3.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] mono and systray icon
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:grendel%40caudium.net">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="025717.html">
|
|
<LINK REL="Next" HREF="025723.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] mono and systray icon
|
|
</H1>
|
|
<B>Marek Habersack
|
|
</B>
|
|
<A HREF="mailto:grendel%40caudium.net"
|
|
TITLE="[Mono-list] mono and systray icon">grendel@caudium.net
|
|
</A><BR>
|
|
<I>Mon, 14 Feb 2005 19:27:49 +0100</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="025717.html">[Mono-list] mono and systray icon
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025723.html">[Mono-list] mono and systray icon
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25719">[ date ]</a>
|
|
<a href="thread.html#25719">[ thread ]</a>
|
|
<a href="subject.html#25719">[ subject ]</a>
|
|
<a href="author.html#25719">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>On Mon, Feb 14, 2005 at 05:47:17PM +0000, Jonathan Stowe scribbled:
|
|
><i> On Mon, 2005-02-14 at 14:51, Alex Roman wrote:
|
|
</I>><i> > On Mon, 2005-02-14 at 09:37 -0500, Alex C wrote:
|
|
</I>><i> > > i believe the mwf team is working on this.
|
|
</I>><i> > > check this link out
|
|
</I>><i> > > <A HREF="http://svn.myrealbox.com/blog/archive/2005/01/28/keep_feeling_fascination.">http://svn.myrealbox.com/blog/archive/2005/01/28/keep_feeling_fascination.</A>
|
|
</I>><i> > > alex c.
|
|
</I>><i> >
|
|
</I>><i> > Thanks, I looked at that, but I do not want a Windows.Forms
|
|
</I>><i> > implementation. I don't want my application to work under Windows. All I
|
|
</I>><i> > want is to get it working under X11.
|
|
</I>><i>
|
|
</I>><i> I think the point is that it works on *both* Windows and Linux.
|
|
</I>I guess the point is to get something working and doing what you intend it
|
|
to do. Whether it works under Linux or Windows, is a matter of the
|
|
programmer's judgement, goals, personal preferences etc - therefore it is
|
|
not a subject for this list.
|
|
|
|
Alex, muine uses a C library to integrate with the systray, it's called
|
|
libegg. To my best knowledge, this is currently the only way to get it done
|
|
(C/C++ programs use it as well). Of course, you are free to implement a
|
|
managed implementation of the systray protocol as per the specs - that would
|
|
probably require you to use p/invoke to access the X11 API, though.
|
|
The egg library in the muine sources can be found in libmuine/egg/
|
|
|
|
best regards,
|
|
|
|
marek
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="025717.html">[Mono-list] mono and systray icon
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025723.html">[Mono-list] mono and systray icon
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25719">[ date ]</a>
|
|
<a href="thread.html#25719">[ thread ]</a>
|
|
<a href="subject.html#25719">[ subject ]</a>
|
|
<a href="author.html#25719">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|