home *** CD-ROM | disk | FTP | other *** search
- # Copyright (c) 1995-1999 Nick Ing-Simmons. All rights reserved.
- # This program is free software; you can redistribute it and/or
- # modify it under the same terms as Perl itself.
- package Tk::Menubar;
- use strict;
-
- use vars qw($VERSION);
- $VERSION = '3.015'; # $Id: //depot/Tk8/Tk/Menubar.pm#15 $
-
- use Tk::Frame;
- use Tk::Menu;
- # use Carp;
- # carp "Tk::Menubar is obsolete" if $^W;
-
- 1;
-