Mercurial > mplayer.hg
changeset 35505:2dccd5d7e36c
Add doxygen comment for button states.
author | ib |
---|---|
date | Wed, 05 Dec 2012 01:53:27 +0000 |
parents | cfcf52c6176f |
children | ba3509298598 |
files | gui/app.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/app.h Wed Dec 05 01:49:45 2012 +0000 +++ b/gui/app.h Wed Dec 05 01:53:27 2012 +0000 @@ -90,7 +90,6 @@ const char *name; } evName; -/* Button states */ /// Skin items enum { itNone, @@ -106,9 +105,12 @@ itPRMButton }; +//@{ +/// Button state #define btnDisabled 0 #define btnReleased 1 #define btnPressed 2 +//@} /* Item definition */