Ejemplo n.º 1
0
 /// <summary> Unregister a delete window action. </summary>
 public void UnregisterDeleteWindowAction()
 {
     // Unregister (instance method) action procedure from runtime action marshaller.
     ActionMarshaler.Remove(_shell, X11.XEventName.ClientMessage);
 }
Ejemplo n.º 2
0
 /// <summary> Unregister a delete window action. </summary>
 public void UnregisterConfigureNotifyAction()
 {
     // Unregister (instance method) action procedure from runtime action marshaller.
     ActionMarshaler.Remove(_shell, X11.XEventName.ConfigureNotify);
 }