GtkScintilla::call_tip_show

void call_tip_show(int pos, string definition);

Show the sintax hint about one function

$scintilla->call_tip_show(10, 'function myfunction ( string name, int position )');