Changeset 0eaa488


Ignore:
Timestamp:
May 6, 2008, 8:32:23 PM (16 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
8c93479, 61abb18
Parents:
2017d07
Message:
Document create_style
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlwrap.pm

    r2017d07 r0eaa488  
    132132
    133133Remove a file descriptor previously registered via C<add_dispatch>
     134
     135=head2 create_style NAME OBJECT
     136
     137Creates a new barnowl style with the given NAME defined by the given
     138object. The object must have a C<description> method which returns a
     139string description of the style, and a and C<format_message> method
     140which accepts a C<BarnOwl::Message> object and returns a string that
     141is the result of formatting the message for display.
    134142
    135143=cut
Note: See TracChangeset for help on using the changeset viewer.