Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split callbacks into front and core, move into a separate file #169

Open
vorot93 opened this issue Jun 27, 2015 · 0 comments
Open

Split callbacks into front and core, move into a separate file #169

vorot93 opened this issue Jun 27, 2015 · 0 comments

Comments

@vorot93
Copy link
Contributor

vorot93 commented Jun 27, 2015

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

illwieckz added a commit that referenced this issue Jul 1, 2015
Callbacks separation, GtkProgressBar upgrade, ref #169
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant