Class: GtkSource::VimIMContext

Inherits:
Gtk::IMContext show all
Defined in:
(unknown)

Instance Method Summary collapse

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

#initializeGtk::IMContext

Instance Method Details

#command_bar_textString

Returns command-bar-text.

Returns:

  • (String)

    command-bar-text

#command_bar_text=(command_bar_text) ⇒ String

Parameters:

  • command_bar_text (String)

Returns:

  • (String)

    command-bar-text

  • (String)

    command-bar-text

#command_textString

Returns command-text.

Returns:

  • (String)

    command-text

#command_text=(command_text) ⇒ String

Parameters:

  • command_text (String)

Returns:

  • (String)

    command-text

  • (String)

    command-text

#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.

Parameters:

  • command (String)

    the command text

Returns:

  • (nil)