Pango-1.14.10 released

2007-01-29 Thread Behdad Esfahbod
Pango-1.14.10 is now available for download at: http://download.gnome.org/sources/pango/1.14/ or ftp://ftp.gtk.org/pub/pango/1.14 e9fc2f8168e74e2fa0aa8238ee0e9c06 pango-1.14.10.tar.bz2 2dbdd32c18dcea2fbccf3980c43f945d pango-1.14.10.tar.gz This is a follow-up stable release to fix various I

Re: EggSequence

2007-01-29 Thread Hans Petter Jansson
On Mon, 2007-01-29 at 20:59 +0100, Soeren Sandmann wrote: > Yes, I think the implementation can be changed without API changes. > > If at some point we implement the aggregates that Jonathan mentioned > it would make a lot of sense to also move to a red/black or a btree at > the same time, since

Re: EggSequence

2007-01-29 Thread Soeren Sandmann
Hans Petter Jansson <[EMAIL PROTECTED]> writes: > > (In retrospect using a splaytree was probably not a wise decision. A > > red/black tree might have been better, even though it would have a > > code-complexity cost in some areas). > > Could we change the implementation (say, to RBT) without int

Re: change icon

2007-01-29 Thread Martyn Russell
Marcelo Armengot Iborra wrote: > I think i'm using gtk1.2 because my distro or my compiler options are > compiling using gtk1.2 libs by default > > How can I change? Well, that depends on how you have set up your application and Makefiles, etc. To check if you have GTK+ 2.x, you could try this:

Re: Alignemnt of GtkCheckButton.

2007-01-29 Thread Emmanuele Bassi
On Mon, 2007-01-29 at 12:23 +0530, Manas Hazarika wrote: > Hi, > > I am using gtk-2.6. My problem is I want check boxes created using > gtk_check_button_new () and gtk_check_button_new_with_label () to be > aligned in the same y-axis. Currently, when we create a check button > using gtk_check_butt

Alignemnt of GtkCheckButton.

2007-01-29 Thread Manas Hazarika
Hi, I am using gtk-2.6. My problem is I want check boxes created using gtk_check_button_new () and gtk_check_button_new_with_label () to be aligned in the same y-axis. Currently, when we create a check button using gtk_check_button_new_with_label () and place it below a check button created using

Re: change icon

2007-01-29 Thread Marcelo Armengot Iborra
I think i'm using gtk1.2 because my distro or my compiler options are compiling using gtk1.2 libs by default How can I change? > Marcelo Armengot Iborra wrote: > > Hello > > Hi, > > > I want to change the icon of the window of my application. > > does anybody know? > > > > The gtk-1.2 tutorial

Re: change icon

2007-01-29 Thread Martyn Russell
Marcelo Armengot Iborra wrote: > Hello Hi, > I want to change the icon of the window of my application. > does anybody know? > > The gtk-1.2 tutorial and another documentation is not enough... because > i dont want to put a iconed button Hmm, are you using GTK+ 1.2? That is really old and un