Re: Creating custom GTK+ widget using C++ -- Ctor/Dtor not called



On Thu, Feb 9, 2012 at 4:28 PM, Agnel Kurian <agnel kurian gmail com> wrote:
> Hi,
>
> I am trying to create a custom GTK+ widget using GTK+ 2.4.8 called from C++.
> I find that the constructor and destructor of my widget is never called.
> So...
>
> 1. Is this expected behaviour?
> 2. What is the usual solution to such a problem (apart from using gtkmm)?

that is the usual solution. you're wasting your time trying to solve
this in any other way.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]