options_button

NAML documentation   Watch a video
   Usages of this macro
... in macro_viewer.naml
665
666
667
668
669
670
<macro name="options_button">
    <button class="toolbar" style="font-weight:bold" title="[t]Click for more options[/t]">
        <img src="/images/gear.png" class="image16"/>
        <img src="/images/more.png" width="10" height="10"/>
    </button>
</macro>