LookupTable
Object Hierarchy:
Description:
[
CCode ( type_id =
"ibus_lookup_table_get_type ()" ) ]
public class LookupTable :
Serializable
Content:
Creation methods:
Methods:
- public void append_candidate (Text text)
Append a candidate word/phrase to IBusLookupTable, and increase
reference.
- public void append_label (Text text)
Append a candidate word/phrase to IBusLookupTable, and increase
reference.
- public void clear ()
Clear and remove all candidate from an IBusLookupTable.
- public bool cursor_down ()
Go to next candidate of an LookupTable.
- public bool cursor_up ()
Go to previous candidate of an LookupTable.
- public unowned Text get_candidate (uint index)
Return Text at the given
index.
- public uint get_cursor_in_page ()
Gets the cursor position in current page of
LookupTable.
- public uint get_cursor_pos ()
Gets the cursor position of LookupTable.
- public unowned Text get_label (uint index)
Return Text at the given
index.
- public uint get_number_of_candidates ()
Return the number of candidate in the table.
- public int get_orientation ()
Returns the orientation of the LookupTable.
- public uint get_page_size ()
Gets the number of candidate shown per page.
- public bool is_cursor_visible ()
Returns whether the cursor of an LookupTable
is visible.
- public bool is_round ()
Returns whether the LookupTable is round.
- public bool page_down ()
Go to next page of an LookupTable.
- public bool page_up ()
Go to previous page of an LookupTable.
- public void set_cursor_pos (uint cursor_pos)
Set the cursor position of IBusLookupTable.
- public void set_cursor_visible (bool visible)
Set whether to make the cursor of an IBusLookupTable visible or not.
- public void set_label (uint index, Text text)
Append a candidate word/phrase to IBusLookupTable, and increase
reference.
- public void set_orientation (int orientation)
Set the orientation.
- public void set_page_size (uint page_size)
Set the number of candidate shown per page.
- public void set_round (bool round)
Set whether to make the IBusLookupTable round or not.
Fields:
Inherited Members:
All known members inherited from class IBus.Serializable
All known members inherited from class IBus.Object
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref