Re: regarding IconView use

2013-04-23 Thread Erick Pérez Castellanos
Nope, that's not a bug, it is the expected behavior. You should look in libgd, there should be something like EggListBox but IconView like Is this a known bug? Should I be enabling some mask I am not? is this implemented via callbacks?? ___

Re: Animating widgets

2011-01-18 Thread Erick Pérez Castellanos
Hi, I'll explain my experience! Gtk2 does not support animations, it's a fact, so you can only make your own hacks to Gtk. So: shouldn't the hackers, designers, developers of gtk+ widget toolkit start to think about a way to adding animations to Gtk+ ? I don't know of Qt, but Cocoa, the Mac

Re: Animating widgets

2011-01-16 Thread Erick Pérez Castellanos
Yeah, I'm not talking about GtkWindow on top of clutter, I'm talking of animations inside GtkWindow, adding a widget to GtkHBox and the new widget slide in, not pop out of nothing into the GtkHbox. Erick -- A related question, one can assume that animation, when

Animating widgets

2011-01-14 Thread Erick Pérez Castellanos
Hi: I want to know if there's anyway i can animate widgets with Gtk. For instance, I have a GtkBin with a GtkEntry container and I want to changed for a GtkTextView on certain event, and I want the switch to be animated, slide in/out, fade in/out, things like that. As far as I got with Gtk2