Home | History | Annotate | Download | only in gtk

Lines Matching refs:addPendingEditorCommand

68     client->addPendingEditorCommand("DeleteBackward");
74 client->addPendingEditorCommand(select ? "SelectAll" : "Unselect");
80 client->addPendingEditorCommand("Cut");
86 client->addPendingEditorCommand("Copy");
92 client->addPendingEditorCommand("Paste");
135 client->addPendingEditorCommand("MoveWordForward");
136 client->addPendingEditorCommand("MoveWordBackward");
138 client->addPendingEditorCommand("MoveWordBackward");
139 client->addPendingEditorCommand("MoveWordForward");
143 client->addPendingEditorCommand("MoveToBeginningOfLine");
145 client->addPendingEditorCommand("MoveToEndOfLine");
148 client->addPendingEditorCommand("MoveToBeginningOfParagraph");
150 client->addPendingEditorCommand("MoveToEndOfParagraph");
158 client->addPendingEditorCommand(rawCommand);
199 client->addPendingEditorCommand(rawCommand);