Lines Matching defs:win
34 void sp_dialog_defocus_cpp(Gtk::Window *win)
37 Gtk::Window *w = win->get_transient_for();
46 sp_dialog_defocus (GtkWindow *win)
50 w = gtk_window_get_transient_for(GTK_WINDOW(win));
68 sp_dialog_defocus_callback (GtkWindow * /*win*/, gpointer data)
91 sp_dialog_event_handler (GtkWindow *win, GdkEvent *event, gpointer data)
108 sp_dialog_defocus (win);
123 GtkWidget *widget = GTK_WIDGET(win);
198 if (wd->win)
200 desktop->setWindowTransient (wd->win, transient_policy);