diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:07:39 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-02-02 01:07:39 -0500 |
commit | 30cc1512e634417eb040bd5a287736c1ef7782d9 (patch) | |
tree | 7fcb1dbbe0e184f762bc6f29dd6e362cd01112e3 /gtk/gtkfixed.c | |
parent | 09d1b28249af38448be0b52d00dd9924adac5d1c (diff) | |
download | gtk+-30cc1512e634417eb040bd5a287736c1ef7782d9.tar.gz |
Docs: Use markdown for lists
This greatly reduces the amount of xml in the docs.
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r-- | gtk/gtkfixed.c | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index 1d2ab3f772..07665b2977 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -37,23 +37,18 @@ * results in broken applications. With #GtkFixed, the following * things will result in truncated text, overlapping widgets, and * other display bugs: - * <itemizedlist> - * <listitem><para> - * Themes, which may change widget sizes. - * </para></listitem> - * <listitem><para> - * Fonts other than the one you used to write the app will of course + * + * - Themes, which may change widget sizes. + * + * - Fonts other than the one you used to write the app will of course * change the size of widgets containing text; keep in mind that * users may use a larger font because of difficulty reading the * default, or they may be using Windows or the framebuffer port of * GTK+, where different fonts are available. - * </para></listitem> - * <listitem><para> - * Translation of text into other languages changes its size. Also, + * + * - Translation of text into other languages changes its size. Also, * display of non-English text will use a different font in many * cases. - * </para></listitem> - * </itemizedlist> * * In addition, the fixed widget can't properly be mirrored in * right-to-left languages such as Hebrew and Arabic. i.e. normally |