diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2013-03-17 20:06:51 -0700 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2013-03-17 20:06:51 -0700 |
commit | e7b54696f6e406c892307302a0bd442aa11e2bfa (patch) | |
tree | d4c501cbfeef66de810a9e08b8bf19de5cb7c066 /include/gwin | |
parent | da37b111e438d36f19ce855615d87febe313a1cb (diff) | |
parent | ec61c898828ce727fec80dbad9d7942108a2a9fa (diff) | |
download | uGFX-e7b54696f6e406c892307302a0bd442aa11e2bfa.tar.gz uGFX-e7b54696f6e406c892307302a0bd442aa11e2bfa.tar.bz2 uGFX-e7b54696f6e406c892307302a0bd442aa11e2bfa.zip |
Merge pull request #21 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'include/gwin')
-rw-r--r-- | include/gwin/button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gwin/button.h b/include/gwin/button.h index 36b05d83..fb9a2b76 100644 --- a/include/gwin/button.h +++ b/include/gwin/button.h @@ -212,6 +212,7 @@ void gwinSetButtonCustom(GHandle gh, GButtonDrawFunction fn, void *param); * * @param[in] gh The button handle * @param[in] isdown Is the button currently down (depressed) + * @param[in] txt The text to be display inside the button * @param[in] pstyle The current drawing style for the state we are in * @param[in] param A parameter passed in from the user * |