Skip to content

Commit

Permalink
Mention option in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jan 20, 2024
1 parent 17c1c26 commit 3112188
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generic/tkMenubutton.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 3112188

Please sign in to comment.