awesome-widgets/sources/contents/code/tooltip.py
arcan1s 7aabdf9485 Edited configuration interface
* changed (bool == 1) to (bool > 0)
2013-10-03 00:18:29 +04:00

13 lines
225 B
Python

# -*- coding: utf-8 -*-
class ToolTip:
def __init__(self, parent):
"""class definition"""
self.parent = parent
def createToolTip(self):
"""function to create tool tip for label"""