Ejemplo n.º 1
0
static void menu_cb_Erase (EDITOR_ARGS) {
	EDITOR_IAM (TableEditor);
	GuiText_remove (my text);
}
Ejemplo n.º 2
0
static void menu_cb_Erase (TableEditor me, EDITOR_ARGS_DIRECT) {
	GuiText_remove (my text);
}
Ejemplo n.º 3
0
static void menu_cb_erase (TextEditor me, EDITOR_ARGS_DIRECT) {
	GuiText_remove (my textWidget);
}