Пример #1
0
static void menu_cb_Paste (EDITOR_ARGS) {
	EDITOR_IAM (TableEditor);
	GuiText_paste (my text);
}
Пример #2
0
static void menu_cb_Paste (TableEditor me, EDITOR_ARGS_DIRECT) {
	GuiText_paste (my text);
}
Пример #3
0
static void menu_cb_paste (TextEditor me, EDITOR_ARGS_DIRECT) {
	GuiText_paste (my textWidget);
}