Hi all,
Pls see the below code structure. how to free the glist at the indicated
place?
GList * glist=NULL;
for(i=0;ihttp://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
i'm using a combo box and on selection of a particular item from the drop
down list i need to do some processing depending on the selection. which
signal i need to use for this purpose, i tried with selection_get signal .
it's not working. pls help me.
Thks in advance
Shibu
___
I'm using a combo box, code is given below
char a[15];
strcpy(a,"AAA");
glist_append(glist,a);
It reports
Pango Warning**: Invalid UTF-8 string passed to pango_layout_set_text()
and displays some picture like characters in the combo dropdown list.
Pls help me ,
Thks in advance..
___
hi all
I' m using a combo box, reading text from a Sqlite database table, and
trying to add to the combo dropdown list. I'm gettting the warnig
"Pango-Warning: Invalid UTF String passed to pango_lay_out_set_text()", and
the text is being dispalayed in some picture like characters.
but if i prints
during runtime I'm getting the message
Xlib:unexpected async reply (sequence 0xbe8)
while trying to show a window.
The senario is , In my multi window application,from a thread i'm calling a
function, which contains the lines as below
GtkWidget *mywindow;
.
mywindow=c
hi,
i want to validate data enry to the entry widget. means, insome
cases i want only digits be allowed to enter to the widget, or some
times only alphabets and digits no other symbol .. ie entering of
unwanted characters need to be blocked. any help
Thks in advance
Shibu
On pressing a button i wanted a list of text to be displayed on entry
widget, on after the other ( in a for loop), with some delay, say
sleep(3). but the problem is the last text only getting visible. if i
increase the sleep argument then also the same. any help.?
thanks in advance
___