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.80 2001/03/30 11:14:36 jhs Exp $";
+ constant cvs_version = "$Id: gbutton.pike,v 1.81 2001/03/30 17:07:33 kuntri Exp $";
constant thread_safe = 1;
#include <module.h>
inherit "module";
roxen.ImageCache button_cache;
constant module_type = MODULE_TAG;
constant module_name = "Graphics: GButton";
constant module_doc =
Roxen.git/server/modules/graphics/gbutton.pike:92: Inside #if defined(manual)
<attr name='textcolor' value='color'><p>
Button text color.</p>
<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.
+
+ <!--
+ Non working example.
+
More information on how to create frame images can be found in the
Roxen documentation; Web Site Creator/Graphical tags section.</p>
<ex>
<gbutton frame-image='internal-roxen-tabframe'>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>
</attr>