Re: update a row in GtkListStore
- From: Hubert Sokołowski <h sokolowski wsisiz edu pl>
- To: gtk-app-devel-list gnome org
- Subject: Re: update a row in GtkListStore
- Date: Mon, 13 Jun 2005 23:49:56 +0200
On Mon, 13 Jun 2005 23:25:33 +0200
Luka Napotnik <luka napotnik gmail com> wrote:
Hello!
I get my list selection by:
selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(view));
...
The I get the row by:
gtk_tree_model_get (model, &iter, 0, &task_id, -1);
I have intentions to change the task_id. Is there an update function
to
store the new value of task_id to the selected row?
check
http://developer.gnome.org/doc/API/2.0/gtk/GtkListStore.html#gtk-list-store-set
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]