<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section
[
<!ENTITY % xinclude SYSTEM "../../en/xinclude.mod">
%xinclude;
<!-- Add translated specific definitions and snippets -->
<!ENTITY % language-snippets SYSTEM "../standalone/language-snippets.xml">
%language-snippets;
<!-- Fallback to English definitions and snippets (in case of missing translation) -->
<!ENTITY % language-snippets.default SYSTEM "../../en/standalone/language-snippets.xml">
%language-snippets.default;
]>
<section id="widgets.remove">
<title>Removing Widgets from a Region</title>
<bridgehead>
To remove a widget from a region:
</bridgehead>
<orderedlist>
<listitem>
Click <guibutton>Widgets</guibutton> in the &product.longname; toolbar.
<mediaobject>
<imageobject>
<imagedata fileref="images/toolbar-manage-widgets.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
&product.name; displays highlighted regions indicating existing widgets that can be
deleted.
<mediaobject>
<imageobject>
<imagedata fileref="images/widget-detail-delete.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
Click the "X" button. &product.name; displays the <emphasis role="dialog">Delete
Widget</emphasis> confirmation dialog.
<mediaobject>
<imageobject>
<imagedata fileref="images/dialog-delete_widget.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
Click the <guibutton>Delete Widget</guibutton> button in the dialog. The widget is
removed and the page reloads to reflect the removal.
</listitem>
</orderedlist>
</section>
<!--
vim:se ts=4 sw=4 et:
-->