*set_to_false = FALSE;/* Don't touch my menu. */window = gtk_widget_get_parent_window(inst->box);/* getting parent window */gdk_window_get_origin(window, &mxy.x1, &mxy.y1);/* parent's left-top screen coordinates */gdk_screen_get_monitor_geometry(gtk_widget_get_screen(inst->bo...
*set_to_false = FALSE;/* Don't touch my menu. */window = gtk_widget_get_parent_window(inst->box);/* getting parent window */gdk_window_get_origin(window, &mxy.x1, &mxy.y1);/* parent's left-top screen coordinates */gdk_screen_get_monitor_geometry(gtk_widget_get_screen(inst->bo...