Main > Free Download Search >

Free hotspot bingo software for linux

hotspot bingo

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 26
BullshitBingoPS 0.1

BullshitBingoPS 0.1


BullshitBingoPS is a PostScript program that generates bullshit bingo templates by randomly picking words from a list. more>>
BullshitBingoPS is a PostScript program that generates bullshit bingo templates by randomly picking words from a list and placing them on the page.

BullshitBingoPS game is explained at http://www.bullshitbingo.net/cards/bullshit/.
<<less
Download (MB)
Added: 2006-06-29 License: Free To Use But Restricted Price:
1213 downloads
bingo-cards 1.02

bingo-cards 1.02


bingo-cards project consists in a program to create number, word/letter, and picture bingo cards. more>>
bingo-cards project consists in a program to create number, word/letter, and picture bingo cards.
These cards can be used for entertainment in the car, in a classroom (for example, to teach the element symbols for the Periodic Table), or just with your kids.
You could also create bingo cards with little pictures of everyday objects, then call the names out in Spanish, French, Italian, or German (or whatever you fancy).
Enhancements:
- Win32 Borland CBuilder 3 version ported to Kylix Linux. All tested. Only major issue is cannot select multiple pictures for import. Note for compilation to work, put included crt1.o in /usr/lib {it is a dependency of Kylix, and is crt1.o from glibc-devel 2.1.92}.
- First port of GUI to Linux using Kylix. Seems to work fine, apart from bulk adding of pictures fo picture bingo. (need to add one at a time).
<<less
Download (3.4MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
635 downloads
Games::Bingo::Bot 0.01

Games::Bingo::Bot 0.01


Games::Bingo::Bot is a simple class holding IRC related methods for bingo. more>>
Games::Bingo::Bot is a simple class holding IRC related methods for bingo.

SYNOPSIS

use Games::Bingo::Bot;

use constant ANY => 1; use constant PUBLIC => 2; use constant PRIVATE => 3;

my $gbb = Games::Bingo::Bot->new();

my $sub = $gbb->{commands}->{$msg});

my ($type, $answer) = &$sub($gbb, $nick);

This module contains all the commands supported by the Games::Bingo::Bot IRC bot (see the script in the bin directory).

The Games::Bingo::Bot class (this) and the script mentioned above is a complete IRC setup for playing Bingo, using the Games::Bingo module.

These are the bingobot commands:

help - this message

play - join a game

stats - get the current statistics of the running game

pull - pull the next number

bingo - you indicate to the bot that you have bingo

pulled - shows you what number have been pulled

show - lists the numbers on your plate

The command are described below in detail (SEE COMMANDS).

Not implemented yet (SEE TODO):

auto - enables automode (automatic number pulling)

noauto - disables automode

All commands can be sent into the channel or send as private messages to the bot. The bot can repond as both of these ways aswell. The reponses are sent as follows:

help, show and all errors are always private messages

pull and bingo are always public

play, pulled, stats, auto, noauto depends on how you query

As long as the bot is online a game is running.

<<less
Download (0.006MB)
Added: 2007-01-02 License: Perl Artistic License Price:
1032 downloads
Games::Bingo::Card 0.13

Games::Bingo::Card 0.13


Games::Bingo::Card is a helper class for Games::Bingo. more>>
Games::Bingo::Card is a helper class for Games::Bingo.

SYNOPSIS

use Games::Bingo::Card;

my $b = Games::Bingo-E new(90);
my $card = Games::Bingo::Card-E new($b);

my $bingo = Games::Bingo-E new(90);
$card-E validate($bingo);

use Games::Bingo::Print::Card;

my $p = Games::Bingo::Print::Card-E new();
$p-E populate();

The Games::Bingo::Card class suits the simple purpose of being able to generate bingo cards and validating whether they are valid in during a game where a player indicate victory.

It is also used by Games::Bingo::Print to hold the generated bingo cards before they are printed.

