OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [perl_gui/] [lib/] [perl/] [widget.pl] - Diff between revs 16 and 17

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 16 Rev 17
Line 135... Line 135...
        $box->pack_start( $entry, FALSE, FALSE, 3);
        $box->pack_start( $entry, FALSE, FALSE, 3);
        return ($box,$entry);
        return ($box,$entry);
 
 
}
}
 
 
 
##############
 
# ComboBoxEntry
 
##############
 
 
 
sub gen_combo_entry{
 
        my $list_ref=shift;
 
        my @list=@{$list_ref};
 
 
 
        my $combo_box_entry = Gtk2::ComboBoxEntry->new_text;
 
        foreach my $p (@list){
 
                $combo_box_entry->append_text($p);
 
        }
 
        $combo_box_entry->set_active(0);
 
        return $combo_box_entry;
 
}
 
 
#############
#############
#  label
#  label
############
############
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.