Help for this page

Select Code to Download


  1. or download this
    use FreeDesktop::Icons;
    my $iconlib = new FreeDesktop::Icons;
    ...
    $iconlib->size('16');
    my $imagefile = $iconlib->get('xfsm-shutdown');
    print $imagefile;
    
  2. or download this
    gi.require_version('Gtk', '3.0')
    from gi.repository import Gtk