<<less
Download (0.020MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1024 downloads
Games::Bingo::Column 0.13

Games::Bingo::Column 0.13


Games::Bingo::Column is a Perl module with a column class used for generating bingo cards. more>>
Games::Bingo::Column is a Perl module with a column class used for generating bingo cards.

SYNOPSIS

my $c = Games::Bingo::Column-E< gt >new();

foreach my $number(@numbers) {
$c-E< gt >populate($number);
}

my @numbers = qw(1 2 3 4 5 6 7 8 9);

my $c = Games::Bingo::Column-E< gt >new(@numbers);

my $number = $c-E< gt >get_highest_number();

The Column is used when building the bingo cards and is a temporary data structure.

The class has two attributes:

_array
_array is a list of numbers for containment in the class, since the class actually is nothing but an array with a status flag.
label

The label being the group to which the numbers in the array belong.

<<less
Download (0.020MB)
Added: 2006-10-02 License: Perl Artistic License Price:
1119 downloads
Gtk2::Ex::MindMapView::HotSpot 0.000001

Gtk2::Ex::MindMapView::HotSpot 0.000001


Gtk2::Ex::MindMapView::HotSpot is a base class for grips and toggles. more>>
Gtk2::Ex::MindMapView::HotSpot is a base class for grips and toggles.

SYNOPSIS

use base Gtk2::Ex::MindMapView::HotSpot;

This module is internal to Gtk2::Ex::MindMapView. Four Gtk2::Ex::MindMapView::HotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on a mind map item that when clicked, cause an action to be performed on an item. These hotspots allow the user to expand/collapse the items in the mind map, or to resize an item.

INTERFACE

Properties

Use the set method to set these properties. Accessing them directly will only cause you trouble.
item (Gtk2::Ex::MindMapView::Item)

Items and hotspots are rather fond of each other. This item is the one this hotspot is attached to.

enabled (boolean)

If enabled, this hotspot is ready for action. The type of action depends on whether it is a grip or a toggle. Grips are used to resize an item. Toggles are used to expand or collapse paths on the mind map graph.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Toggles normally have a visible outline, while grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item)

Instantiates a hotspot that is associated with the Gtk2::Ex::MindMapView::Item.

This module connects to the Gnome2::Canvas::Item "event" event, and depending on the event type will call back to its Gtk2::Ex::MindMapView::Item.

hotspot_adjust_event_handler

This method must be overridden. It handles the "hotspot_adjust" event.

hotspot_button_press

This method may optionally be overridden to handle the "button-press" event.

hotspot_button_release

This method may optionally be overridden to handle the "button-release" event.

hotspot_engaged

This method may optionally be overridden to set the "engaged" flag in a non-standard way.

hotspot_enter_notify

This method may optionally be overridden to handle the "enter-notify" event.

hotspot_get_image()

This method must be overridden. It is used to instantiate a hotspot toggle or grip.

hotspot_leave_notify

This method may optionally be overridden to handle the "leave-notify" event.

hotspot_motion_notify

This method may optionally be overridden to handle the "motion-notify" event.

<<less
Download (0.049MB)
Added: 2007-02-08 License: Perl Artistic License Price:
989 downloads
Gtk2::Ex::MindMapView::ItemHotSpot 0.000001

Gtk2::Ex::MindMapView::ItemHotSpot 0.000001


Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a hot spot on a view item. more>>
Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a "hot spot" on a view item.

SYNOPSIS

use Gtk2::Ex::MindMapView::ItemHotSpot;

Four Gtk2::Ex::MindMapView::ItemHotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on the mind map, that when clicked, cause an action to be performed on an item. These hotspots allow the user to expand/collapse the items in the mind map, or to resize an item.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item that this hotspot belongs to.

enabled

If true, the toggle is receiving events and may act on them. Otherwise it is not receiving events.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill the toggle.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Toggles normally have a visible outline, while grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item)

Instantiates a hotspot. The following properties may be passed: item, enabled, fill_color_gdk, outline_color_gdk, hotspot_color_gdk.

hotspot_adjust_event_handler

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method sets the proper state of the toggle when a "hotspot_adjust" event occurs.

hotspot_get_image

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. Returns a circle (Gnome2::Canvas::Ellipse) image.

