elm_win: added focused and unfocused smart callback descriptions.

This was removed by a commit 8519257.
The removal of redundant smart callback call was good but we need to
have these descriptions still.
This commit is contained in:
Daniel Juyung Seo 2014-07-15 02:06:10 +09:00
parent e36e9cf012
commit b0b527ab22
2 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,8 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = {
{SIG_ROTATION_CHANGED, ""},
{SIG_PROFILE_CHANGED, ""},
{SIG_WM_ROTATION_CHANGED, ""},
{SIG_WIDGET_FOCUSED, ""}, /**< handled by elm_widget */
{SIG_WIDGET_UNFOCUSED, ""}, /**< handled by elm_widget */
{NULL, NULL}
};

View File

@ -1335,6 +1335,8 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window)
indicator,prop,changed;
rotation,changed;
profile,changed;
focused;
unfocused;
wm,rotation,changed;
}