Re: Drawing a GtkWidget to an offscreen bitmap
- From: Vinod Joseph <diana vinod gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Drawing a GtkWidget to an offscreen bitmap
- Date: Fri, 21 Jan 2005 14:10:36 +0900
Dear All
I have a GtkEntry that receives text.
I want to search through all the elements of a particular column in a
GtkEditable List Store.
static GtkTreeModel *
create_model (void)
{
gint i = 0;
GtkListStore *model;
GtkTreeIter iter;
...........
........
}
I am not sure if my question is clear enough..
But, what i need is a function wherein i could get the value of a
particular column in a particluar row in a GtkListStore.
So, i could compare my entry value with the value in the list and take
corresponding action.
Thank you for your help
Vinod
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]