- enable search in the module tree. User could hint Ctrl-F and tape the first letters of the searching module, he could be navigate throught results by using the up/down arrows .... Isn't fun, no ?

git-svn-id: file:///home/svn/framework3/trunk@4331 4d416f70-5f16-0410-b530-b9f4589650da
unstable
fab 2007-02-07 22:28:55 +00:00
parent 49ea5b2369
commit 71c0275f73
1 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,7 @@ class MyExploitsTree < MyGlade
super('menu_module')
@treeview1 = treeview
@treeview1.enable_search = true
@tree_target = tree_target
@model = Gtk::TreeStore.new(String, # Module name
@ -520,9 +521,7 @@ class MySessionTree
iter[BUFFER] = buffer
iter[PIPE] = pipe
iter[INPUT] = input
iter[OUTPUT] = output
iter[OUTPUT] = output
end
end # class MySessionTree