Beispiel #1
0
 void handleFocusOutEvent(XFocusChangeEvent e, XWindow window)
 {
 }
Beispiel #2
0
 void handleClientFocusInEvent(XFocusChangeEvent e, Client c)
 {
 }
Beispiel #3
0
 /// <summary> Initializing constructor. </summary>
 /// <param name="evt"> The event to wrap. <see cref="XFocusChangeEvent"/> </param>
 public XrwFocusChangeEvent(ref XFocusChangeEvent evt)
 {
     Event = evt;
 }