Code simple like this could not work as expected.
#include
#include
static void destroy( GtkWidget *widget,
gpointer data )
{
gtk_main_quit ();
}
static gboolean configure (GtkWidget *widget,
GdkEventConfigure *event,
Hi,
I'm writing a program which uses cairo to paint some customized
semi-transparent widgets.These widgets might overlap with each other.
However I didn't find a way to make the widgets truely semi-transparent. If
a widget is covered by another widget, then the covered area will always be
erased
> People have been known to write binary parsers
> that replace libglade along with glade file converters
Perhaps this is an option, i found a Converter under Sourceforge (glade2c).
Might be better then falling back to glade 2
> for that purpose, but first of all, why arent you using
> GtkBuilde
On Wed, 2009-04-08 at 11:05 +0200, Christoph Schmeding wrote:
> Hello,
>
> Thanks for the answer.
> Indeed this is a solution.
>
> But imagine an application with lots of containers packed into one
> another, and I want to have everything insensitive except one or two
> little parts of it.
> Th
Hello,
Thanks for the answer.
Indeed this is a solution.
But imagine an application with lots of containers packed into one
another, and I want to have everything insensitive except one or two
little parts of it.
This means that I recursively have to loop through all levels of
containers and