On Wed, Nov 26, 2014 at 2:35 PM, Paul Davis <p...@linuxaudiosystems.com> wrote:
> You can run any number of event loops in a process. You can only run 1 GTK 
> main loop.

So can I run one event loop in a thread, do my UI without having a
gtk_main_loop?

On Wed, Nov 26, 2014 at 2:35 PM, Paul Davis <p...@linuxaudiosystems.com> wrote:
> On Wed, Nov 26, 2014 at 3:16 PM, Alexandre Bique <bique.alexan...@gmail.com>
> wrote:
>> I need that for implement plugin's UI, like VST plugins.
> GTK (and all other desktop, non-statically linkable toolkits) are a
> particularly poor engineering choice for these types of plugins.

So what do you advise? Don't you think that it is a little be sad to
not be able use gtk for plugins UI? Could gtk be improved to fit this
use case?

Thanks,
-- 
Alexandre Bique
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to