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...
 

Data Fields

 waittime
 
 wraplength
 
 widget
 
 text
 
 id
 
 tw
 

Detailed Description

Tool Tip Ballon help stuff.

Definition at line 729 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 731 of file alice-desktop-1.3.pyw.

Member Function Documentation

◆ enter()

def enter (   self,
  event = None 
)

Action when mouse enters.

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

◆ hidetip()

def hidetip (   self)

Hide Tip Action.

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

◆ leave()

def leave (   self,
  event = None 
)

Action when mouse leaves.

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

◆ schedule()

def schedule (   self)

Sehedule Action.

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

◆ showtip()

def showtip (   self,
  event = None 
)

Display Tip Text.

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

◆ unschedule()

def unschedule (   self)

Un-schedule Action.

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

Field Documentation

◆ id

id

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

◆ text

text

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

◆ tw

tw

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

◆ waittime

waittime

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

◆ widget

widget

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

◆ wraplength

wraplength

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


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