[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

GTK 1.2 and Threads



Hallo 
I have to implement lex/yacc syntax interpreter that has to work online
every time a character is typed in  entry widget. The changed event
calls
every time callback function. This callback function should push the 
character to the lex/yacc input. But this syntax checker could not be
interrupted only a CR is detected. This means I need 2 asyncron
prozesses
the first to serve the gtk_main_loop with all gtk stuff and the second
the lex/yacc path .
Has gtk 1.2 a thread function to such task?
Where can I find the documentation for this in the manuals?
Can I find a running example in C for the thread how to install and
work.

Thanks for help
günther
-- 
R=I+S  Rapp Informatik Systeme GmbH
       Rosenbühlstr. 24
       D-89182 Bernstadt
       Tel:  +49 (0)7348-7755
       Fax:  +49 (0)7348-6086
E-MAIL  mailto: guenther@rapp-informatik.de
WEB             www.rapp-informatik.de
begin:vcard 
n:Rapp;Günther
tel;fax:+49 (0)7348-6086
tel;work:+49 (0)7348-7755
x-mozilla-html:TRUE
url:www.rapp-informatik.de
org:R=I+S;Rapp Informatik Systeme GmbH
adr:;;Rosenbühlstr. 24;D-89182  Bernstadt;Germany;;
version:2.1
email;internet:guenther@rapp-informatik.de
x-mozilla-cpt:;0
fn:Günther Rapp
end:vcard


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]