Re: How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-11 Thread John Cupitt
On 5/11/06, Sean Kelley <[EMAIL PROTECTED]> wrote: It appers that GtkFixed is not really designed for stacking widgets as it does not have a concept of a z-axis. What gets drawn on top is purely a matter of what child comes last when drawing, and a similar story is with input. GTK does not have

How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-11 Thread Sean Kelley
It appers that GtkFixed is not really designed for stacking widgets as it does not have a concept of a z-axis. What gets drawn on top is purely a matter of what child comes last when drawing, and a similar story is with input. If you need to stack things, how is this best accomplished? Imagine y

Re: Why some GTK objects are not GObject?

2006-05-11 Thread Yeti
On Thu, May 11, 2006 at 11:17:59AM +0700, Marc Krisnanto wrote: > Why are there "objects" in GTK which are not GObject? > For example, GtkTreeModel, GtkTreeIter, GtkTreePath etc. > I am speaking for GTK+2.0 because I see G_IS_OBJECT assertions > fail. > > Will they be GObject in the future or will

How to add URL in Labels.

2006-05-11 Thread prashanth m.e
Hi all,     I am working on a Project. In that i need to put an URL using GTK. So if you move the curson over that URL it should be highlighted and if you click on that it should go to that particular address.     I am not getting how to do that. Please help me out. Thanks, Prashanth.M.E.