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

FLTK::ComboBox - Single line input field with predefined choices via popup menu

Description

Functions

at

my $letter = $combobox->at( $index );

choice

my $picked = $combobox->choice( $value );
my $picked = $combobox->choice( );

copy

my $okay = $combobox->copy( $clipboard );

cut

my $okay = $combobox->cut( );
my $okay = $combobox->cut( $n );
my $okay = $combobox->cut( $n, $b );

find_choice

my $item = $combobox->find_choice( );

input_callback_

$combobox->input_callback_( $widget, $d );

insert

my $okay = $combobox->insert( $text, $line );

layout

$combobox->layout( );

line_end

my $pos = $combobox->line_end( $index );

line_start

my $pos = $combobox->line_start( $index );

mark

my $position = $combobox->mark( );
$combobox->mark( $m );

mouse_position

my $pos = $combobox->mouse_position( $rectangle );

new

my $self = $combobox->new( $x, $y, $w, $h, $label );
my $okay = $combobox->popup( $rect, $title, $menubar );

position

my $p = $combobox->position( );
$combobox->position( $p );
$combobox->position( $p, $m );

replace

my $okay = $combobox->replace( $a, $b, $c, $d );
my $okay = $combobox->replace( $a, $b, $c );

size

my $length = $combobox->size( $ofText );

static_text

my $okay = $combobox->static_text( $string );
my $okay = $combobox->static_text( $string, $n );

text

my $okay = $combobox->text( $string );
my $okay = $combobox->text( $string, $n );
my $string = $combobox->text( );

undo

my $okay = $combobox->undo( );

up_down_position

$combobox->up_down_position( $p, $b );

word_end

my $pos = $combobox->word_end( $index );

word_start

my $pos = $combobox->word_start( $index );

xscroll

my $x = $combobox->xscroll( );

yscroll

my $y = $combobox->yscroll( );

Author

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

License and Legal

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.