Pango-1.17.1 released [unstable]

2007-05-30 Thread Behdad Esfahbod
Pango-1.17.1 is now available for download at: http://download.gnome.org/sources/pango/1.17/ or ftp://ftp.gtk.org/pub/pango/1.17 65861273a8e777f125ebfb4cc4d7acfe pango-1.17.1.tar.bz2 54b756fb073d496d079becf8ae3eb2cf pango-1.17.1.tar.gz This is the a development release in a series leading

Re: A humble request

2007-05-30 Thread Michael L Torrie
On Wed, 2007-05-30 at 22:45 +0530, Sundararaman wrote: > 1) I *cannot* log in successfully with my account. This means that I am > currently not a member of this mailing list. I do not know why I am still > getting all these emails. Not his doesn't mean that at all. In fact most list subscribers

Re: How to create a simple multilingual GUI

2007-05-30 Thread John Zoidberg
Ooop, took wrong file. It's hello_intl-0.1.tar.gz which is the GTK app, not gettext-0.16 (gettext tarball). :/ = I finally managed to make a dynamically language-changing console app. However, I'm still trying to understand how to correctly use gettext with Anjuta+Glade. Here is my so

A humble request

2007-05-30 Thread Sundararaman
Hi All, Thank you for listening to me. I have tried *all* ways to unsubscribe from this mailing list (send mail to the mail address in "List-Unsubscribe:" header, unsubscribing from the web interface et cetera). Still I am unable to unsubscribe. Before you jump to conclusions, I will want to make

GtkCellRendererCombo inside GtkTreeView

2007-05-30 Thread Jay Mayers
Hello, I'm searching for an simple example in C of a TreeView with a combobox inside a cell. I've downloaded and study some excellent examples by Tim-Philipp Mueller, but I'm having trouble bridging the gap to create my own Combobox inside a TreeView. The basics steps I've followed are: 1) cre

A humble request

2007-05-30 Thread Sundararaman
Hi All, Thank you for listening to me. I have tried *all* ways to unsubscribe from this mailing list (send mail to the mail address in "List-Unsubscribe:" header, unsubscribing from the web interface et cetera). Still I am unable to unsubscribe. Before you jump to conclusions, I will want to ma

Re: GtkTreeView: different renderes within one row?

2007-05-30 Thread Felix Kater
typo in subject line: GtkTreeView: different renderers within one COLUMN? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkTreeView: different renderes within one row?

2007-05-30 Thread Felix Kater
hi, I am new to GtkTreeView: Are cell renderers bound to columns or can they change between rows of the same column? I'd like to create a two column list with simple text display on the left but each row having a different renderer on the right (combo, spin, entry). Thanks Felix __

Re: Window receiving button-release-event

2007-05-30 Thread Yeti
On Wed, May 30, 2007 at 03:25:12PM +0200, Peter Daum wrote: > I have a dialog that represents some sort of database values. > The dialog has a "save" button, that I would like to enable > only if the dialogs data differs from the stored data. > I wrote an appropriate "is_modified" function that che

Window receiving button-release-event

2007-05-30 Thread Peter Daum
Hi, I have a dialog that represents some sort of database values. The dialog has a "save" button, that I would like to enable only if the dialogs data differs from the stored data. I wrote an appropriate "is_modified" function that checks this. Now I am looking for the right event slot to run thi

Window receiving button-release-event

2007-05-30 Thread Peter Daum
Hi, I have a dialog that represents some sort of database values. The dialog has a "save" button, that I would like to enable only if the dialogs data differs from the stored data. I wrote an appropriate "is_modified" function that checks this. Now I am looking for the right event slot to run thi

Re: Run Loop Memory Management

2007-05-30 Thread jcupitt
On 5/30/07, Brian J. Tarricone <[EMAIL PROTECTED]> wrote: > Using an idle > function will chew through CPU cycles while the application is > otherwise idle (really hurts laptop battery performance, for one > thing). Another option is a timeout using g_timeout_add(), but the > correct approach woul

How to specify application name in taskbar buttons?

2007-05-30 Thread Gaurav Jain
Hi, Is there a way for me to specify what name should be shown in the taskbutton if my GTK application has multiple windows open at the same time, and all are grouped together and all are shown under the same taskbutton? By default is shows the name of the binary executable (example: "binary-name

Re: Shared or dynamic?!

2007-05-30 Thread Yeti
On Wed, May 30, 2007 at 07:59:40AM +0200, Tomasz Jankowski wrote: > I'm going to write network library hardly based on GLib to improve my > programming skills. However I haven't wrote any library so far, so I haven't > got any experience with it. :( After reading libtool documentation I became > a

Re: Shared or dynamic?!

2007-05-30 Thread Dan Saul
I have only just started with libraries myself, but the best I can explain it to you is this: * Static libraries are hardly different then .o files, except rather then a .o file for each of your source files there is only one, the library. * Dynamic Libraries is any cod