GLib 2.14.0 is now available for download at:
ftp://ftp.gtk.org/pub/glib/2.14
http://download.gnome.org/sources/glib/2.14
glib-2.14.0.tar.bz2 md5sum: 6fabf21f68631043bc6924e01398e3af
glib-2.14.0.tar.gzmd5sum: 672d5c67a0d9d624dca44f3e369b332c
GLib is the low-level core library that forms
On Fri, 2007-03-08 at 16:17 +0100, [EMAIL PROTECTED] wrote:
> On 8/3/07, Prasanna Kumar K <[EMAIL PROTECTED]> wrote:
> > I have a GtkWidget "Button. I want the color of the button should be
> > complete red.
>
> You can do it with a gtkrc. For example, set this resource file:
>
> widget "*red_w
In Gtk 2.2, multidisplay capability was added. GPE still uses it to
support migration and the gtk-demo app supports it as well.
Does any one know how to make other apps migratable? I'd like to migrate
more complicated applications like firefox, gnome terminal, or
evolution.
Thanks,
Kevin
On 8/3/07, Prasanna Kumar K <[EMAIL PROTECTED]> wrote:
> I have a GtkWidget "Button. I want the color of the button should be
> complete red.
You can do it with a gtkrc. For example, set this resource file:
--
style "red_style" = "default"
{
bg[NORMAL] = "#C1665A"
bg[PRELIGHT] =
On Fri, 2007-08-03 at 09:53 +0200, Xavier Bestel wrote:
>
> > 1. Do nothing: document that PangoScript and GUnicodeScript are
> > interchangable and add values to both enums as new scripts are
> encoded
> > in Unicode in the future. The main problem with this approach is
> that
> > as pango_scr
Hi,
I have a GtkWidget "Button. I want the color of the button should be complete
red.
I have used this
GdkColor color;
gdk_color_parse ("red", &color);
gtk_widget_modify_fg (Button, GTK_STATE_NORMAL, &color);
But this doesn't make the whole button red. it just paints the border of the
butto
On Thu, 2007-08-02 at 15:48 -0400, Behdad Esfahbod wrote:
> I want to release Pango 1.18 early next week. The only pending item
> is
> how to deprecate PangoScript in favor of the newly added
> GUnicodeScript?
> I'm particularly interested to hear what not to do from binding
> people.
>
> Possibi