Re: Simple Questions.

2008-04-19 Thread Andreas Volz
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,

Re: Simple Questions.

2008-04-19 Thread Tomas Carnecky
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

Simple Questions.

2008-04-19 Thread 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, no maximize, no edges). Any help or example code would be appreci

Simple questions on gtk+ application development

2007-03-14 Thread Magiclouds Magicloud
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