Efl.Ui.Internal_Text_Scroller.initialize

Description

The Efl.Canvas.Text content of this scroller. This should be called upon constructing the object.

Signature

initialize {
    params {
        @in text_obj: Efl.Canvas.Text;
        @in text_table: Efl.Ui.Table;
    }
}

C signature

void efl_ui_internal_text_scroller_initialize(Eo *obj, Efl_Canvas_Text *text_obj, Efl_Ui_Table *text_table);

Parameters

  • text_obj (in) - The text object to query
  • text_table (in) - The table container of the text_obj

Implemented by