Help for this page

Select Code to Download


  1. or download this
    Gtk-CRITICAL **: gtk_tree_store_get_path: assertion 'iter->stamp == tr
    +ee_store->stamp' failed at 0PS_Terminal line 149.
    
  2. or download this
        $tree_view->set_search_equal_func(sub {
                # reset to the main tree store, containing all the hosts
    ...
                }
        }, undef);
    
  3. or download this
    sub create_treestore {
        my ($data) = @_;
    ...
        return $tree_store;
    }