summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-20 12:20:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-20 12:20:22 (GMT)
commit311218830c0661815c95e45882323e55b9d86695 (patch)
tree472d46cd02b14e8defe48f356bc694fd4cb1ab85 /generic
parent17c1c262307b8cd8672b632ba282e6c6f47a359f (diff)
downloadtk-311218830c0661815c95e45882323e55b9d86695.zip
tk-311218830c0661815c95e45882323e55b9d86695.tar.gz
tk-311218830c0661815c95e45882323e55b9d86695.tar.bz2
Mention option in alphabetical order
Diffstat (limited to 'generic')
-rw-r--r--generic/tkMenubutton.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tkMenubutton.h b/generic/tkMenubutton.h
index 043c88d..16ed223 100644
--- a/generic/tkMenubutton.h
+++ b/generic/tkMenubutton.h
@@ -161,12 +161,12 @@ typedef struct {
* whether the menubutton should show both an
* image and text, and, if so, how. */
enum direction direction; /* Direction for where to pop the menu. Valid
- * directions are "above", "below", "left",
- * "right", and "flush". "flush" means that
- * the upper left corner of the menubutton is
- * where the menu pops up. "above" and "below"
+ * directions are "above", "below", "flush",
+ * "left", and "right". "above" and "below"
* will attempt to pop the menu completely
* above or below the menu respectively.
+ * "flush" means that the upper left corner
+ * of the menubutton is where the menu pops up.
* "left" and "right" will pop the menu left
* or right, and the active item will be next
* to the button. */