Skip Menu |

This queue is for tickets about the Tickit-Widget-Menu CPAN distribution.

Report information
The Basics
Id: 88075
Status: resolved
Priority: 0/
Queue: Tickit-Widget-Menu

People
Owner: Nobody in particular
Requestors: TEAM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.05
Fixed in: 0.06



Subject: Documentation for ->separator
The POD mentions this: A single separator object can be added as an item, causing all the items after it to be right-justified. without specifying how you get one of those objects - from the example it appears to be Tickit::Widget::Menu->separator. Might be useful to note this in the docs? cheers, Tom
On Sat Aug 24 08:46:44 2013, TEAM wrote: Show quoted text
> The POD mentions this: > > A single separator object can be added as an item, causing all the > items after > it to be right-justified. > > without specifying how you get one of those objects - from the example > it appears to be Tickit::Widget::Menu->separator. Might be useful to > note this in the docs?
Ah yes; have added: +=head2 $separator = Tickit::Window::Menu->separator + +Returns a special menu item which draws a separation line between its +neighbours. + +=cut -- Paul Evans
Released in 0.06. -- Paul Evans