# Libsexy — Experimental widgets for GTK+
libsexy was an experimental widget pack for [[GTK+]] 2.0. It primarily involved subclasses of built-in widgets that abused aspects of those widgets to do some really cool things, such as:
* Adding icons in a `GtkEntry`
* Spell checking in a text field
* Inline links in a `GtkLabel`
* Arbitrary wrap widths for `GtkLabel` (normally this had a fixed wrap width)
* Tooltips that were better bound to other widgets
Much of this eventually got merged into GTK+.
This also included bindings:
* C++: `libsexymm`
* Python: `sexy-python`