
WordNet::Similarity::Visual::GUI_Window

use WordNet::Similarity::Visual::GUI_Window; my $gui = WordNet::Similarity::Visual::GUI_Window->new; $gui->initialize; $gui->show_all;

This package implements the basic gui window to be used by WordNet::Similarity::Visual module.
The following methods are defined in this package:
The constructor for WordNet::Similarity::Visual::GUI_Window objects.
Return value: the new blessed object
To initialize the GUI. Creates all objets of various GTK2 widgets and adds them to the window, to create the GUI.
Return Value: None
To Display all the widgets on the screen.
Return Value: None
Display all the measures and pass the control to GTK.
Return Value: None

GTK2

Saiyam Kohli, University of Minnesota, Duluth kohli003@d.umn.edu
Ted Pedersen, University of Minnesota, Duluth tpederse@d.umn.edu

Copyright (c) 2005-2006, Saiyam Kohli and Ted Pedersen
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to
The Free Software Foundation, Inc.,
59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
Note: a copy of the GNU General Public License is available on the web at <http://www.gnu.org/licenses/gpl.txt> and is included in this distribution as GPL.txt.