Are there equivalents in Tkx to the following time delays in Tk:
  $id = $widget->after( $milliseconds, \&callback );

  $id = $widget->afterIdle( \&callback );
  $widget->afterCancel( $id );

  $widget->repeat( $milliseconds, \&callback );

Thanks

Reply via email to