Re: Gtk Extra widgets

2005-02-02 Thread Iago Rubio
On Tue, 2005-02-01 at 17:25, Antonio Gomes wrote: > Sorry IAGO ... > > I know that it's off topic, but could you tell me what are the "extra > widget libraries" ?! Is it a project the make available non-standarts > widgets or anything else ?! Yes, it's a project providing a couple of widgets. I

GTK_SCROLL_PAGE_LEFT which key?

2005-02-02 Thread Hazael Maldonado Torres
Hi guys, I am doing some program using GTK+ 2.4 I saw that the GtkHScale and GtkVScale do not property manage the page-increment property when you press PagUp or PagDown key. It is worth to say I am using it on a Mac using the standard apple Keyboard. I noticed this is not the same with GtkSpin

Re: Hot to show a non blocking message?

2005-02-02 Thread Tim Müller
On Wednesday 02 February 2005 09:37, Cristiano Ghirardi wrote: > I'm developing an application using gtk+-2.6, in the main_win_show > event I perform many subsystems initializations. I an initialization > fails I'd like to show a message using a gtk_dialog_run. The problem > is that the dialog nev

Hot to show a non blocking message?

2005-02-02 Thread Cristiano Ghirardi
Hi, I'm developing an application using gtk+-2.6, in the main_win_show event I perform many subsystems initializations. I an initialization fails I'd like to show a message using a gtk_dialog_run. The problem is that the dialog never close! Maybe the problem happens because the structure of the gtk

Re: gnome_vfs and gtk ?!

2005-02-02 Thread Olivier Sessink
Antonio Gomes wrote: Hello all, I'm working in a gtk Code, and in the main function there is a gnome_vfs () into it , like that: gtk_init(&argc, &argv); /*GnomeVFS*/ result = gnome_vfs_init(); I wanna know what's the role of gnome_vfs ?! Is there a relationship between