Home
last modified time | relevance | path

Searched refs:gtk_scale_new (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dscale.c94 h_scale = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, hadjustment); in activate()
117 v_scale = gtk_scale_new (GTK_ORIENTATION_VERTICAL, vadjustment); in activate()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dsupport.h182 #define gtk_hscale_new(adj) gtk_scale_new(GTK_ORIENTATION_HORIZONTAL,adj)
183 #define gtk_vscale_new(adj) gtk_scale_new(GTK_ORIENTATION_VERTICAL,adj)
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/pltbrowser/
H A Dsupport.h177 #define gtk_hscale_new(adj) gtk_scale_new(GTK_ORIENTATION_HORIZONTAL,adj)
178 #define gtk_vscale_new(adj) gtk_scale_new(GTK_ORIENTATION_VERTICAL,adj)
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Drb-object-property-editor.c178 control = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, adjustment);
204 control = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, adjustment);
229 control = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, adjustment);
/dports/x11/yad/yad-7.3/src/
H A Dscale.c120 scale = gtk_scale_new (GTK_ORIENTATION_VERTICAL, GTK_ADJUSTMENT (adj)); in scale_create_widget()
125 scale = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, GTK_ADJUSTMENT (adj)); in scale_create_widget()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtkvscale.h66 GDK_DEPRECATED_IN_3_2_FOR(gtk_scale_new)
H A Dgtkhscale.h60 GDK_DEPRECATED_IN_3_2_FOR(gtk_scale_new)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DScale.java137 handle = GTK.gtk_scale_new (GTK.GTK_ORIENTATION_HORIZONTAL, hAdjustment); in createHandle()
139 handle = GTK.gtk_scale_new (GTK.GTK_ORIENTATION_VERTICAL, hAdjustment); in createHandle()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DScale.java137 handle = GTK.gtk_scale_new (GTK.GTK_ORIENTATION_HORIZONTAL, hAdjustment); in createHandle()
139 handle = GTK.gtk_scale_new (GTK.GTK_ORIENTATION_VERTICAL, hAdjustment); in createHandle()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimp3migration.h40 GtkWidget * gtk_scale_new (GtkOrientation orientation,
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/a11y/
H A Dgeneral.c47 widget = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, NULL); in test_orientation()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dmotion-compression.c54 scale = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, adjustment); in main()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dmotion-compression.c77 scale = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, adjustment); in main()
/dports/games/gnubg/gnubg-1.06.002/
H A Dgtkprefs.c834 pwScale = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, padjRound); in ChequerPrefs()
1433 pScale = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, paAzimuth); in Add2dLightOptions()
1526 pwLightPosX = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, padjLightPosX); in LightingPage()
1557 pwLightPosY = gtk_scale_new(GTK_ORIENTATION_VERTICAL, padjLightPosY); in LightingPage()
1617 pwLightLevelAmbient = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, padjLightLevelAmbient); in LightingPage()
1637 pwLightLevelDiffuse = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, padjLightLevelDiffuse); in LightingPage()
1781 pwDarkness = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, padjDarkness);
1832 pwBoardAngle = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, padjBoardAngle);
1854 pwSkewFactor = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, padjSkewFactor);
1886 pwAccuracy = gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, padjAccuracy);
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkscale.h81 GtkWidget * gtk_scale_new (GtkOrientation orientation,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkscale.h85 GtkWidget * gtk_scale_new (GtkOrientation orientation,
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Doverlay_decorative.c82 scale = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, adjustment); in do_overlay_decorative()
H A Dgears.c64 slider = gtk_scale_new (GTK_ORIENTATION_VERTICAL, adj); in create_axis_slider()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dslider.cpp310 m_scale = gtk_scale_new(GtkOrientation(isVertical), NULL); in Create()
522 return GetDefaultAttributesFromGTKWidget(gtk_scale_new(GTK_ORIENTATION_VERTICAL, NULL)); in GetClassDefaultAttributes()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dslider.cpp310 m_scale = gtk_scale_new(GtkOrientation(isVertical), NULL); in Create()
522 return GetDefaultAttributesFromGTKWidget(gtk_scale_new(GTK_ORIENTATION_VERTICAL, NULL)); in GetClassDefaultAttributes()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Doverlay2.c83 scale = gtk_scale_new (GTK_ORIENTATION_HORIZONTAL, adjustment); in do_overlay2()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dslider.cpp316 m_scale = gtk_scale_new(GtkOrientation(isVertical), NULL); in Create()
597 return GetDefaultAttributesFromGTKWidget(gtk_scale_new(GTK_ORIENTATION_VERTICAL, NULL)); in GetClassDefaultAttributes()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo.h100 #define gtk_hscale_new(adj) gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, adj)
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dcma_fe.c356 gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, NULL); in create_cma_dialog()
374 gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, NULL); in create_cma_dialog()
406 gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, NULL); in create_cma_dialog()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dcma_fe.c356 gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, NULL); in create_cma_dialog()
374 gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, NULL); in create_cma_dialog()
406 gtk_scale_new(GTK_ORIENTATION_HORIZONTAL, NULL); in create_cma_dialog()

1234567