Help for this page

Select Code to Download


  1. or download this
        my $imp_entry     = Gtk2::Entry->new_with_max_length( 6 ) ;
        ...
    ...
                # if($imp_entry->scroll-event->direction() eq 'up'){} !?!?
                $imp_entry->set_text( $imp_entry->get_text() + 0.05 ) ;
            } ) ;
    
  2. or download this
    METHODS
        ...
        scrolldirection = $eventscroll->direction ($newvalue=0)