Esempio n. 1
0
static void menu_cb_Copy (EDITOR_ARGS) {
	EDITOR_IAM (TableEditor);
	GuiText_copy (my text);
}
Esempio n. 2
0
static void menu_cb_Copy (TableEditor me, EDITOR_ARGS_DIRECT) {
	GuiText_copy (my text);
}
Esempio n. 3
0
static void menu_cb_copy (TextEditor me, EDITOR_ARGS_DIRECT) {
	GuiText_copy (my textWidget);
}