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

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

[Dotgnu-pnet-commits] pnetlib/System.Windows.Forms Control.cs, 1.46, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Windows.Forms Control.cs, 1.46, 1.47
Date: Tue, 02 Dec 2003 07:28:08 +0000

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

Modified Files:
        Control.cs 
Log Message:


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


Index: Control.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Windows.Forms/Control.cs,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** Control.cs  30 Nov 2003 21:26:59 -0000      1.46
--- Control.cs  2 Dec 2003 07:28:06 -0000       1.47
***************
*** 4869,4872 ****
--- 4869,4879 ----
                        }
  
+       // Event that is emitted when the help button on a window
+       // is selected by the user.
+       void IToolkitEventSink.ToolkitHelp()
+                       {
+                               OnHelpRequested(new HelpEventArgs(new Point(0, 
0)));
+                       }
+ 
        // Close request received - processed by the "Form" class.
        internal virtual void CloseRequest() {}





reply via email to

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