Re: Drawing a GtkWidget to an offscreen bitmap



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]