You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transmitting action choice to multiple action callbacks does not play well with GtkBuilder. For the sake of simplicity we should split branching callbacks into a single core and a layer of one front per GUI action.
Also, callbacks are immediate part of GUI yet for some reason they reside in xqf.c. They obstruct this initialization source file. They should be moved to callbacks.c.
Red: how it is now, Blue: the future XQF that I see
The text was updated successfully, but these errors were encountered:
Transmitting action choice to multiple action callbacks does not play well with GtkBuilder. For the sake of simplicity we should split branching callbacks into a single core and a layer of one front per GUI action.
Also, callbacks are immediate part of GUI yet for some reason they reside in xqf.c. They obstruct this initialization source file. They should be moved to callbacks.c.
Red: how it is now, Blue: the future XQF that I see
The text was updated successfully, but these errors were encountered: