Skip to content
ian57 edited this page Feb 28, 2013 · 10 revisions

Welcome to the timer_gtkmm description page!

If you got the zip file, uncompress it in your Eclipse workspace. Run Eclipse and do « File->Import->General->Existing Projects into Workspace », choose the « timer_gtkmm » directory. It's finished.

A sample program which uses Gtkmm-3, Gstreamermm abd Eclipse IDE. This program will help you to cook pastas and eggs without burning them ;-).

timer_gtkmm_running.png

Be careful with the source code : some file path are hardcoded!!! Sorry ;-)

like :

  • m_refBuilder->add_from_file("/home/yann/gtk_workspace/timer_gtkmm/src/timer.glade");
  • m_tick = new Sound("/home/yann/gtk_workspace/timer_gtkmm/data/clock_tick.mp3");
  • m_alarm = new Sound("/home/yann/gtk_workspace/timer_gtkmm/data/cuckoo_clock.mp3");

Please change according to your filesystem tree.

Clone this wiki locally