[wxlua-users] Referencing objects

2013-11-17 Thread Andreas Falkenhahn
Hi, what's the recommended way to prevent objects from being garbage collected? For example, I create a wxImageList and pass it to wxNotebook::SetImageList(). As wxNotebook::SetImageList() doesn't take ownership of the list it could happen that the garbage collector kills the wxImageList that I

Re: [wxlua-users] four tabs one in each cornerwithwxAuiNotebook:Split()

2013-11-17 Thread Victor Bombi
Hello John It looks like wxTabFrame is not exposed though any header file. It is defined in auibook.cpp:2799 (2.8.12) (should it be a header file?) victor -- DreamFactory - Open Source REST JSON Services for HTML5

Re: [wxlua-users] Referencing objects

2013-11-17 Thread John Labenski
On Sun, Nov 17, 2013 at 9:21 AM, Andreas Falkenhahn andr...@falkenhahn.comwrote: Hi, what's the recommended way to prevent objects from being garbage collected? For example, I create a wxImageList and pass it to wxNotebook::SetImageList(). As wxNotebook::SetImageList() doesn't take

Re: [wxlua-users] four tabs one in each cornerwithwxAuiNotebook:Split()

2013-11-17 Thread John Labenski
On Sun, Nov 17, 2013 at 12:57 PM, Victor Bombi son...@telefonica.netwrote: Hello John It looks like wxTabFrame is not exposed though any header file. It is defined in auibook.cpp:2799 (2.8.12) (should it be a header file?) Probably, but there's not a lot we can do about it. Normal