change the keep focus position

This commit is contained in:
Edouard DUPIN 2012-07-17 13:29:39 +02:00
parent 4991925e8d
commit 4224c8699a

View File

@ -319,13 +319,13 @@ namespace ewol {
* @return ---
*/
void SetCanHaveFocus(bool canFocusState);
protected:
/**
* @brief Keep the focus on this widget ==> this remove the previous focus on all other widget
* @param ---
* @return ---
*/
void KeepFocus(void);
protected:
/**
* @brief Event of the focus has been grep by the current widget
* @param ---