<<less
Download (0.049MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1005 downloads
Gtk2::Ex::MindMapView::HotSpot::GripFactory 0.000001

Gtk2::Ex::MindMapView::HotSpot::GripFactory 0.000001


Gtk2::Ex::MindMapView::HotSpot::GripFactory is the maker of standard grips. more>>
Gtk2::Ex::MindMapView::HotSpot::GripFactory is the maker of standard grips.

SYNOPSIS

use Gtk2::Ex::MindMapView::HotSpot::GripFactory;

This factory makes grips that are used to resize Gtk2::Ex::MindMapView::Items.
The following types of grips are supported:

Gtk2::Ex::MindMapView::HotSpot::Grip::Round - A circular grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil - A lentil shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::RightAngle - A right triangle shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound - A special round grip for ellipses.

This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item to attach the grip to.

border (Gtk2::Ex::MindMapView::Border)

The border that is used to determine the type of grip to create.

side (string)

The side of the item to attach to. May be: left or right.

fill_color_gdk (Gtk2::Gdk::Color)

The color of the grip.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the grip when it is engaged.

Methods

new ( ...)

Constructor for the grip factory.

create_grip (item=>$item, border=>$border, side=>$side, ...)

Creates a new Gtk2::Ex::MindMapView::HotSpot::Grip given the Gtk2::Ex::MindMapView::Item that the grip will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what grip to return to the caller. The side may be left or right.

DIAGNOSTICS

Invalid item. Item must be a Gtk2::Ex::MindMapView::Item

You must pass in a Gtk2::Ex::MindMapView::Item argument.

Invalid side. Must be right or left

You must set the side to be either: left or right.

Unexpected border: $border

You must give one of the known border types at this time.

<<less
Download (0.049MB)
Added: 2007-01-18 License: Perl Artistic License Price:
1009 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::Round 0.000001

Gtk2::Ex::MindMapView::HotSpot::Grip::Round 0.000001


Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a Perl module to manage a round grip type hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a Perl module to manage a round grip type "hot spot" on a view item.

SYNOPSIS

use Gtk2::Ex::MindMapView::HotSpot::Grip::Round;

The Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a round grip that may be used to resize a Gtk2::Ex::MindMapView::Item.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item this grip is attached to.

enabled (boolean)

If enabled, this grip is ready for action.

side (string)

The side on which to attach the grip. May be left or right.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item)

Instantiates a Gtk2::Ex::MindMapView::HotSpot::Grip::Round hotspot.

hotspot_adjust_event_handler

Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.

hotspot_get_image

Returns a circle (Gnome2::Canvas::Ellipse) as grip image.

