Roxen.git/
server/
modules/
graphics/
gbutton.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-09
2001-07-09 13:39:21 by Martin Nilsson <mani@lysator.liu.se>
f850ff245c3ef637675b74048a2c1d61c1eb53a2 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added the resolved font name as part of the key.
Rev: server/modules/graphics/gbutton.pike:1.84
25:
// must also be aligned left or right.
-
constant cvs_version = "$Id: gbutton.pike,v 1.
83
2001/
04
/
03
07
:
29
:
40
per
Exp $";
+
constant cvs_version = "$Id: gbutton.pike,v 1.
84
2001/
07
/
09
13
:
39
:
21
nilsson
Exp $";
constant thread_safe = 1; #include <module.h>
770:
"icva": lower_case(args->valign_icon || "middle"),// Vertical align "font": (args->font||id->misc->defines->font|| roxen->query("default_font")),
+
"fontkey": roxen->fonts->verify_font(args->font||id->misc->defines->font),
"border_image":fi, "extra_layers":args["extra-layers"], "extra_left_layers":args["extra-left-layers"],