Searched refs:gSpinBox (Results 1 – 2 of 2) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/ |
H A D | salnativewidgets-gtk.cxx | 360 static GtkWidget* gSpinBox; variable 2103 tools::Rectangle aControlRegion(GetWidgetSize(rControlRegion, gSpinBox)); in getNativeControlRegion() 2130 aEditRect = GetWidgetSize(rControlRegion, gSpinBox); in getNativeControlRegion() 2935 gSpinBox = gtk_spin_button_new(nullptr, 0, 0); in GtkSalGraphics() 2936 gtk_container_add(GTK_CONTAINER(gDumbContainer), gSpinBox); in GtkSalGraphics()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/ |
H A D | gtk3salnativewidgets-gtk.cxx | 377 static GtkWidget* gSpinBox; variable 2826 tools::Rectangle aControlRegion(GetWidgetSize(rControlRegion, gSpinBox)); in getNativeControlRegion() 2853 aEditRect = GetWidgetSize(rControlRegion, gSpinBox); in getNativeControlRegion() 3571 gSpinBox = gtk_spin_button_new(nullptr, 0, 0); in GtkSalGraphics() 3572 gtk_container_add(GTK_CONTAINER(gDumbContainer), gSpinBox); in GtkSalGraphics()
|