Roxen.git/server/modules/graphics/gbutton.pike:18:
// icon-data -- inline icon data
// align -- left|center|right text alignment
// align-icon -- left|center-before|center-after|right icon alignment
// valign-icon -- above|middle|below icon vertical alignment
// >Button text</gbutton>
//
// Alignment restriction: when text alignment is either left or right, icons
// must also be aligned left or right.
- constant cvs_version = "$Id: gbutton.pike,v 1.58 2000/08/22 19:00:35 nilsson Exp $";
+ constant cvs_version = "$Id: gbutton.pike,v 1.59 2000/08/29 18:54:48 kuntri Exp $";
constant thread_safe = 1;
#include <module.h>
inherit "module";
roxen.ImageCache button_cache;
constant module_type = MODULE_PARSER;
constant module_name = "GButton";
constant module_doc =
Roxen.git/server/modules/graphics/gbutton.pike:143: Inside #if defined(manual)
</attr>
<attr name='valign-icon' value='above|middle|below'>
Set icon vertical alignment. Requires three horizontal guidelines in the
frame image. If set to <att>above</att> the icon is placed between the first
and second guidelines and the text between the second and third ones. If
set to <att>below</att> the placement is reversed. Default value is
<att>middle</att>.
</attr>
- <attr name='font' value=''>
+ <attr name='font' value='fontname'>
</attr>
<attr name='extra-layers' value='[''],[first|last],[selected|unselected],[background|mask|frame|left|right]'>
</attr>
<attr name='extra-left-layers' value='[''],[first|last],[selected|unselected],[background|mask|frame|left|right]'>
</attr>