This patch rolls out the support for get_client_data to ComboBox and ListBox. It also moves a bit more stuff into shared code. One slightly interesting bit is a unit test to go with it. Gets round the slightly tricky problem that all GUI code needs to run within an App#on_init loop, but that entering that loop blocks and prevents a unit test running normally. So TestApp runs a unit test from within an app loop. Unfortunately, unlike most unit tests, this one and similar will probably segfault on error for now ... but this should run if this patch is applied and SVN is up-to-date (going to check in TreeCtrl stuff next) alex -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: controls_with_items.patch Url: http://rubyforge.org/pipermail/wxruby-development/attachments/20061116/c23ef80b/attachment.pl