Re: [E-devel] [elementary]elm_widget: elm widget

2013-02-18 Thread The Rasterman
On Mon, 7 Jan 2013 21:04:41 +0900 Bluezery ohpo...@gmail.com said: :(``` elm_widget.c: In function '_elm_widget_focus_region_show': elm_widget.c:660:14: warning: implicit declaration of function 'ELM_SCROLLABLE_IFACE_GET' [-Wimplicit-function-declaration] elm_widget.c:660:42: error: 's_iface'

Re: [E-devel] [elementary]elm_widget: elm widget

2013-01-07 Thread Bluezery
It's final fix. :) Previsouly, I do not considerthe case which is in the scroller in the scroller. Current logic is that: Find scroller in parent objects. And calculate region to focus in the scroller. And show focused object. That's all. 2013/1/7 Bluezery ohpo...@gmail.com: I have changed

Re: [E-devel] [elementary]elm_widget: elm widget

2013-01-06 Thread Bluezery
I have changed patch a little. Region show should be performed only for the objects which implement elm_wdg_focus_region_get(), such as entry. Otherwise, do not show region the object when it is focused. 2013/1/5 Bluezery ohpo...@gmail.com: Hello, I have made a patch for fixing region show of

[E-devel] [elementary]elm_widget: elm widget

2013-01-05 Thread Bluezery
Hello, I have made a patch for fixing region show of widget focus in scroller. Previously, region show is not correct if focused object is not in the viewport of ther scroller Because region show calculation is done only by evas object geometry. But scroller object can know the viewport region in