<graphical_buttons>

Several graphical buttons.

Child of: <node name="">
Parent of: <graphical_button name="">

Example:
           
<graphical_buttons>
<graphical_button name="graphical_button_a">
            <up_image>up_image_a.png</up_image>
            <over_image>over_image_b.png</over_image>
            <down_image>down_image_c.png</down_image>
            <x>45</x>
            <y>100</y>
            <click>
                        ...
            </click>
</graphical_button>
<graphical_button name="graphical_button_b">
            <up_image>up_image_b.png</up_image>
            <over_image>over_image_b.png</over_image>
            <down_image>down_image_b.png</down_image>
            <x>105</x>
            <y>100</y>
            <click>
                        ...
            </click>
</graphical_button>
</graphical_buttons>

To clear a graphical button from the screen, use CLEAR as follows:

<graphical_button name="gb_a">CLEAR</graphical_button>

To clear all graphical buttons at once:

<graphical_buttons>CLEARALL</graphical_buttons>