next up previous contents
Next: Event handling Up: Tableaux Previous: Adding zoom

Multiple panes

We might then like to have two zoomed images side by side. Again, we can simply achieve this by having a tableau with two children
class composite_tableau : public tableau { ... { if (e is a draw event) draw(); return true; } };


Target Junior User
2000-10-31