Re: fork
- From: Derek Simkowiak <dereks kd-dev com>
- To: Vlad Harchev <hvv hippo ru>
- Cc: Denis Serebro <serebro dins ru>, gtk-list gnome org
- Subject: Re: fork
- Date: Thu, 17 Aug 2000 11:31:13 -0700 (PDT)
-> > I try create a child process in gtk application. And I try create new window with type GTK_TOPLEVEL_WINDOW in child process.
-> > And I get very strange behaviour. When I try change window size or position or something else, I get on console:
->
-> Gtk wasn't supposed to be used this way. Also it's not thread-safe. Use a
-> different approach.
You'll want to read the FAQ about gtk_main_interate(). It causes
the event loop to iterate once, allowing your GUI to be updated during
long (time-consuming) operations.
--Derek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]