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
appreciated...
Thanks
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


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, no maximize, no edges). Any help
 or example code would be appreciated...

Search for the gtk wheelbarrow example. That one should fit.

regards
Andreas
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


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 example code would be
 appreciated...

http://library.gnome.org/devel/gtk/stable/GtkWindow.html#gtk-window-set-decorated

tom
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


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
  2. How the select a node in treeview by the application? I tried
many ways like select, expand or so, none of them works
  3. How to make a certain color transparent? I want a form that just
display some text on screen but no form box And, how to display a
text or image on screen without receive X events? I mean if I click
the image, it just like the image does not exist.

Thanks.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list