Displaying 1 result from an estimated 1 matches for "_wxcontextmenuevent_h_".
2006 Dec 31
0
[815] trunk/wxruby2/swig/classes: Added ContextMenuEvent class plus event handling methods
...        2006-12-31 11:18:32 UTC (rev 815)
</span><span class="lines">@@ -0,0 +1,32 @@
</span><ins>+// Copyright 2004-2006 by Kevin Smith
+// released under the MIT-style wxruby2 license
+
+#if !defined(_wxContextMenuEvent_h_)
+#define _wxContextMenuEvent_h_
+
+
+class wxContextMenuEvent : public wxCommandEvent
+{
+public:
+ wxContextMenuEvent(wxEventType type = wxEVT_NULL,
+ wxWindowID winid = 0,
+ const wxPoint& pt = wxDefaultPosition)
+ : wxCommandEvent(type,...