<<less
Download (0.049MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip 0.000001

Gtk2::Ex::MindMapView::HotSpot::Grip 0.000001


Gtk2::Ex::MindMapView::HotSpot::Grip is a Perl module to manage a grip type hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip is a Perl module to manage a grip type "hot spot" on a view item.

SYNOPSIS

use base Gtk2::Ex::MindMapView::HotSpot::Grip;

The Gtk2::Ex::MindMapView::HotSpot::Grip defined grip type hotspots. This kind of hot spot is used to resize Gtk2::Ex::MindMapView::Items.

INTERFACE

Properties

x (double)

The x-coordinate of the mouse location when resizing an item.

y (double)

The y-coordinate of the mouse location when resizing an item.

x_prime (double)

The x-coordinate of the previous mouse location when resizing an item.

y_prime (double)

The y-coordinate of the previous mouse location when resizing an item.

Methods

new (item=>$item)

Instantiates a grip type hotspot.

hotspot_button_press

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method records the position of the cursor when the mouse is first pressed.

hotspot_button_release

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method signals that the mind map should be redrawn.

hotspot_motion_notify

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method actually resizes the Gtk2::Ex::MindMapView::Item.

<<less
Download (0.049MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1012 downloads
Charon 0.5

Charon 0.5


Charon aims to make it easy to start reselling Internet access via WiFi access point. more>>
Charon aims to make it easy to start reselling Internet access via WiFi access point.
Charon installs onto a Linksys WiFi access point (or similar Linux device) and manages automatic price and access negotiation with local wireless customers, charging them via the mikolaj.cx settlement/micropayment system.
It will ultimately provide secure and fraud-resistant access by utilizing cash-based settlement, reputation tracking, and PKI-based non-repudiable contracts, to protect both the end-user and the access provider.
Enhancements:
- Cash prepayment support: prospective users can now pay with either cash or a credit card, at the option of the provider.
- Funds are transferred direct into their mikolaj.cx account and can be used at any Charon hotspot.
- Real-time balance query and account transaction history for the provider are now available from the administrative Web pages.
- PayPals Akamaized IP addresses are now detected and added to the firewall at every upstream reconnect, which should make Charons credit card payments usable out of the box anywhere in the world.
<<less
Download (0.31MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1034 downloads
Games::Bingo::ColumnCollection 0.13

Games::Bingo::ColumnCollection 0.13


Games::Bingo::ColumnCollection is a Perl module with a collection class for holding columns. more>>
Games::Bingo::ColumnCollection is a Perl module with a collection class for holding columns.

SYNOPSIS

my $col = Games::Bingo::ColumnCollection-E new();

my $c = Games::Bingo::Column-E new(0, [1, 2, 3, 4, 5, 6, 7, 8, 9]);

$col-E add_column($c1);

my $d = $col-E get_column(1);

my $e = $col-E get_random_column();

The ColumnCollection is used when building the bingo cards and is a temporary data structure for holding object of the class Column.

The class is an encapsulated array, which is 1 indexed.

<<less
Download (0.020MB)
Added: 2006-10-02 License: Perl Artistic License Price:
1117 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound 0.000001

Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound 0.000001


Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a Perl module to manage a round grip type hot spot on a ellipse item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a Perl module to manage a round grip type "hot spot" on a ellipse item. This grip differs from the standard grip with respect to where it is placed on the Gtk2::Ex::MindMapView::Item.

SYNOPSIS

use Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound;

The Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a round grip that may be used to resize a Gtk2::Ex::MindMapView::Border::Ellipse.

This special grip positions itself differently from the other grips.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item this grip is attached to.

enabled (boolean)

If enabled, this grip is ready for action.

side (string)

The side on which to attach the grip. May be left or right.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item)

Instantiates a Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound hotspot.

hotspot_adjust_event_handler

Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.

hotspot_get_image

Returns a circle (Gnome2::Canvas::Ellipse) as grip image.

<<less
Download (0.049MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1005 downloads
Sanos 1.3.3

Sanos 1.3.3


Sanos is a minimalistic 32-bit x86 OS kernel for network server appliances running on standard PC hardware. more>>
Sanos is a minimalistic 32-bit x86 OS kernel for Java based server appliances running on standard PC hardware.
This enables you to run java server applications without the need to install a traditional host operating system like Windows or Linux. Only a standard Java HotSpot VM and the sanos kernel are needed.
The kernel was developed as part of an experiment on investigating the feasibility of running java server applications without a traditional operating system only using a simple kernel.
The kernel implements basic operating system services like booting, memory management, thread scheduling, local and remote file systems, TCP/IP networking and DLL loading and linking.
A win32 layer allows the Windows version of the standard HotSpot JVM to run under sanos, essentially providing a JavaOS platform for server applications. This enables you to run java based server applications, like tomcat and jboss, under sanos.
Alternatively, you can use sanos as a small kernel for embedded server applications written in C. Sanos has a fairly standard POSIX based API and an ANSI Standard C library. In this case you dont need the JVM and the win32 wrappers.
Sanos is open source under a BSD style license. Please see the COPYING file for details.
Click on the topics below for further information, or send me an e-mail if you have any questions, comments or problems regarding sanos. Please include the word sanos in the mail to prevent it from being intercepted by my spam filter.
Sanos can be downloaded as either binary or source. All the files in the binary version can be built from the source version, so you do not need the binary version, if you are building sanos from source.
The binary version contains the compiled version of sanos, with files and utilities for making a boot disk.
The source version contains all the source code and build files for building sanos from source. You will need a Microsoft Visual C compiler to build sanos from source.
Enhancements:
- GetLogicalDrives() in kernel32 implemented.
- A bug in cmd_ipconfig() in sh.c prevented proper display of network configuration if no DNS servers was configured. This problem has been fixed. (FGA)
- New -a option added to mkdfs to support file lists with alternative files names. This simplifies configurations with both debug and release builds.
- The Visual Studio wizard can now generate a floppy disk boot image configured for the application.
- Shell prompt can be configured by setting the prompt property in the [shell] section of the os.ini file.
- If command line arguments are given to the shell it now executes the built-in command and exits the shell.
- The floppy motor timeout routine now acquires the floppy mutex before turning off the motor in order to prevent race conditions.
- Advanced Power Management (APM) support implemented. The computer can now be powered off after os shutdown. The mode parameter for exitos() can be used to specify the shutdown mode (halt, reboot, poweroff, debug). A shutdown command has been added to the shell. The power status can be retrieved using /proc/apm.
- Added /proc/cpu for CPU information.
- The raise() function now returns an error if the signal number is invalid.
- Breakpoint traps are now sent to the user mode signal handler. This allows breakpoints to be handled by user mode code.
- Signals now exits the currently executing job with the signal number as exit code. However, if the debug flag in the PEB is set the debugger is entered if an unhandled signal is encountered. The debug flag can be set using the debug command in the shell. The debug flag can be configured using the debug property in the [os] section of os.ini. The default value of the debug flag is 0, unless the system is build in debug configuration.
- readv() and writev() implemented in vfs.
- The kernel log is now implemented by the device driver /dev/klog. The kernel log now support ioctl for waiting for new log entries in the kernel log. The kprintf has been extended to support different log levels.
- The syslog interface has been redesigned in to comply with POSIX. The syslog now supports logging to a syslog server by setting the loghost property in the [os] section of os.ini.
- New klog daemon to read entries from the kernel log (/dev/klog) and add them to the system log.
- The sockaddr and sockaddr_in structures has been change to conform to winsock definitions.
- The sleep() function has been renamed to msleep(). A new POSIX conformant sleep function has been added to unistd.h.
- Added sys/time.h header file. Also added tzp parameter to gettimeofday() for POSIX compliance.
- New simple text editor utility (edit.exe) added.
- The syserror() function has been moved from libc.lib to the os.dll as an exported os api call.
- readline() now uses stdin and stdout for input and output.
- Bug in iomux fixed. Now a monitored event signals the iomux and not the associated object.
- Implemented popen() and pclose(). Also added a P_SUSPEND parameter to spawn() to allow new jobs to be started suspended.
- The kernel version information is now kept in a version resource in krnl.dll. The version information is retrieved using the new module version information functions in verinfo.c.
- The build type can now be controlled by compile time switches. The kernel version can be displayed in the Windows Explorer by viewing Properties for krnl.dll and selecting the Version tab.
- User management added to kernel. Each thread is now assigned to a user and a group. A thread has both a real and an effective user and group owner. The {get|set}[e]{uid|gid}() functions can be used to change the effective and real user and group for a thread. When a new thread is created the effective user and group are inherited from the creator thread.
- Added functions to query /etc/passwd and /etc/group files.
- New whoami, id, chmod, and chown commands added to shell. The format of the output from ls has been changed to display the file permission info.
- New file system version for DFS. The new version supports user and group owner for files and directories as well as permission bits. The new DFS version also supports files larger than 2GB. The fchown() and chown() functions has been added to vfs.
- DES-based crypt() implementation added.
- The spawn() function now computes the pgm parameter from the cmdline parameter if the pgm parameter is NULL. The initpgm and initargs properties in the [os] section of /etc/os.ini has been replaced with a single property named init. The default for init has been changed to /bin/sh.
- The behavour of the initial application has been changed. Previously the os shut down after the initial application exited. Now the initial application is executed again if it exits.
- Telnet daemon moved from the shell to separate server (telnetd.exe). The new telnet daemon has a more robust handling of the telnet protocol. The telnet daemon invokes the new login utlity in order to log on user.
- FTP daemon implemented.
<<less
Download (0.38MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1466 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil 0.000001

Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil 0.000001


Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil is a Perl module to manage a lentil shaped grip hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil is a Perl module to manage a lentil shaped grip "hot spot" on a view item.

SYNOPSIS

use Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil;

A LentilGrip hotspot may be used to resize a Gtk2::Ex::MindMapView::Item. Normally, this grip will be used with an Gtk2::Ex::MindMapView::Border:RoundedRect.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item this grip is attached to.

enabled (boolean)

If enabled, this grip is ready for action.

side (string)

The side of the item on which to attach the grip. May be left or right.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item, side=>left)

Instantiates a hotspot. The following properties may be passed: item, side, visible, enabled, fill_color_gdk, outline_color_gdk, hotspot_color_gdk.

hotspot_adjust_event_handler

Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.

hotspot_get_image

Returns a right triangle shaped grip image.

<<less
Download (0.049MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2