Changes between Initial Version and Version 1 of GUI_-_Image


Ignore:
Timestamp:
Feb 23, 2008, 4:18:59 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GUI_-_Image

    v1 v1  
     1{{Template:GUI_Object|image|[wiki:GUI_-_Properties#cell_id cell_id], [wiki:GUI_-_Properties#sprite sprite], [wiki:GUI_-_Properties#tooltip tooltip], [wiki:GUI_-_Properties#tooltip_style tooltip_style]|none}}
     2
     3This control fills two purposes, to draw a sprite and to catch button clicks so that control behind it doesn't react. If you want an image that doesn't block button clicks, set the ''ghost'' property to "true", and if you don't want an image, just a "hollow blocker" that catches all button clicks, then use the default ''ghost'' property (which is "false") and leave the ''sprite'' property "null".
     4
     5[wiki:Image:gui-object-image.png]
     6
     7'''''Code of example image:'''''
     8
     9{{{
     10  <object type="image"
     11          size="20 20 320 220"
     12          sprite="gd-img-fire"
     13  />
     14}}}