Draw on a GtkFixed Widget with Cario and place some widgets inside?

2007-12-19 Thread Wolfman

Hi out there :) 
i have few questions i have to write a new tool for my work its something
like a node based node editor so the nodes must be connect via splines and
as content the node must have a tree view for the properties. So my first
thought was to use GtkFixed get the drawable and draw something with cario
on it and then place some treeviews widgets inside so do guys think it is
possible?

Concrete:
1) Can i draw on a GtkFixed with cario
2) Can i control the draw order from treeviews that the will draw after
cario on the widget. I mean can i handle this with the realize signal and
propagate it manual to the childs?


without perm flushing?
-- 
View this message in context: 
http://www.nabble.com/Draw-on-a-GtkFixed-Widget-with-Cario-and-place-some-widgets-inside--tp14421717p14421717.html
Sent from the Gtk+ - Dev - General mailing list archive at Nabble.com.

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


Re: Draw on a GtkFixed Widget with Cario and place some widgets inside?

2007-12-19 Thread jcupitt
On Dec 19, 2007 6:36 PM, Wolfman [EMAIL PROTECTED] wrote:
 i have few questions i have to write a new tool for my work its something
 like a node based node editor so the nodes must be connect via splines and
 as content the node must have a tree view for the properties. So my first
 thought was to use GtkFixed get the drawable and draw something with cario
 on it and then place some treeviews widgets inside so do guys think it is
 possible?

Have you looked at GooCanvas?

  http://sourceforge.net/projects/goocanvas

It's a Cairo canvas widget. I believe you can embed GTK+ widgets inside it.

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


Re: Draw on a GtkFixed Widget with Cario and place some widgets inside?

2007-12-19 Thread Wolfman


jcupitt wrote:
 
 Have you looked at GooCanvas?
 ...
 
 I took a quick looks nice i could give try but that doesnt answer my
question :) 
Cause if the things i mentioned above are possible i could make something
smaller and leaner.
-- 
View this message in context: 
http://www.nabble.com/Draw-on-a-GtkFixed-Widget-with-Cario-and-place-some-widgets-inside--tp14421717p14424216.html
Sent from the Gtk+ - Dev - General mailing list archive at Nabble.com.

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