Lines Matching defs:window
86 /* main window */
87 GtkWidget *window;
376 n = 1600; /* PCM frame + FFT window: 224 + 1152 + 224 */
1115 /* analyze(); */ /* dont redraw entire window for every key! */
1156 gtk_signal_connect_object(GTK_OBJECT(window), "delete_event",
1199 "granule are computed using a 1152 sample window centered over the "
1203 "windows centered over the 192 sample window. (This info not available "
1210 "Same as the PCM window described above. The data displayed is the "
1215 "Shows the energy in the MDCT spectrum for granule 0 (left window) "
1216 "and granule 1 (right window). The text also shows the blocktype "
1219 "window will toggle between the original unquantized MDCT coefficients "
1223 "FFT window: "
1225 "psycho-acoustic model. Granule 0 is in the left window, granule 1 in "
1226 "the right window. The green and blue bars show how much distortion is "
1229 "granule, computed with a 1024 Hann window centered over the "
1230 "appropriate granule. (the range of this 1024 sample window is shown "
1231 "by the blue and green bars in the PCM data window). The Spectrum pull "
1232 "down window will toggle between showing the energy in equally spaced "
1410 /* Attach the new accelerator group to the window. */
1480 window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
1481 gtk_window_set_title(GTK_WINDOW(window), frameinfo);
1482 gtk_signal_connect(GTK_OBJECT(window), "delete_event", GTK_SIGNAL_FUNC(delete_event), NULL);
1484 gtk_signal_connect_object(GTK_OBJECT(window), "key_press_event",
1485 GTK_SIGNAL_FUNC(key_press_event), GTK_OBJECT(window));
1487 gtk_container_set_border_width(GTK_CONTAINER(window), 0);
1499 get_main_menu(window, &menubar);
1506 gtk_container_add(GTK_CONTAINER(window), mbox);
1628 gtk_widget_show(window); /* show smallest allowed window */
1630 /* make window bigger. */
1633 /* gtk_widget_show (window); */ /* show smallest allowed window */