FW: Gtk with .po files

2007-06-26 Thread Suma H.S
-Original Message- From: Suma [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 2:14 AM To: 'gtk-app-devel-list@gnome.org' Subject:FW: Gtk with .po files hi, I have a Gtk Application which uses some strings. I want to localize these strings. I know it is to be don

FW: Text wrapping along with ellipsizing

2007-06-26 Thread Suma H.S
-Original Message- From: Suma [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 11:39 PM To: 'gtk-app-devel-list@gnome.org' Subject:Text wrapping along with ellipsizing hi, Does anyone know how to have text wrapping along with ellipsizing? I want to have text wrapped

gtk_tree_view_column_set_sort_indicator function not working

2007-04-17 Thread Suma H.S
hi, gtk_tree_view_column_set_sort_column_id(column,1); gtk_tree_view_column_set_sort_indicator(column, FALSE) is not working. I want the sort feature with the indicator switched off. Does anybody knows how to do it? Thanks, Suma H S ___ gtk-app-devel-li

RE: change colour font of a label!

2007-02-22 Thread Suma H.S
hi, Change it through GtkRcStyle or GtkStyle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, February 22, 2007 12:34 AM To: gtk-app-devel-list@gnome.org Subject: change colour font of a label! Hello!! I need to change

RE: Catching the row deleted from a GtkTreeModel implementation

2007-02-09 Thread Suma H.S
how r u deleting the row? It should be either through some key-press or mouse-click, in either case u must select the row before selecting. So...If it is through a key-press, catch the key-press signal and if it is through a mouse-click, catch mouse-click signal and access the selected row. Now do

RE: transparent gtkwindow

2007-02-07 Thread Suma H.S
It doesn't work. Can u plz give me a working example if u have? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian J. Tarricone Sent: Wednesday, February 07, 2007 3:15 PM To: gtk-app-devel-list@gnome.org Subject: Re: transparent gtkwindow Suma H.S

RE: transparent gtkwindow

2007-02-07 Thread Suma H.S
thanks...shall look into that. But, do u by any chance know how to use multiple masks for the function gtk_widget_shape_combine_mask ()? If I try to call this function multiple times using different mask everytime, only the effect of the last call is seen. I want to have the effect of gdk_window_se

transparent gtkwindow

2007-02-06 Thread Suma H.S
hi, How to create a transparent gtkwindow with alpha values on Windows and Linux? Regards, Suma ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list