Re: is gtk_file_chooser_set_extra_widget redundant?

2006-01-23 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/23/2006 10:48 AM, Claudio Fontana wrote: > Hello, > > --- Matthias Clasen <[EMAIL PROTECTED]> ha > scritto: > >> On 1/22/06, Claudio Fontana <[EMAIL PROTECTED]> >> wrote: >>> Hello, >>> >>> while extending a GtkFileChooserDialog with some >>> c

Re: is gtk_file_chooser_set_extra_widget redundant?

2006-01-23 Thread Claudio Fontana
Hello, --- Matthias Clasen <[EMAIL PROTECTED]> ha scritto: > On 1/22/06, Claudio Fontana <[EMAIL PROTECTED]> > wrote: > > Hello, > > > > while extending a GtkFileChooserDialog with some > > custom widgets using the same hook as with any > other > > Dialog (->vbox), I noticed that GtkFileChooser

RE: gdk_display_set_double_click_time: has no effect

2006-01-23 Thread Boncek, John
Thank you. That worked. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Neumair Sent: Saturday, January 21, 2006 12:00 PM To: Boncek, John Cc: gtk-app-devel-list@gnome.org Subject: RE: gdk_display_set_double_click_time: has no effect Am Freita

Re: is gtk_file_chooser_set_extra_widget redundant?

2006-01-23 Thread Matthias Clasen
On 1/22/06, Claudio Fontana <[EMAIL PROTECTED]> wrote: > Hello, > > while extending a GtkFileChooserDialog with some > custom widgets using the same hook as with any other > Dialog (->vbox), I noticed that GtkFileChooser offers > a dedicated method > gtk_file_chooser_set_extra_widget(). > > I tried

Cross-Platform text edit with printing

2006-01-23 Thread Arne Caspari
Hi, I want to write an application that presents a form which could be edited by the user and which should then be printed. The text editing functionality of a multiline edit would suffice but I do not know how to print the text buffer. Using gnome-print is not an option since the application