Re: How can I have a progressbar inside a statusbar ?

2005-11-22 Thread Colossus
Claudio Polegato Junior wrote: If you open de Glade, new window, add a vbox with 2 parts, on superior part add a textview widget and on inferior part add a hbox with 3 parts. On this hbox, add one viewport, click the right button on this viewport, viewport1, select, CTRL+X, click with the

Re: How can I have a progressbar inside a statusbar ?

2005-11-22 Thread Claudio Polegato Junior
Colossus escreveu: Claudio Polegato Junior wrote: If you open de Glade, new window, add a vbox with 2 parts, on superior part add a textview widget and on inferior part add a hbox with 3 parts. On this hbox, add one viewport, click the right button on this viewport, viewport1, select,

Re: example

2005-11-22 Thread ashley maher
On Mon, 2005-11-21 at 10:54 +, Axel Simon wrote: On Mon, 2005-11-21 at 21:31 +1100, ashley maher wrote: G'day, I have followed the gtk tree view tutorial at: http://scentric.net/tutorial/. The tutorial is very good. However section: 3.5 deals with Retrieving row data.

Re: example

2005-11-22 Thread David Necas (Yeti)
On Wed, Nov 23, 2005 at 12:41:12AM +1100, ashley maher wrote: So it occurred to me that a properly written c_handler should return the data required. This has proven not so. ... static void gtree_onSelection (GtkTreeView *treeview, gpointer *data) A properly written callback should have

Re: Proposal for making the GtkFileChooser code asynchronous

2005-11-22 Thread Kristian Rietveld
On Tue, Nov 15, 2005 at 01:07:51PM -0600, Federico Mena Quintero wrote: On Tue, 2005-11-15 at 13:46 +0100, [EMAIL PROTECTED] wrote: Are these ones going to be blocking calls, or do they return a partial result? They will certainly not be blocking of course ;) The idea is to remove

Re: Proposal for making the GtkFileChooser code asynchronous

2005-11-22 Thread Kristian Rietveld
On Fri, Nov 11, 2005 at 11:06:17AM +0100, Tim Janik wrote: gboolean gtk_file_system_cancel_operation (GtkFileSystem *file_system, GtkFileSystemHandle *handle, GError **error);

GTK+ team irc meeting

2005-11-22 Thread Matthias Clasen
The meeting is intended for the GTK+ team, but everybody is welcome to come and listen. The meeting logs will be posted on the GTK+ website (http://www.gtk.org/plan/meetings). Place: irc.gnome.org:#gtk-devel Time: 21:00 UTC (16:00 EDT), Tuesday, November 22 Possible agenda items: - race

Imendio AB announces the GTK+ on Mac OS X port project

2005-11-22 Thread Mikael Hallendal
Imendio AB announces the GTK+ on Mac OS X port project Tue Nov 22 12:06:00 CET 2005 The GIMP toolkit (GTK+) matures to include yet another platform. This project aims to bring native GTK+ support to the Apple Mac OS X platform. The basic implementation is sponsored by Imendio AB and the work so

race condition in idle handling (#321886)

2005-11-22 Thread Owen Taylor
On Tue, 2005-11-22 at 12:02 -0500, Matthias Clasen wrote: The meeting is intended for the GTK+ team, but everybody is welcome to come and listen. The meeting logs will be posted on the GTK+ website (http://www.gtk.org/plan/meetings). Place: irc.gnome.org:#gtk-devel Time: 21:00 UTC

GtkNotebook signals

2005-11-22 Thread ANDREW PAPROCKI, BLOOMBERG/ 731 LEXIN
Can someone fill me in if there is proper documentation for the signals on GtkNotebook? Specifically, these: change-current-page focus-tab select-page switch-page If an application wishes to prevent the notebook from switching pages if some type of validation fails on the current existing

Re: GtkNotebook signals

2005-11-22 Thread Jean Bréfort
Le mardi 22 novembre 2005 à 15:20 -0500, ANDREW PAPROCKI, BLOOMBERG/ 731 LEXIN a écrit : Can someone fill me in if there is proper documentation for the signals on GtkNotebook? Specifically, these: change-current-page focus-tab select-page switch-page If an application wishes to