149fdddd04cdcc92f0a98c7367ab2ebc28cfab9f
[cl-gtk2.git] / gtk.status-icon.lisp
1 (in-package :gtk)
2
3 (defcfun (set-status-icon-tooltip "gtk_status_icon_set_tooltip") :void
4   (status-icon (g-object status-icon))
5   (tooltip-text :string))
6
7 (export 'set-status-icon-tooltip)