repo.or.cz
/
cl-gtk2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add to .gitignore
[cl-gtk2.git]
/
gtk
/
gtk.status-icon.lisp
blob
149fdddd04cdcc92f0a98c7367ab2ebc28cfab9f
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
)