Roxen.git/
server/
modules/
graphics/
gbutton.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-24
2000-02-24 17:13:49 by Per Hedbor <ph@opera.com>
735b93081800e19c7f72232c0cbdc764e74368ef (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Argument order change only
Rev: server/modules/graphics/gbutton.pike:1.34
25:
// must also be aligned left or right.
-
constant cvs_version = "$Id: gbutton.pike,v 1.
33
2000/02/
22
00
:
14
:
32
per Exp $";
+
constant cvs_version = "$Id: gbutton.pike,v 1.
34
2000/02/
24
17
:
13
:
49
per Exp $";
constant thread_safe = 1; #include <module.h>
404:
Image.Layer(([ "alpha_value":(args->dim ? 0.5 : 1.0), "image":text_img->color(0,0,0)->invert()->color(args->txt),
+
"alpha":text_img,
"xoffset":txt_x, "yoffset":top,
-
"alpha":text_img,
+
])) });