Displaying 5 results from an estimated 5 matches for "wxdroptarget".
Did you mean:
droptarget
2003 Nov 13
7
modified classes
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
+-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2003 Nov 07
6
DnD
Hi!
Is drag''n''drop works currently under wxruby?
I want an app, where you can drag files from a wxlistctrl to a
wxtreectrl.
Can anyone show a little example?
Gergo
--
+-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
| http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy |
| Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2006 Dec 23
0
[795] trunk/wxruby2/swig/classes/include/parents.rb: Added missing DatePickerCtrl and TextUrlEvent classes
...an><span class="lines">@@ -283,6 +284,7 @@
</span><span class="cx"> ''wxTextDataObject'' => ''wxDataObjectSimple'',
</span><span class="cx"> ''wxTextDropTarget'' => ''wxDropTarget'',
</span><span class="cx"> ''wxTextEntryDialog'' => ''wxDialog'',
</span><ins>+ ''wxTextUrlEvent'' => ''wxCommandEvent'',
</ins><span class="cx"> '...
2007 Oct 30
8
Comments on commit 1406 (rakefile changes)
Alex,
The changes to the rakefiles are causing me some problems building on
OS X. I am getting the following:
rake aborted!
undefined method `+'' for nil:NilClass
/Users/sean/Archive/Programming/wxRuby_Dev/wxruby2/rakefile:109
I will now go test on Windows
Sean
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...nbsp   /**
-         * \brief Returns the associated drop target, which may be NULL.
-        */
-
</del><span class="cx"> wxDropTarget* GetDropTarget() const;
</span><del>-        /**
-         * \brief Returns the event handler for this window. By default, the window is its
-own event handler...