Lines Matching defs:enerbox
91 GtkWidget *enerbox[2]; /* spectrum, gr=0,1 plotted here */
693 gpk_bargraph_draw(enerbox[gr], n, xcord, ycord,
751 gpk_bargraph_draw(enerbox[gr], n, xcord, ycord,
762 gpk_bargraph_draw(enerbox[gr], n, xcord, ycord,
772 gpk_bargraph_draw(enerbox[gr], n, xcord, ycord,
1602 enerbox[0] = gpk_plot_new(graphy, graphy);
1603 gtk_table_attach(GTK_TABLE(table), enerbox[0], 0, 1, 3, 4, tableops, tableops, 2, 2);
1604 gtk_widget_show(enerbox[0]);
1606 enerbox[1] = gpk_plot_new(graphy, graphy);
1607 gtk_table_attach(GTK_TABLE(table), enerbox[1], 1, 2, 3, 4, tableops, tableops, 2, 2);
1608 gtk_widget_show(enerbox[1]);