Skip to content

HotKeyIt/TT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fedeca7 · Nov 25, 2017

History

10 Commits
Sep 3, 2015
Nov 25, 2017
Sep 3, 2015

Repository files navigation

TT()   -   Full-blown ToolTip Library

TT is based on AHK Objects and supports both, ANSI and UNICODE version.

TT is used to work with ToolTip controls. You can create standalone ToolTips but also ToolTips for Controls for your GUI.

On AutoHotkey_H you can use the function as it is, it has no dependencies
Original AutoHotkey will need _Struct and sizeof(): https://github.com/HotKeyIt/_Struct

Also you will need following function:

		Struct(Structure,pointer:=0,init:=0){
			return new _Struct(Structure,pointer,init)
		}

Documentation can be downloaded here: 	https://github.com/HotKeyIt/TT/raw/master/TT.chm

About

Full-blown ToolTip Library for AutoHotkey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published