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.73 2001/03/30 17:06:54 kuntri Exp $";
+ constant cvs_version = "$Id: gbutton.pike,v 1.74 2001/03/30 17:12:01 kuntri Exp $";
constant thread_safe = 1;
#include <module.h>
inherit "module";
roxen.ImageCache button_cache;
constant module_type = MODULE_TAG;
constant module_name = "GButton";
constant module_doc =
Roxen.git/server/modules/graphics/gbutton.pike:94: Inside #if defined(manual)
<ex>
<gbutton textcolor='#ff6600'>Text</gbutton>
</ex>
</attr>
<attr name=frame-image value='path'><p>
Use this XCF-image as a frame for the button. The image is required
to have at least the following layers: background, mask and
frame.</p>
- <!--
+ <?comment
Non working example.
<p>More information on how to create frame images can be found in the
Roxen documentation; Web Site Creator/Graphical tags section.</p>
<ex type='vert'>
<gbutton frame-image='/internal-roxen-tab_frame'>foo</gbutton>
</ex>
- -->
+ ?>
</attr>
<attr name='alt' value='string'><p>
Alternative button and alt text.</p>
</attr>
<attr name='href' value='uri'><p>
Button URI.</p>