elm_widget: add factory method to the widget
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Thu, 8 Jun 2017 21:52:37 +0000 (23:52 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Fri, 9 Jun 2017 08:16:19 +0000 (10:16 +0200)
commitaf858d1d935f3507cb72f9d4a0f67fdfbb5b7463
tree6bb97e4fb610aa3784c48d72efcf64ecb037019f
parent65e8bf7f9f7671268e86299283897ed170b1a341
elm_widget: add factory method to the widget

with this function you can trap the creation of the mangers, and change
the behaviour as you need it. For example returning a custom manager.
12 files changed:
src/lib/elementary/efl_ui_win.c
src/lib/elementary/efl_ui_win.eo
src/lib/elementary/elm_hover.c
src/lib/elementary/elm_hover.eo
src/lib/elementary/elm_interface_scrollable.c
src/lib/elementary/elm_interface_scrollable.eo
src/lib/elementary/elm_inwin.c
src/lib/elementary/elm_inwin.eo
src/lib/elementary/elm_menu.c
src/lib/elementary/elm_menu.eo
src/lib/elementary/elm_widget.c
src/lib/elementary/elm_widget.eo