Searched refs:statusbar (Results 1 - 4 of 4) sorted by relevance
| /inkscape/src/ui/tools/ |
| H A D | pen-tool.h | 117 void _setSubsequentPoint(Geom::Point const p, bool statusbar, guint status = 0);
|
| H A D | pen-tool.cpp | 1758 void PenTool::_setSubsequentPoint(Geom::Point const p, bool statusbar, guint status) { argument 1770 if (this->polylines_paraxial && !statusbar) { 1795 if (statusbar) {
|
| /inkscape/src/widgets/ |
| H A D | desktop-widget.cpp | 355 dtw->statusbar = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); 357 dtw->statusbar = gtk_hbox_new (FALSE, 0); 359 //gtk_widget_set_usize (dtw->statusbar, -1, BOTTOM_BAR_HEIGHT); 360 gtk_box_pack_end (GTK_BOX (dtw->vbox), dtw->statusbar, FALSE, TRUE, 0); 649 gtk_box_pack_start (GTK_BOX (dtw->statusbar), GTK_WIDGET(ss_), FALSE, FALSE, 0); 651 gtk_box_pack_start(GTK_BOX(dtw->statusbar), 664 gtk_box_pack_end (GTK_BOX (dtw->statusbar), statusbar_tail, FALSE, FALSE, 0); 748 gtk_box_pack_start(GTK_BOX(dtw->statusbar), GTK_WIDGET(dtw->layer_selector->gobj()), FALSE, FALSE, 1); 775 // display the initial welcome message in the statusbar 780 gtk_box_pack_start(GTK_BOX(dtw->statusbar), [all...] |
| H A D | desktop-widget.h | 81 GtkWidget *menubar, *statusbar; member in struct:SPDesktopWidget
|
Completed in 27 milliseconds