ALICE 1.3  1.3.14
Developer 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...
 
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 882 of file alice-desktop-1.3-linux-test.pyw.

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

create a tooltip for a given widget

Definition at line 884 of file alice-desktop-1.3-linux-test.pyw.

◆ __init__() [2/2]

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

create a tooltip for a given widget

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

Member Function Documentation

◆ configure() [1/2]

def configure (   self,
  text 
)

Re Configure text string.

Definition at line 934 of file alice-desktop-1.3-linux-test.pyw.

◆ configure() [2/2]

def configure (   self,
  text 
)

Re Configure text string.

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

◆ enter() [1/2]

def enter (   self,
  event = None 
)

Action when mouse enters.

Definition at line 895 of file alice-desktop-1.3-linux-test.pyw.

◆ enter() [2/2]

def enter (   self,
  event = None 
)

Action when mouse enters.

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

◆ hidetip() [1/2]

def hidetip (   self)

Hide Tip Action.

Definition at line 928 of file alice-desktop-1.3-linux-test.pyw.

◆ hidetip() [2/2]

def hidetip (   self)

Hide Tip Action.

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

◆ leave() [1/2]

def leave (   self,
  event = None 
)

Action when mouse leaves.

Definition at line 898 of file alice-desktop-1.3-linux-test.pyw.

◆ leave() [2/2]

def leave (   self,
  event = None 
)

Action when mouse leaves.

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

◆ schedule() [1/2]

def schedule (   self)

Sehedule Action.

Definition at line 902 of file alice-desktop-1.3-linux-test.pyw.

◆ schedule() [2/2]

def schedule (   self)

Sehedule Action.

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

◆ showtip() [1/2]

def showtip (   self,
  event = None 
)

Display Tip Text.

Definition at line 912 of file alice-desktop-1.3-linux-test.pyw.

◆ showtip() [2/2]

def showtip (   self,
  event = None 
)

Display Tip Text.

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

◆ unschedule() [1/2]

def unschedule (   self)

Un-schedule Action.

Definition at line 906 of file alice-desktop-1.3-linux-test.pyw.

◆ unschedule() [2/2]

def unschedule (   self)

Un-schedule Action.

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

Field Documentation

◆ id

id

Definition at line 892 of file alice-desktop-1.3-linux-test.pyw.

◆ text

text

Definition at line 888 of file alice-desktop-1.3-linux-test.pyw.

◆ tw

tw

Definition at line 893 of file alice-desktop-1.3-linux-test.pyw.

◆ waittime

waittime

Definition at line 885 of file alice-desktop-1.3-linux-test.pyw.

◆ widget

widget

Definition at line 887 of file alice-desktop-1.3-linux-test.pyw.

◆ wraplength

wraplength

Definition at line 886 of file alice-desktop-1.3-linux-test.pyw.


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