コード例 #1
0
ファイル: TableEditor.cpp プロジェクト: eginhard/praat
static void menu_cb_Erase (EDITOR_ARGS) {
	EDITOR_IAM (TableEditor);
	GuiText_remove (my text);
}
コード例 #2
0
ファイル: TableEditor.cpp プロジェクト: nullpunktTUD/praat
static void menu_cb_Erase (TableEditor me, EDITOR_ARGS_DIRECT) {
	GuiText_remove (my text);
}
コード例 #3
0
ファイル: TextEditor.cpp プロジェクト: ffostertw/praat
static void menu_cb_erase (TextEditor me, EDITOR_ARGS_DIRECT) {
	GuiText_remove (my textWidget);
}