Home | History | Annotate | Download | only in gtk

Lines Matching refs:toplevel

441   // We want to connect to "set-focus" on the toplevel window; we have to wait
442 // until we are added to a toplevel window to do so.
805 GtkWidget* toplevel = gtk_widget_get_toplevel(widget);
806 if (!GTK_WIDGET_TOPLEVEL(toplevel))
809 signals_.Connect(toplevel, "set-focus", G_CALLBACK(OnSetFocusThunk), this);