Formatting fixes
svn path=/trunk/; revision=21951
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/migrating-GtkEntry-icons.sgml: Formatting fixes
|
||||
|
||||
2008-12-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am: Add migrating-GtkEntry-icons.sgml to
|
||||
|
||||
@@ -31,15 +31,16 @@ gtk_entry_set_icon_from_stock (entry, GTK_ICON_ENTRY_PRIMARY, GTK_STOCK_NEW);
|
||||
whether the icon is activatable and sensitive. You should make
|
||||
sure that your icons are properly marked as activatable or nonactivatable
|
||||
and sensitive or insensitive:
|
||||
<varlist>
|
||||
<varlistentry>
|
||||
<listitem><para>Sensitive, but non-activatable icons are
|
||||
good for purely informational purposes.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<listitem><para>Icons should be marked as insensitive if the
|
||||
function that they trigger is currently not available.</para></listitem>
|
||||
</varlistentry>
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
Sensitive, but non-activatable icons are
|
||||
good for purely informational purposes.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Icons should be marked as insensitive if the
|
||||
function that they trigger is currently not available.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user