static void menu_cb_Cut (EDITOR_ARGS) { // BUG: why only on Mac? EDITOR_IAM (TableEditor); GuiText_cut (my text); }
static void menu_cb_Cut (TableEditor me, EDITOR_ARGS_DIRECT) { // BUG: why only on Mac? GuiText_cut (my text); }
static void menu_cb_cut (TextEditor me, EDITOR_ARGS_DIRECT) { GuiText_cut (my textWidget); // use ((XmAnyCallbackStruct *) call) -> event -> xbutton. time }