Am Sat, 19 Apr 2008 04:03:03 -0400 schrieb Schumi Imor:
> I'm thinking of using GTK+ for one of my projects and I'm really
> impressed with the level of support and example code out there. But
> what I haven't been able to find is how to create an application
> without a frame (no name, no close,
Schumi Imor wrote:
> I'm thinking of using GTK+ for one of my projects and I'm really impressed
> with the level of support and example code out there. But what I haven't
> been able to find is how to create an application without a frame (no name,
> no close, no maximize, no edges). Any help or ex
I'm thinking of using GTK+ for one of my projects and I'm really impressed
with the level of support and example code out there. But what I haven't
been able to find is how to create an application without a frame (no name,
no close, no maximize, no edges). Any help or example code would be
appreci
Dear all,
I just start to learn to use gtk+, and there are something that I
can not find solutions on references. As below:
1. What is the signal of GtkLabel on mouse hover, click and double
click? I user enter-notify-event and leave-notify-event for the hover
thing, and it does not work