
FLTK::InputBrowser - Input Browser (Combo Box) widget

MicroSoft style "ComboBox" with the menu appearing below with a scrollbar. I would like to use the name "ComboBox" or "InputChoice" for a more user-friendly version which uses pop-up menus and positions the menu with the cursor pointing at the current item, but this version can be used to get what MicroSoft users expect. The implementation is a good example of how to get a widget to appear in a modal pop-up window.

hide_popup item maxh maxw minh minw new my $self = $inputbrowser->new( $x,
$y,
$w,
$h,
$label );Creates a new FLTK::InputBrowser object.
Obviously.
popup text type() 

Sanko Robinson <sanko@cpan.org> - http://sankorobinson.com/

Copyright (C) 2008-2010 by Sanko Robinson <sanko@cpan.org>
This program is free software; you can redistribute it and/or modify it under the terms of The Artistic License 2.0. See the LICENSE file included with this distribution or notes on the Artistic License 2.0 for clarification.
When separated from the distribution, all original POD documentation is covered by the Creative Commons Attribution-Share Alike 3.0 License. See the clarification of the CCA-SA3.0.