2000-06-05
2000-06-05 14:59:22 by 0
-
87ba138ad4375a3841e2d42571fb8d953f915f64
(19 lines)
(+4/-15)
[
Show
| Annotate
]
Branch: 5.2
Removed docs on "bordercolor" (obsolete) and "border_image" (internal
only; use "frame-image" instead).
Rev: server/modules/graphics/gbutton.pike:1.51
8:
//
// <gbutton
// bgcolor -- background color inside/outside button
- // bordercolor -- button border color
+
// textcolor -- button text color
// href -- button URL
// alt -- alternative button alt text
25:
// must also be aligned left or right.
- constant cvs_version = "$Id: gbutton.pike,v 1.50 2000/06/01 15:05:38 nilsson Exp $";
+ constant cvs_version = "$Id: gbutton.pike,v 1.51 2000/06/05 14:59:22 jonasw Exp $";
constant thread_safe = 1;
#include <module.h>
72: Inside #if defined(manual)
</ex>
</attr>
- <attr name='bordercolor' value='color'>
- Button border color.
- <ex>
- <gbutton bordercolor='red'>Border</gbutton>
- </ex>
- </attr>
-
+
<attr name='textcolor' value='color'>
Button text color
<ex>
- <gbutton textcolor='#ff6600'> Text</gbutton>
+ <gbutton textcolor='#ff6600'>Text</gbutton>
</ex>
</attr>
96: Inside #if defined(manual)
</ex>
</attr>
- <attr name='border_image' value='path'>
- Use this image as border.
- </attr>
-
+
<attr name='alt' value='string'>
Alternative button and alt text.
</attr>
179: Inside #if defined(manual)
<attr name='extra-frame-layers' value='[''],[first|last],[selected|unselected],[background|mask|frame|left|right]'>
<ex>
- <gbutton border_image='gbutton.xcf' alt='foo'>bu</gbutton>
+ <gbutton frame-image='gbutton.xcf' alt='foo'>bu</gbutton>
</ex>