Searched refs:plot_high_freq_frame (Results 1 – 1 of 1) sorted by relevance
36 GtkWidget *plot_edges_frame, *plot_exec_speed_frame, *plot_high_freq_frame, in main() local69 &plot_high_freq_frame); in main()103 plot_high_freq_frame = gtk_frame_new("High Frequency"); in main()104 gtk_frame_set_shadow_type(GTK_FRAME(plot_high_freq_frame), GTK_SHADOW_IN); in main()105 gtk_container_set_border_width(GTK_CONTAINER(plot_high_freq_frame), 10); in main()108 gtk_container_add(GTK_CONTAINER(plot_high_freq_frame), plot_high_freq); in main()125 gtk_paned_pack2(GTK_PANED(pane2), plot_high_freq_frame, TRUE, FALSE); in main()