Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.229.225 Times

Tk::Balloon 804.027

  Date Added: June 26, 2010  |  Visits: 1.075

Tk::Balloon

Report Broken Link
Printer Friendly Version


Product Homepage
Download (98 downloads)



Tk::Balloon is a pop up help balloons. SYNOPSIS use Tk::Balloon; ... $b = $top->Balloon(-statusbar => $status_bar_widget); # Normal Balloon: $b->attach($widget, -balloonmsg => "Balloon help message", -statusmsg => "Status bar message"); # Balloon attached to entries in a menu widget: $b->attach($menu, -state => status, -msg => [first menu entry, second menu entry, ... ], ); # Balloon attached to individual items in a canvas widget: $b->attach($canvas, -balloonposition => mouse, -msg => {item1 => msg1, tag2 => msg2, ... }, ); # Balloon attached to items in a listbox widget: $b->attach($listbox, -balloonposition => mouse, -msg => [first listbox element, 2nd listbox element, ... ], ); Balloon provides the framework to create and attach help balloons to various widgets so that when the mouse pauses over the widget for more than a specified amount of time, a help balloon is popped up..

Requirements: No special requirements
Platforms: Linux
Keyword: Attach Balloon Help Libraries Listbox Menu Pop Pop Up Programming Tkballoon
Users rating: 0/10

License: Freeware Size: 5.7 MB
USER REVIEWS
More Reviews or Write Review


TK::BALLOON RELATED
Web Browsers  -  Pop-up Disabler 1.0
Popup windows can be extremely annoying. They can appear without warning, even after you have exited from a site. Pop-Up Disabler acts as intelligent Pop-Up Killer. It recognizes sponsor's popup windows and stops them automatically. Pop-up killer...
415 KB  
Web Browser Tools  -  Pop-Up Scanner Spyware Ad Remover 2.0
Panicware is proud to provide Pop-Up Scanner - a free product that will scan your system for several specific sources of problems with spyware and adware related pop-up ad such as Aurora popups and Ceres popups, and windows that may not be blocked...
231 KB  
Advertisement Killers  -  Pop-up Stopper 2.6
Stop Netscape and Internet Explorer pop-up windows with the latest upgrade of this small tool! No need to adjust proxy settings, or add sites to a list. Allow pop-up windows only when you want them! User settings allow various pop-up...
363 KB  
Web Browser Plug-ins  -  Pop-Up Exterminator 1.2.0.90
The Pop-Up Exterminator prevents those pesky pop-up windows from appearing while you're surfing the web. Pop-up windows are quickly closed and don't have a chance to display their contents. The Pop-Up Exterminator can be temporarily disabled by...
1.11 MB  
File Security  -  Pop-up Free 1.52A
Pop-up Free is a pop-up window killer based on artificial intelligence and intelligent agent technologies. Get rid of annoying pop-up windows and enhance your Web surf experience. Kill unexpected pop-up windows and protect your privacy.It is easy...
166 KB  
Security Tools  -  Webroot Pop-Up Washer 2.5
Pop-Up Washer stops annoying ads other pop-up blockers can't, like mouse-over, delayed, and mass attack pop-up ads. Unlike other pop-up blockers, the program allows user-initiated and navigational pop-up windows you need to maximize your online...
2.21 KB  
Network & Internet  -  Pop-up Free 1.56
Pop-up Free is a pop-up window killer based on artificial intelligence and intelligent agent technologies. Get rid of annoying pop-up windows and enhance your Web surf experience. Kill unexpected pop-up windows and protect your privacy. It is...
166 KB  
Web Browsers  -  RACsuccess Pop-Up Blocker toolbar 1.0
This is a pop-up blocker toolbar from RACsuccess.com (Helping you succeed as a freelancer by helping you win more freelance jobs). With this toolbar, you can block pop-ups. You can also use this toolbar to search on the web. For more information...
1.43 MB  
Networking  -  MouseOver Pop-Up Windows Script 1.1
The onmouseover and onmouseout attributes can perform a number of slick looking effects including opening and closing a new window.When a person places their mouse over the link a new window will open up on top of the current browser window. When...
10 KB  
Networking  -  Advanced Pop-Up Side Menu Bar Applet 2.4
With this feature packed and highly customisable Menu Bar you will be quickly adding a great menu navigation aid to web sites, help systems, documentation, intranets and much more. Advanced yet both Easy and Quick to implement. No knowledge of...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB