Help for this page

Select Code to Download


  1. or download this
    while (1) {
      while (Gtk->events_pending) {
    ...
      $time = strftime("%H:%M:%S",localtime());
      $time_label->set($time);
    }
    
  2. or download this
    sleep(1)