On Wed, 2007-10-17 at 08:40 +0200, Miroslav Rajcic wrote:
>
> PangoAttribute *attr1 = pango_attr_background_new(bkgcolor.red,
> bkgcolor.green, bkgcolor.blue);
> pango_attr_list_insert (layout_attr, attr1);
attr1->start_index = 0;
attr1->end_index = -1;
Same for other attributes.
--
behdad
ht
GTK+ 2.12.1 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/2.12/
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/
gtk+-2.12.1.tar.bz2 md5sum: c46f34addc2fe3ea6756055d59fb8856
gtk+-2.12.1.tar.gzmd5sum: b0cd0b8067d3a83b05764480f73f9306
This is a bugfix release in the 2.12 se
On Wed, 2007-10-17 at 12:28 +0400, AlannY wrote:
> I have that interface:
Nice ASCII art, there.
> After I'm resizing window, my program looks like:
>
> +---+
> | +---+ |
> | | | |
> | | Widget 1| |
> | | | |
> | +---+ |
>
On Tue, 2007-10-16 at 21:20 -0400, Andrew Smith wrote:
> And oh, I meant to post this to gtk-devel not gtk-app-devel. Should I
> send a copy there also?
no need to: you should have opened a bug on bugzilla instead of using
the mailing list.
ciao,
Emmanuele.
--
Emmanuele Bassi,
W: http://www.
On Tue, 2007-10-16 at 19:27 -0400, Andrew Smith wrote:
> Hi
>
> Try to navigate to /usr/bin using a no-frills GtkFileChooserDialog. My
> computer is a bit old, but it's far from being obsolete and it sometimes
> takes minutes (!!) to display that directory.
because it needs to sniff every file
Hi again ;-)
I have that interface:
+---+
| +---+ |
| | | |
| | Widget 1| |
| | | |
| +---+ |
| +---+ |
| | | |
| | Widget 2| |
| | | |
| +---+ |
+--