diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-08-16 21:53:47 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-08-16 21:53:47 +1000 |
commit | 15e7342fd7b21b76a565561a3caafee394e70c88 (patch) | |
tree | aeb6898cfdbcb875f4b109d202f2b4560df42021 /src/gwin/gwin.h | |
parent | 377fe644d1233e955dfd05e40fa9d335447de325 (diff) | |
download | uGFX-15e7342fd7b21b76a565561a3caafee394e70c88.tar.gz uGFX-15e7342fd7b21b76a565561a3caafee394e70c88.tar.bz2 uGFX-15e7342fd7b21b76a565561a3caafee394e70c88.zip |
Updates to focus.
Diffstat (limited to 'src/gwin/gwin.h')
-rw-r--r-- | src/gwin/gwin.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/gwin/gwin.h b/src/gwin/gwin.h index 4b29f1ee..cc0d44f1 100644 --- a/src/gwin/gwin.h +++ b/src/gwin/gwin.h @@ -553,31 +553,6 @@ extern "C" { GHandle gwinGetNextWindow(GHandle gh); /** - * @brief Set the focus to a specific widget - * - * @details The widget that is currently in focus is the widget that - * receives mouse and keyboard events. - * Passing NULL will remove the focus from any widget. - * - * @param[in] gh The widget handle. Non-widget handles will be ignored. - * - * @api - */ - void gwinSetFocus(GHandle gh); - - /** - * @brief Get the widget that is currently in focus - * - * @details The widget that is currently in focus is the widget that - * receives mouse and keyboard events. - * - * @return The handle of the widget that is currently in focus. May be NULL. - * - * @api - */ - GHandle gwinGetFocus(void); - - /** * @brief Set a window or widget to flash * * @param[in] gh The window handle |