summaryrefslogtreecommitdiff
path: root/documentation/src/enumerations.dox
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-12-31 22:33:32 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-12-31 22:33:32 +0000
commit1d7be18b0dc37f0d96af53779a750a3d8b43189e (patch)
treee8d8ff6682824b313fd2668632e87c0a20cf4ce8 /documentation/src/enumerations.dox
parent46f9ca2ad9f6ea510e15872d65ba4a01e5acca5b (diff)
Added missing FL_ALIGN_... documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8147 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/enumerations.dox')
-rw-r--r--documentation/src/enumerations.dox25
1 files changed, 14 insertions, 11 deletions
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index c34cdd962..51c0a149c 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -166,17 +166,20 @@ to control the positioning of the label:
\li FL_ALIGN_RIGHT - The label is right-aligned.
\li FL_ALIGN_CLIP - The label is clipped to the widget.
\li FL_ALIGN_WRAP - The label text is wrapped as needed.
-\li FL_ALIGN_TOP_LEFT
-\li FL_ALIGN_TOP_RIGHT
-\li FL_ALIGN_BOTTOM_LEFT
-\li FL_ALIGN_BOTTOM_RIGHT
-\li FL_ALIGN_LEFT_TOP
-\li FL_ALIGN_RIGHT_TOP
-\li FL_ALIGN_LEFT_BOTTOM
-\li FL_ALIGN_RIGHT_BOTTOM
-\li FL_ALIGN_INSIDE - 'or' this with other values to put
- label inside the widget.
-
+\li FL_ALIGN_TOP_LEFT - The label appears at the top of the widget, aligned to the left.
+\li FL_ALIGN_TOP_RIGHT - The label appears at the top of the widget, aligned to the right.
+\li FL_ALIGN_BOTTOM_LEFT - The label appears at the bottom of the widget, aligned to the left.
+\li FL_ALIGN_BOTTOM_RIGHT - The label appears at the bottom of the widget, aligned to the right.
+\li FL_ALIGN_LEFT_TOP - The label appears to the left of the widget, aligned at the top. Outside labels only.
+\li FL_ALIGN_RIGHT_TOP - The label appears to the right of the widget, aligned at the top. Outside labels only.
+\li FL_ALIGN_LEFT_BOTTOM - The label appears to the left of the widget, aligned at the bottom. Outside labels only.
+\li FL_ALIGN_RIGHT_BOTTOM - The label appears to the right of the widget, aligned at the bottom. Outside labels only.
+\li FL_ALIGN_INSIDE - 'or' this with other values to put label inside the widget.
+\li FL_ALIGN_TEXT_OVER_IMAGE - Label text will appear above the image.
+\li FL_ALIGN_IMAGE_OVER_TEXT - Label text will be below the image.
+\li FL_ALIGN_IMAGE_NEXT_TO_TEXT - The image will appear to the left of the text.
+\li FL_ALIGN_TEXT_NEXT_TO_IMAGE - The image will appear to the right of the text.
+\li FL_ALIGN_IMAGE_BACKDROP - The image will be used as a background for the widget.
\section enumerations_fonts Fonts