Searched refs:coord_status_y (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Ddesktop-widget.h96 GtkWidget *coord_status_y; member in struct:SPDesktopWidget
H A Ddesktop-widget.cpp719 dtw->coord_status_y = gtk_label_new(NULL);
721 gtk_label_set_markup( GTK_LABEL(dtw->coord_status_y), "<tt> 0.00 </tt>" );
727 gtk_widget_set_halign(dtw->coord_status_y, GTK_ALIGN_END);
729 gtk_grid_attach(GTK_GRID(dtw->coord_status), dtw->coord_status_y, 2, 1, 1, 1);
734 gtk_misc_set_alignment (GTK_MISC(dtw->coord_status_y), 1.0, 0.5);
736 gtk_table_attach(GTK_TABLE(dtw->coord_status), dtw->coord_status_y, 2,3, 1,2, GTK_FILL, GTK_FILL, 0, 0);
1359 gtk_label_set_markup( GTK_LABEL(this->coord_status_y), cstr );

Completed in 21 milliseconds