예제 #1
0
 static void widget_EventMouseSetFocus(Widget _sender, Widget _old)
 {
     Export.DebugOut("EventMouseSetFocus  _old=" + (_old == null ? "null" : _old.ToString()));
 }
예제 #2
0
 static void widget_EventMouseSetFocus(Widget _sender, Widget _old)
 {
     Gui.Instance.Log("TestApp", LogLevel.Info, "EventMouseSetFocus  _old=" + (_old == null ? "null" : _old.ToString()));
 }
예제 #3
0
 static void widget_EventMouseLostFocus(Widget _sender, Widget _new)
 {
     Export.DebugOut("EventMouseLostFocus  _new=" + (_new == null ? "null" : _new.ToString()));
 }
예제 #4
0
 static void widget_EventMouseLostFocus(Widget _sender, Widget _new)
 {
     Gui.Instance.Log("TestApp", LogLevel.Info, "EventMouseLostFocus  _new=" + (_new == null ? "null" : _new.ToString()));
 }