Order of children in Box

2008-02-22 Thread Jeffrey Barish
If I do foreach on a Box, will the order in which the children are retrieved correspond to the order in which they were packed? How about get_children? -- Jeffrey Barish ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome

Re: Printing

2008-02-22 Thread Bastiaan Veelo
Enrico Tröger wrote: > >> 8) When exporting to PDF on Windows, trying to overwrite an existing >> file, the program crashes (oops!). This works fine on Linux. >> > I can't reproduce this, on my Windows 2000 box I can overwrite existing > files as expected. > Now I cannot reproduce either.

Re: Printing

2008-02-22 Thread Bastiaan Veelo
Hi Enrico, I reported a bug on this. You can leave a note that you are able to reproduce this, and maybe mention your printer model and Windows version. See http://bugzilla.gnome.org/show_bug.cgi?id=518052 Thanks, Bastiaan. Enrico Tröger wrote: > > >> 7) When printing under Windows to a C

Re: GtkTextView Vs GtkText

2008-02-22 Thread Emmanuele Bassi
On Fri, 2008-02-22 at 10:28 +, Dharmosoth Seetharam wrote: > Hi, > > I am little aware of these two widget. But got struck > at setting font and setting style to GtkText. GtkText is long deprecated and should never be used in any newly written code (and old code should just be ported over).

Re: GtkTextView Vs GtkText

2008-02-22 Thread Mikael Hallendal
22 feb 2008 kl. 11.28 skrev Dharmosoth Seetharam: Hi, I can't really comment on why something work in one but not the other. However, you can disregard GtkText as that widget has long been deprecated and should not be used in new code and all code using it should be ported to GtkTextView.

GtkTextView Vs GtkText

2008-02-22 Thread Dharmosoth Seetharam
Hi, I am little aware of these two widget. But got struck at setting font and setting style to GtkText. 1) I understand how to set font to the GtkTextView [ PangoFontDescription *font_desc; font_desc = pango_font_description_from_string ("Courier,Medium 12");