Disable sort when adding row to GTkTreeSrore

2007-01-29 Thread POULAIN DOMINIQUE (AREVA TA)
Hello, I'm migrate my aplication from GTK 1.2 to 2.10. So I try to use GtkTreeStore and GtkTreeView. The fist task is to show the file system hierarchy (and I want to filter this list, but it will be a second question). When the user choose to expand one directory, I must add a lot of rows.

label line wrap en resize

2007-01-29 Thread control H
Hi, does anyone know why when resizing the window, a label doesn't get adjusted/updated? I mean, when you have a label and use gtk_label_set_line_wrap(GTK_LABEL(label),TRUE) I would expect that a line of text gets rewrapped to fit the new situation. When I replace the label with say a button, I

Re: GModule

2007-01-29 Thread Lance Dillon
- Original Message From: Jordan Walsh [EMAIL PROTECTED] To: gtk-app-devel-list@gnome.org Sent: Sunday, January 28, 2007 11:30:02 PM Subject: GModule Hi all. I need to be able to see from what library (using GModule) a certain symbol comes from. In my main program when a plugin unloads

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

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

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 and another

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: 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

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: 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 introducing