The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Chart::Gtk2::Heading -- view heading display widget

SYNOPSIS

use App::Chart::Gtk2::Heading;
my $hscale = App::Chart::Gtk2::Heading->new();

WIDGET HIERARCHY

App::Chart::Gtk2::Heading is a subclass of Gtk2::EventBox.

Gtk2::Widget
  Gtk2::Container
    Gtk2::Bin
      Gtk2::EventBox
        App::Chart::Gtk2::Heading

The superclass is only Gtk2::EventBox to get a container with its own window, and that might change.

DESCRIPTION

A App::Chart::Gtk2::Heading widget displays ...

PROPERTIES

series-list (arrayref of App::Chart::Series objects, default undef)

SEE ALSO

App::Chart::Gtk2::View, App::Chart::Series