Saturday, October 5, 2013

gtkmm add code to the main loop




MyWindow win;
  win.show(); //this must be given manually!
  while(true){
    g_main_context_iteration (NULL,false);
   myCode();
  }

No comments:

Post a Comment