gtk_list_store_set issues.
- From: dE <de techno gmail com>
- To: gtk-app-devel-list gnome org
- Subject: gtk_list_store_set issues.
- Date: Sat, 01 Jun 2013 20:19:49 +0530
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]