docs: elm_widget: document function pointer for on show region

This commit is contained in:
Stefan Schmidt 2017-08-31 17:35:04 +02:00
parent d249423f57
commit 1325cd08fa
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
import elm_general;
function Efl.Ui.Scrollable_On_Show_Region
{
function Efl.Ui.Scrollable_On_Show_Region {
[[Function pointer for on show region hook]]
params {
@in obj: Efl.Canvas.Object;
@in region: Eina.Rectangle;
@in obj: Efl.Canvas.Object; [[Canvas object]]
@in region: Eina.Rectangle; [[Showed region]]
}
};