menuitem confusion
- From: Dave M <dave nerd gmail com>
- To: gtk-perl mailing list <gtk-perl-list gnome org>
- Subject: menuitem confusion
- Date: Mon, 25 Jun 2012 07:43:17 -0500
Hello all,
I'm coming up with an error using MenuItems here:
my $group = undef;
my $menuitem = Gtk3::RadioMenuItem->new_with_label( $group, $label );
$group = $menuitem->get_group;
The error is:
undefined value for mandatory argument 'group' encountered
The problem is that it's supposed to be undef at this point; later
menuitems will be added to the created group.
Did I do something wrong here, or is there a bug?
Thanks,
Dave M
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]