search for: _wxchildfocusevent_h_

Displaying 1 result from an estimated 1 matches for "_wxchildfocusevent_h_".

2007 Jun 28
0
[1093] trunk/wxruby2: Added ChildFocusEvent class, mapping and documentation
...&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-06-28 08:03:34 UTC (rev 1093) </span><span class="lines">@@ -0,0 +1,16 @@ </span><ins>+// Copyright 2007 by Kevin Smith +// released under the MIT-style wxruby2 license + +#if !defined(_wxChildFocusEvent_h_) +#define _wxChildFocusEvent_h_ + +class wxChildFocusEvent : public wxCommandEvent +{ +public: + wxChildFocusEvent(wxWindow *win = NULL); + wxWindow *GetWindow() const; + virtual wxEvent *Clone() const; + +}; + +#endif </ins></span></pre> </div> </div> </b...