Class: GtkSource::VimIMContext
- Inherits:
-
Gtk::IMContext
- Object
- Gtk::IMContext
- GtkSource::VimIMContext
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#command_bar_text ⇒ String
Command-bar-text.
- #command_bar_text=(command_bar_text) ⇒ String
-
#command_text ⇒ String
Command-text.
- #command_text=(command_text) ⇒ String
-
#execute_command(command) ⇒ nil
Executes command as if it was typed into the command bar by the user except that this does not emit the [signalVimIMContext::execute-command] signal.
- #initialize ⇒ Gtk::IMContext constructor
Methods inherited from Gtk::IMContext
#activate_osk, #client_widget=, #cursor_location=, #delete_surrounding, #filter_key, #filter_keypress, #focus_in, #focus_out, #get_preedit_string, #get_surrounding, #get_surrounding_with_selection, #input_hints, #input_hints=, #input_purpose, #input_purpose=, #reset, #set_surrounding, #set_surrounding_with_selection, #use_preedit=
Constructor Details
#initialize ⇒ Gtk::IMContext
Instance Method Details
#command_bar_text ⇒ String
Returns command-bar-text.
#command_bar_text=(command_bar_text) ⇒ String
#command_text ⇒ String
Returns command-text.
#command_text=(command_text) ⇒ String
#execute_command(command) ⇒ nil
Executes command as if it was typed into the command bar by the user except that this does not emit the [signalVimIMContext::execute-command] signal.