hoyori / idapython

Automatically exported from code.google.com/p/idapython
Other
1 stars 1 forks source link

Which SDK version did you use to generate interface files? #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

I like to use 'Choose' class to draw general list viewer in IDA,
but it doesn't support multi-column view.
After reading 'kernwin.hpp' files in IDA SDK, I realized that
I should use choose2() instead of choose().

However, idapython do not have choose2() function, 
because 'kernwin.i' doesn't have the prototype for that function. 
Which SDK Version did you use to generate interface files ?

Original issue reported on code.google.com by lifeasag...@gmail.com on 27 Mar 2008 at 5:37

GoogleCodeExporter commented 9 years ago
Please check examples\ex_choose2.py

Original comment by elias.ba...@gmail.com on 27 Jan 2010 at 10:06