Should I be using GTK threads?
I am trying to build a GUI using GTK in C. In the middle of the GUI will
be a screen displaying video input. The video input window is a XLIB
window which I am (currently unsuccessfully trying to) wrap in a GTK
widget. Around it however will be buttons etc.. to interact with the video
or do things according to the video output.
I am wondering if this would be the correct time to use threads as I want
my GTK GUI to be running while the video input/processing is being
displayed. If so any good guides, if not what would you recommend?
No comments:
Post a Comment