NAME
Gtk2::OSXApplication - Perl extension for blah blah blah
SYNOPSIS
use Gtk2 '-init';
use Gtk2::OSXApplication;
my $osxapp=new Gtk2::OSXApplication();
...
$osxapp->set_menu_bar($bar);
$osxapp->ready();
DESCRIPTION
Creates an OSXApplication object. Do this asap after use Gtk2 '-init'. Exports the following functions of GtkOSXApplication:
$self->set_menu_bar($menu_shell)
$self->sync_menubar()
$self->insert_app_menu_item($menu_item,$index)
$self->set_window_menu($menu_item)
$self->set_help_menu($menu_item)
$self->set_dock_menu($menu_shell)
$self->set_dock_icon_pixbuf($pixbuf)
$self->set_dock_icon_resource($name,$type,$subdir)
AUTHOR
fam. Oesterholt, <hans@oesterholt.net>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by fam. Oesterholt
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.3 or, at your option, any later version of Perl 5 you may have available.