Hello,
I'm attempting to develop a Computer System configuration tools for the
bochs program <http://bochs.sourceforge.net/>. Their current
configuration tools are very primitive.
My first run would be to have a simple line drawing of a PC, looking
down from on high. Then a mouse over a component, like a CPU would pop
up a note about the item. A mouse down would open a configuration menu
for that item.
Phase two would have the components split to add more units (like more
drives or CPUs) and change color to display the current config state.
So picture an image with squares, rectangles and some circles. I need
to:
1) identify region selected.
2) add an event
3) pop up a menu to the open side of the selected region.
pointers to example code would be appreciated. Any suggestion about what
above is possible, or not possible would be good too.
Thanks,
Steven Howe
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/