harryhaaren 0 Light Poster

Hey all,

I'm currently struggling a bit with GUI building.
What i want is a simple "click the button & a new widget appears"
effect.

Now how to go about implementing that i dont know.
I've thought about storing each instance a widget in a std::vector.

Seems a little messy though.. Now I would like to have an "infinite"
number of widgets available (the user will need more or less depending on thier own situation).

Im coding on Linux using GTKmm, so any Guru's out here know how to best approach this?
Cheers, -Harry