GtkCellRenderer & libsexy's URLLabel

2008-07-18 Thread Leandro Pereira
Hi, I've searched around but could not find a GtkCellRenderer with libsexy's URLLabel functionality. Before doing this myself, I'd like to know if someone already did it and if that's open source (and GPL-compatible, since I intend to use it in a GPL-licensed utility I write). Basically, I am try

Re: SDL gtk widget

2008-07-18 Thread Emmanuele Bassi
On Fri, 2008-07-18 at 12:00 +, Michael Trimarchi wrote: > I try to write an sdl widget using the code from an old project. > The problem is in the expose event when I do the SDL_GL_SwapBuffers. > I don't know why at the end the gtk restore the background color. you will need to disable double

SDL gtk widget

2008-07-18 Thread Michael Trimarchi
Hi all, I try to write an sdl widget using the code from an old project. The problem is in the expose event when I do the SDL_GL_SwapBuffers. I don't know why at the end the gtk restore the background color. Regards Michael Posta, news, sport, oroscopo: tutto in una sola pagina. Crea l'

Center window on dual screen

2008-07-18 Thread Yann Renard
Hello, I would like to get a window centered on one screen on a dual screen setup. When I use GTK_WIN_POS_CENTER, the window appears on both screen. I use GTK 2.12.11 with libglade 2.6.2, but a quite old gnome 2.10.0 (don't know if the window manager should be responsible for this or not) Be

Re: tabbing through a treeview

2008-07-18 Thread dhk
Rui Tiago Cação Matos wrote: The attached example changes the selected line with just Tab. Rui One more question about this. What is the purpose of checking the event->state? My event->state is always 16, not zero, which is one of the unused values. Thanks, Dave __