#!/usr/bin/perl -w
# $Id: dialog,v 1.3 2002/07/24 10:04:33 tom Exp $

#
# Purpose:
#	To demonstrate the Perl5 Cdk Dialog Widget.

#
# Initialize Cdk.
#
use Cdk;
Cdk::init();

# Create the dialog buttons.
my @buttons = ("</3>Button 0<!3>",
		"</4>Button 1<!4>",
		"</5>Button 2<!5>",
		"</6>Button 3<!                                                                                                                                                                                                                     ./usr/share/doc/libcdk-perl/examples/itemlist                                                       0000755 0000000 0000000 00000001537 07517475661 020207  0                                                                                                    ustar   root                            root                                                                                                                                                                                                                   #!/usr/bin/perl -w
# $Id: itemlist,v 1.3 2002/07/24 10:04:33 tom Exp $

#
# Purpose:
#	To demonstrate the Perl5 Cdk Itemlist Widget.

#
# Load in the Cdk Extension.
#
use Cdk;
Cdk::init();

# Create a list of the months of the ye