Home | History | Annotate | Download | only in gtk

Lines Matching defs:timestamp

1074 void PresentWindow(GtkWidget* window, int timestamp) {
1078 if (timestamp)
1079 gtk_window_present_with_time(host_window, timestamp);
1123 void PresentWindow(GtkWidget* window, int timestamp) {
1124 if (timestamp)
1125 gtk_window_present_with_time(GTK_WINDOW(window), timestamp);