LookupTable


Description:

[ CCode ( has_construct_function = false ) ]
public LookupTable (uint page_size, uint cursor_pos, bool cursor_visible, bool round)

Craetes a new LookupTable.

Parameters:

page_size

number of candidate shown per page, the max value is 16.

cursor_pos

position index of cursor.

cursor_visible

whether the cursor is visible.

round

TRUE for lookup table wrap around.

Returns:

A newly allocated LookupTable.