View Single Post
Posts: 7 | Thanked: 0 times | Joined on Mar 2010 @ Sheffield UK
#3
I want the application to have multiple, independent timers. The vbox holds the gui elements for one of these timers, including several buttons (Start/Stop, Reset and Delete). It'd be good to be able to remove timers when you don't want them any more so I added the delete button which runs the gtk_widget_destroy when clicked.