search for: setclientdata

Displaying 5 results from an estimated 5 matches for "setclientdata".

Did you mean: getclientdata
2004 Apr 20
4
wxRuby 0.3.0 has been released!
wxRuby 0.3.0 has been released and is now available for download from RubyForge at: http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X Panther and MS Windows. Hopefully, within a couple weeks I will release RubyGems for the source, and RubyGem binaries for Mac, Windows, and Linux. Please report any bugs or feature requests here:
2006 Nov 23
0
[753] trunk/wxruby2/swig/classes/include/wxListBox.h: Added back in client data functions for listbox
...item , int pos , void * clientData ); </ins><span class="cx"> virtual void Insert(const wxString& item , int pos , wxClientData * clientData ); </span><span class="cx"> virtual bool IsEmpty() const; </span><del>- //virtual void SetClientData(int n , void * data ) ; </del><ins>+ virtual void SetClientData(int n , void * data ) ; </ins><span class="cx"> virtual void SetClientObject(int n , wxClientData * data ) ; </span><span class="cx"> virtual void SetSelection(int n ); &...
2003 Nov 11
1
.t file creation
Hi! During creation of a .t file... size_t type is not interpreted is there any mini-tutorial about the options? thx 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 kellene jarnom" | +-- Magyar php mirror es magyar php
2007 Apr 14
0
[965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
...gt;<span class="cx"> data, though it may be unwise to use volatile objects such as sockets or </span><span class="cx"> files as item data. </span><span class="cx"> </span><del>-Note that in WxWidgets C++, this method is called SetClientData; -therefore *set_client_data* is an alias in WxRuby for this method. THe </del><ins>+*Note* that in WxWidgets C++, this method is called SetClientData; +therefore *set_client_data* is an alias in WxRuby for this method. The </ins><span class="cx"> name *set_item_da...
2006 Dec 01
0
[766] trunk/wxruby2: Added item_data aliases for client_data functions, update doc & tests;
.... Finally note that in the same control all items must have client -data of the same type (typed or untyped), if any. This type is determined by -the first call to "Append":controlwithitemsappend.html (the version with -client data pointer) or "set_client_data":#ControlWithItems_setclientdata. </del><ins>+optionally, item data associated with them. Any ruby object may be set +as item data for an item with a control, allowing linking of core ruby +program objects with GUI code. </ins><span class="cx"> </span><span class="cx"> h2. D...