Friday, June 17, 2011

PE7 WIP

I'm going to try to shoehorn in some GTK with Project Euler 7.

The plan is to pop up a window holding a GtkFixed container widget that contains a button and two labels. The button will just say "start" and label one will say "Primes Found:" and the second will say "Current Prime:". The idea is that you click start and then it gets a move on finding primes and updating as it goes. I need practice designing programs and using GTK as much as I need to do these Project Euler programs.

There isn't a particular reason I'm using the GtkFixed container widget - maybe I guess because I don't have to guess at how it will do default positioning?

No comments:

Post a Comment