Displaying 4 results from an estimated 4 matches for "wxevt_power_suspend".
Did you mean:
wxevt_power_suspended
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...VE;// 401)
- %constant const int wxEVT_CLOSE_WINDOW;// 402)
- %constant const int wxEVT_END_SESSION;// 403)
- %constant const int wxEVT_QUERY_END_SESSION;// 404)
- %constant const int wxEVT_ACTIVATE_APP;// 405)
-#ifdef wxHAS_POWER_EVENTS // currently Win32 only
- %constant const int wxEVT_POWER_SUSPENDING;// 406)
- %constant const int wxEVT_POWER_SUSPENDED;// 407)
-#endif
- %constant const int wxEVT_ACTIVATE;// 409)
- %constant const int wxEVT_CREATE;// 410)
- %constant const int wxEVT_DESTROY;// 411)
- %constant const int wxEVT_SHOW;// 412)
- %constant const int wxEVT_ICONIZE;/...
2007 Jun 25
0
[1066] trunk/wxruby2/swig: Move EVT constants in swig/classes/Event.i; add a few missing ones
...xEVT_MOVING; // Not exposed?
-
-%constant const int wxEVT_CLOSE_WINDOW;// 402)
-%constant const int wxEVT_END_SESSION;// 403)
-%constant const int wxEVT_QUERY_END_SESSION;// 404)
-%constant const int wxEVT_ACTIVATE_APP;// 405)
-#ifdef wxHAS_POWER_EVENTS // currently Win32 only
-%constant const int wxEVT_POWER_SUSPENDING;// 406)
-%constant const int wxEVT_POWER_SUSPENDED;// 407)
-#endif
-%constant const int wxEVT_ACTIVATE;// 409)
-%constant const int wxEVT_CREATE;// 410)
-%constant const int wxEVT_DESTROY;// 411)
-%constant const int wxEVT_SHOW;// 412)
-%constant const int wxEVT_ICONIZE;// 413)
-%constant const...
2007 May 31
0
[1036] trunk/wxruby2: Merge RubyEventTypes into Events.i, add missing EVT_ constants for
...t const int wxEVT_MOVE;// 401)
+%constant const int wxEVT_CLOSE_WINDOW;// 402)
+%constant const int wxEVT_END_SESSION;// 403)
+%constant const int wxEVT_QUERY_END_SESSION;// 404)
+%constant const int wxEVT_ACTIVATE_APP;// 405)
+#ifdef wxHAS_POWER_EVENTS // currently Win32 only
+%constant const int wxEVT_POWER_SUSPENDING;// 406)
+%constant const int wxEVT_POWER_SUSPENDED;// 407)
+#endif
+%constant const int wxEVT_ACTIVATE;// 409)
+%constant const int wxEVT_CREATE;// 410)
+%constant const int wxEVT_DESTROY;// 411)
+%constant const int wxEVT_SHOW;// 412)
+%constant const int wxEVT_ICONIZE;// 413)
+%constant const...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...wxEVT_QUERY_END_SESSION;// 404)
</span><span class="cx"> %constant const int wxEVT_ACTIVATE_APP;// 405)
</span><del>- %constant const int wxEVT_POWER;// 406)
</del><ins>+#ifdef wxHAS_POWER_EVENTS // currently Win32 only
+ %constant const int wxEVT_POWER_SUSPENDING;// 406)
+ %constant const int wxEVT_POWER_SUSPENDED;// 407)
+#endif
</ins><span class="cx"> %constant const int wxEVT_ACTIVATE;// 409)
</span><span class="cx"> %constant const int wxEVT_CREATE;// 410)
</span><span class="cx&quo...