Home
last modified time | relevance | path

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

/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dgraphics.c78 GtkWidget *global_status_bar=0,*global_status_label=0,*global_mode_label=0; variable
1087 gtk_label_set_markup(GTK_LABEL(global_status_label),buf); in motion_notify_event()
3026 global_status_label=gtk_label_new("x: 0.000 y: 0.000 z: 0.000"); in create_window()
3028 gtk_label_set_markup(GTK_LABEL(global_status_label),buf); in create_window()
3030 gtk_label_set_justify(GTK_LABEL(global_status_label),GTK_JUSTIFY_LEFT); in create_window()
3031 gtk_box_pack_start(GTK_BOX(hbox),global_status_label,FALSE,TRUE,0); in create_window()
3032 gtk_widget_show(global_status_label); in create_window()
H A Dtypes.h599 extern GtkWidget *global_status_bar,*global_status_label;