Kyle Cho wrote:
> Hi,
>
> I wonder if the memory leak described below discussion has been fixed:
>
> http://mail.gnome.org/archives/gtk-devel-list/2006-December/msg00068.html
Yes, and another major leak has been spotted and fixed recently (patch
will be applied soon).
regards
Attilio
gtk-devel-list readers: are the button pointers in struct
_GtkAssistant something that should be accessible to a language
binding? Would a gtk_assistant_set_default_response() be useful?
On Jul 5, 2007, at 9:48 AM, Peter Daum wrote:
> muppet wrote:
>> The first thing to come to mind is to
muppet wrote:
> The first thing to come to mind is to be sure to set activates-
> default on the Entries you add to your Assistant (it appears from
> your code snippet that you did that already), and then set the
> Forward button to be the default.
... Gtk2::Dialog has a similar structure an