Re: GtkAssistant apply signal

2013-05-18 Thread Sébastien Granjoux
Hi Le 18/05/2013 06:57, Kip Warner a écrit : During handling of the apply signal in my GtkAssistant, what is the recommended way of stopping the assistant from advancing to the next page if my code would like to abort the apply transitioning to the next page automatically? In the

Re: building a modular interface

2012-03-27 Thread Sébastien Granjoux
Hi, Le 27/03/2012 10:03, Lachlan a écrit : libgdl is EXACTLY what i wanted to do. after looking at ajunta it's perfect. looks like gnome team is handling it now as well http://ftp.gnome.org/pub/GNOME/sources/gdl/3.4/ Yes, GDL is still used by Anjuta and is maintained by Anjuta's team. It

Crash in gtk_grab_notify

2012-03-10 Thread Sébastien Granjoux
Hi all, I have an endless loop, until I get a crash due to a stack overflow, with grab notifications. Here is a complete test case: #include gtk/gtk.h gboolean on_button_pressed (GtkWidget *widget, GdkEvent *event, gpointer user_data) { if

Overriding GObject properties

2011-08-27 Thread Sébastien Granjoux
Hi, I'm trying to write a widget which is a basic text editor able to edit huge amount of data. I have created a class derived from GtkTextView which has its own GtkAdjustment for moving in the complete data. Only a small part of the data is loaded in the GtkTextView widget and this part