NAME

Rui::Widget::Group - composite widget with label and border


SYNOPSIS

  $group = $someWindow->Group;
  $group->layoutManager(name => 'grid', numCols => 3);
  $group->value('A Group');
  $group->Label(value => 'foo');


SUPERCLASS

the Rui::Widget::Panel manpage


DESCRIPTION

A group is just a panel with a border. You can set a text value that will be displayed on the border.