dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[Dotgnu-pnet-commits] pnetlib/System.Drawing/Toolkit IToolkitEventSink.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing/Toolkit IToolkitEventSink.cs, 1.6, 1.7
Date: Tue, 02 Dec 2003 07:28:08 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit
In directory subversions:/tmp/cvs-serv30371/System.Drawing/Toolkit

Modified Files:
        IToolkitEventSink.cs 
Log Message:


Implement the "Help" button on caption bars under X using the
"_NET_WM_CONTEXT_HELP" window manager hint.


Index: IToolkitEventSink.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkitEventSink.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** IToolkitEventSink.cs        12 Sep 2003 11:01:03 -0000      1.6
--- IToolkitEventSink.cs        2 Dec 2003 07:28:06 -0000       1.7
***************
*** 98,101 ****
--- 98,105 ----
        void ToolkitClose();
  
+       // Event that is emitted when the help button on a window
+       // is selected by the user.
+       void ToolkitHelp();
+ 
  }; // interface IToolkitEventSink
  





reply via email to

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