#include <string>
Go to the source code of this file.
Functions | |
void | execute_window (std::string &command, std::string::const_iterator begin) |
Executes a window command. More... | |
void execute_window | ( | std::string & | command, |
std::string::const_iterator | begin | ||
) |
Executes a window command.
command | The command to be executed. |
begin | The beginning of the command's arguments. |
Definition at line 112 of file window.cpp.
References create(), destroy(), formula_tokenizer::get_token(), utf8::insert(), modify(), and utf8::size().
Referenced by execute_command().