ALICE 1.3  1.0
Develpoer documentation
CreateToolTip Class Reference

Tool Tip Ballon help stuff. More...

Inheritance diagram for CreateToolTip:

Public Member Functions

def __init__ (self, widget, text='widget info')
 create a tooltip for a given widget More...
 
def enter (self, event=None)
 Action when mouse enters. More...
 
def leave (self, event=None)
 Action when mouse leaves. More...
 
def schedule (self)
 Sehedule Action. More...
 
def unschedule (self)
 Un-schedule Action. More...
 
def showtip (self, event=None)
 Display Tip Text. More...
 
def hidetip (self)
 Hide Tip Action. More...
 
def configure (self, text)
 Re Configure text string. More...
 

Data Fields

 waittime
 
 wraplength
 
 widget
 
 text
 
 id
 
 tw
 

Detailed Description

Tool Tip Ballon help stuff.

Definition at line 763 of file alice-desktop-1.3.pyw.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  widget,
  text = 'widget info' 
)

create a tooltip for a given widget

Definition at line 765 of file alice-desktop-1.3.pyw.

Member Function Documentation

◆ configure()

def configure (   self,
  text 
)

Re Configure text string.

Definition at line 815 of file alice-desktop-1.3.pyw.

◆ enter()

def enter (   self,
  event = None 
)

Action when mouse enters.

Definition at line 776 of file alice-desktop-1.3.pyw.

◆ hidetip()

def hidetip (   self)

Hide Tip Action.

Definition at line 809 of file alice-desktop-1.3.pyw.

◆ leave()

def leave (   self,
  event = None 
)

Action when mouse leaves.

Definition at line 779 of file alice-desktop-1.3.pyw.

◆ schedule()

def schedule (   self)

Sehedule Action.

Definition at line 783 of file alice-desktop-1.3.pyw.

◆ showtip()

def showtip (   self,
  event = None 
)

Display Tip Text.

Definition at line 793 of file alice-desktop-1.3.pyw.

◆ unschedule()

def unschedule (   self)

Un-schedule Action.

Definition at line 787 of file alice-desktop-1.3.pyw.

Field Documentation

◆ id

id

Definition at line 773 of file alice-desktop-1.3.pyw.

◆ text

text

Definition at line 769 of file alice-desktop-1.3.pyw.

◆ tw

tw

Definition at line 774 of file alice-desktop-1.3.pyw.

◆ waittime

waittime

Definition at line 766 of file alice-desktop-1.3.pyw.

◆ widget

widget

Definition at line 768 of file alice-desktop-1.3.pyw.

◆ wraplength

wraplength

Definition at line 767 of file alice-desktop-1.3.pyw.


The documentation for this class was generated from the following file: