Added finalizing of all gtk+ classes at the end of compilation
[cl-gtk2.git] / gtk / gtk.status-icon.lisp
blob149fdddd04cdcc92f0a98c7367ab2ebc28cfab9f
1 (in-package :gtk)
3 (defcfun (set-status-icon-tooltip "gtk_status_icon_set_tooltip") :void
4 (status-icon (g-object status-icon))
5 (tooltip-text :string))
7 (export 'set-status-icon-tooltip)