Home
last modified time | relevance | path

Searched refs:menu_item_plot_fill (Results 1 – 1 of 1) sorted by relevance

/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dgraphics.c2634 GtkWidget *menu_item_plot_contour,*menu_item_plot_fill,*menu_item_plot_mesh, in create_window() local
2731 menu_item_plot_fill=gtk_check_menu_item_new_with_label("ColourFill"); in create_window()
2732 gtk_menu_shell_append(GTK_MENU_SHELL(bar_menu),menu_item_plot_fill); in create_window()
2734 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menu_item_plot_fill),TRUE); in create_window()
2736 g_signal_connect_swapped(G_OBJECT(menu_item_plot_fill),"toggled", in create_window()
2739 gtk_widget_show(menu_item_plot_fill); in create_window()
2953 WW->w1=window; WW->w2=menu_item_plot_fill; in create_window()