Re: [Fxruby-users] Listview control
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@kn...> - 2003-12-15 02:43:59
|
On Dec 14, 2003, at 8:23 PM, Carl Youngblood wrote: > Is there a shortcut for inserting at the end of an iconlist, such as > > iconlist.insertItem(END, "Text to insert") A link to the online API documentation might be in order at this point ;) http://www.fxruby.org/doc/api/classes/Fox/FXIconList.html I think the method you're looking for is FXIconList#appendItem. |