add and register tooltips

git-svn-id: file:///home/svn/framework3/trunk@4868 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
fab 2007-05-06 20:35:25 +00:00
parent 21e37f1b0c
commit 51db788979
1 changed files with 4 additions and 0 deletions

View File

@ -69,12 +69,16 @@ class MyApp < MyGlade
# Module Tree
@module_tree = MyModuleTree.new(@treeview1, @viewmodule)
# Tooltips
tooltips = Gtk::Tooltips.new
# Configure the window handles for easy reference
$gtk2driver.main = @window
$gtk2driver.session_tree = @session_tree
$gtk2driver.job_tree = @job_tree
$gtk2driver.module_tree = @module_tree
$gtk2driver.log_text = @viewlogs
$gtk2driver.tips = tooltips
# Initialize the search class
ModuleSearch.new(@search_entry, @search_button, @search_cancel_button)