Re: Get column no. of edited cell.

2013-06-01 Thread dE
On 06/02/13 00:27, Arnel A. Borja wrote: On Sunday, 02 June, 2013 01:44 AM, dE wrote: I've set the "editable" property of GtkCellRenderer to true, and set the call back for the edited signal. This particular signal tells the node/row in which the edit has occurred, but not the column/filed. H

Re: Get column no. of edited cell.

2013-06-01 Thread Arnel A. Borja
On Sunday, 02 June, 2013 01:44 AM, dE wrote: I've set the "editable" property of GtkCellRenderer to true, and set the call back for the edited signal. This particular signal tells the node/row in which the edit has occurred, but not the column/filed. How can I get that? Thanks! Use a diffe

Get column no. of edited cell.

2013-06-01 Thread dE
I've set the "editable" property of GtkCellRenderer to true, and set the call back for the edited signal. This particular signal tells the node/row in which the edit has occurred, but not the column/filed. How can I get that? Thanks! ___ gtk-app-dev

Re: gtk_list_store_set issues.

2013-06-01 Thread dE
On 06/01/13 21:17, Arnel A. Borja wrote: On Saturday, 01 June, 2013 11:33 PM, dE wrote: On 06/01/13 20:38, Arnel A. Borja wrote: On Saturday, 01 June, 2013 10:49 PM, dE wrote: Hi, Hello everyone! This is my first time serious programming in C, and I'm using GTK for this. In a ListStore, I

Re: gtk_list_store_set issues.

2013-06-01 Thread Arnel A. Borja
On Saturday, 01 June, 2013 11:33 PM, dE wrote: On 06/01/13 20:38, Arnel A. Borja wrote: On Saturday, 01 June, 2013 10:49 PM, dE wrote: Hi, Hello everyone! This is my first time serious programming in C, and I'm using GTK for this. In a ListStore, I'm trying to add data to it via -- gtk_li

Re: gtk_list_store_set issues.

2013-06-01 Thread dE
On 06/01/13 20:38, Arnel A. Borja wrote: On Saturday, 01 June, 2013 10:49 PM, dE wrote: Hi, Hello everyone! This is my first time serious programming in C, and I'm using GTK for this. In a ListStore, I'm trying to add data to it via -- gtk_list_store_set ( list, ¤t, 0, "test00", 1, "test01

Use alpha in GtkColorButton in GTK3 with Vala

2013-06-01 Thread Satyajit Sahoo
I want to use an alpha value in the color buttons in my app - https://github.com/satya164/elegance-colors Currently I'm using colorbutton.set_use_alpha (true);, as documented in http://www.valadoc.org/#!api=gtk+-3.0/Gtk.ColorButton But, while compiling, I get warnings saying, /home/satya/Workspa

Re: gtk_list_store_set issues.

2013-06-01 Thread Arnel A. Borja
On Saturday, 01 June, 2013 10:49 PM, dE wrote: Hi, Hello everyone! This is my first time serious programming in C, and I'm using GTK for this. In a ListStore, I'm trying to add data to it via -- gtk_list_store_set ( list, ¤t, 0, "test00", 1, "test01", -1 ); However, in both the columns I g

gtk_list_store_set issues.

2013-06-01 Thread dE
Hello everyone! This is my first time serious programming in C, and I'm using GTK for this. In a ListStore, I'm trying to add data to it via -- gtk_list_store_set ( list, ¤t, 0, "test00", 1, "test01", -1 ); However, in both the columns I get test00 instead.

Re: UUID Library for Gnome apps

2013-06-01 Thread אנטולי קרסנר
Hi, I don't use Ubuntu and I don't know which library it actually is. Anyway, clearly some people use one while some use the other. What I'm looking for is system-wide recommendation or advice. On Fedora, there's libuuid which comes with the Linux kernel IIRC and my whole desktop depends on it. An