mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
Added a function to deal with ClutterKeyEvents. Handles the majority
of entry-related keyboard keys. However modifiers still need to be implemented.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-06-01 Neil J. Patel <njp@o-hand.com>
|
||||
|
||||
* clutter-sections.txt:
|
||||
* tmpl/clutter-entry.sgml:
|
||||
Updated for new functions.
|
||||
|
||||
2007-06-01 Tomas Frydrych <tf@openedhand.com>
|
||||
|
||||
* tmpl/clutter-alpha.sgml:
|
||||
|
@@ -776,6 +776,7 @@ clutter_entry_set_alignment
|
||||
clutter_entry_get_alignment
|
||||
clutter_entry_set_position
|
||||
clutter_entry_get_position
|
||||
clutter_entry_handle_key_event
|
||||
clutter_entry_add
|
||||
clutter_entry_remove
|
||||
clutter_entry_insert_text
|
||||
|
@@ -158,6 +158,15 @@ ClutterEntry
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION clutter_entry_handle_key_event ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@entry:
|
||||
@kev:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION clutter_entry_add ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user