gtk-rs / gtk-test

Testing GTK UI
MIT License
36 stars 9 forks source link

Use a server-client system instead #22

Open GuillaumeGomez opened 5 years ago

GuillaumeGomez commented 5 years ago

We could send actions to be executed to a client when one connects and then execute them through gtk_main_do_event (that @sdroege suggested) or even gtk_propagate_event (but normally, the first one should be enough).