Home
last modified time | relevance | path

Searched refs:gtk_value_changed (Results 1 – 25 of 38) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dscrolbar.cpp28 gtk_value_changed(GtkRange* range, wxScrollBar* win) in gtk_value_changed() function
146 G_CALLBACK(gtk_value_changed), this); in Create()
192 (gpointer)gtk_value_changed, this); in SetThumbPosition()
198 (gpointer)gtk_value_changed, this); in SetThumbPosition()
213 g_signal_handlers_block_by_func(m_widget, (void*)gtk_value_changed, this); in SetScrollbar()
225 g_signal_handlers_unblock_by_func(m_widget, (void*)gtk_value_changed, this); in SetScrollbar()
H A Dspinbutt.cpp31 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win) in gtk_value_changed() function
111 m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
180 (gpointer)gtk_value_changed, (void*) this); in GtkDisableEvents()
186 (gpointer)gtk_value_changed, (void*) this); in GtkEnableEvents()
H A Dspinctrl.cpp39 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinCtrlGTKBase* win) in gtk_value_changed() function
143 g_signal_connect_after(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in BEGIN_EVENT_TABLE()
290 (gpointer)gtk_value_changed, (void*) this); in GtkDisableEvents()
299 (gpointer)gtk_value_changed, (void*) this); in GtkEnableEvents()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dscrolbar.cpp28 gtk_value_changed(GtkRange* range, wxScrollBar* win) in gtk_value_changed() function
146 G_CALLBACK(gtk_value_changed), this); in Create()
192 (gpointer)gtk_value_changed, this); in SetThumbPosition()
198 (gpointer)gtk_value_changed, this); in SetThumbPosition()
213 g_signal_handlers_block_by_func(m_widget, (void*)gtk_value_changed, this); in SetScrollbar()
225 g_signal_handlers_unblock_by_func(m_widget, (void*)gtk_value_changed, this); in SetScrollbar()
H A Dspinbutt.cpp31 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win) in gtk_value_changed() function
138 m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
227 (void*)gtk_value_changed, const_cast<wxSpinButton*>(this)); in GtkDisableEvents()
233 (void*)gtk_value_changed, const_cast<wxSpinButton*>(this)); in GtkEnableEvents()
H A Dspinctrl.cpp40 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinCtrlGTKBase* win) in gtk_value_changed() function
146 g_signal_connect_after(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in wxBEGIN_EVENT_TABLE()
301 g_signal_handlers_block_by_func(m_widget, (void*)gtk_value_changed, this); in GtkDisableEvents()
307 g_signal_handlers_unblock_by_func(m_widget, (void*)gtk_value_changed, this); in GtkEnableEvents()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dscrolbar.cpp28 gtk_value_changed(GtkRange* range, wxScrollBar* win) in gtk_value_changed() function
146 G_CALLBACK(gtk_value_changed), this); in Create()
192 (gpointer)gtk_value_changed, this); in SetThumbPosition()
198 (gpointer)gtk_value_changed, this); in SetThumbPosition()
210 g_signal_handlers_block_by_func(m_widget, (void*)gtk_value_changed, this); in SetScrollbar()
222 g_signal_handlers_unblock_by_func(m_widget, (void*)gtk_value_changed, this); in SetScrollbar()
H A Dspinbutt.cpp31 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win) in gtk_value_changed() function
111 m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
180 (gpointer)gtk_value_changed, (void*) this); in GtkDisableEvents()
186 (gpointer)gtk_value_changed, (void*) this); in GtkEnableEvents()
H A Dspinctrl.cpp39 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinCtrlGTKBase* win) in gtk_value_changed() function
143 g_signal_connect_after(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in BEGIN_EVENT_TABLE()
290 (gpointer)gtk_value_changed, (void*) this); in GtkDisableEvents()
299 (gpointer)gtk_value_changed, (void*) this); in GtkEnableEvents()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dspinbutt.cpp36 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win) in gtk_value_changed() function
119 m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
156 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinButton_GtkDisableEvents()
162 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinButton_GtkEnableEvents()
H A Dscrolbar.cpp29 gtk_value_changed(GtkRange* range, wxScrollBar* win) in gtk_value_changed() function
152 G_CALLBACK(gtk_value_changed), this); in Create()
210 (gpointer)gtk_value_changed, this); in SetThumbPosition()
215 G_CALLBACK(gtk_value_changed), this); in SetThumbPosition()
H A Dspinctrl.cpp37 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinCtrl* win) in gtk_value_changed() function
109 g_signal_connect_after(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
145 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinCtrl_GtkDisableEvents()
154 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinCtrl_GtkEnableEvents()
H A Dslider.cpp125 gtk_value_changed(GtkRange* range, wxSlider* win) in gtk_value_changed() function
321 g_signal_connect(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Dspinbutt.cpp36 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win) in gtk_value_changed() function
119 m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
156 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinButton_GtkDisableEvents()
162 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinButton_GtkEnableEvents()
H A Dscrolbar.cpp29 gtk_value_changed(GtkRange* range, wxScrollBar* win) in gtk_value_changed() function
152 G_CALLBACK(gtk_value_changed), this); in Create()
210 (gpointer)gtk_value_changed, this); in SetThumbPosition()
215 G_CALLBACK(gtk_value_changed), this); in SetThumbPosition()
H A Dspinctrl.cpp37 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinCtrl* win) in gtk_value_changed() function
109 g_signal_connect_after(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
145 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinCtrl_GtkDisableEvents()
154 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinCtrl_GtkEnableEvents()
H A Dslider.cpp125 gtk_value_changed(GtkRange* range, wxSlider* win) in gtk_value_changed() function
321 g_signal_connect(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Dspinbutt.cpp36 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win) in gtk_value_changed() function
119 m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
156 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinButton_GtkDisableEvents()
162 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinButton_GtkEnableEvents()
H A Dscrolbar.cpp29 gtk_value_changed(GtkRange* range, wxScrollBar* win) in gtk_value_changed() function
152 G_CALLBACK(gtk_value_changed), this); in Create()
210 (gpointer)gtk_value_changed, this); in SetThumbPosition()
215 G_CALLBACK(gtk_value_changed), this); in SetThumbPosition()
H A Dspinctrl.cpp37 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinCtrl* win) in gtk_value_changed() function
109 g_signal_connect_after(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
145 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinCtrl_GtkDisableEvents()
154 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinCtrl_GtkEnableEvents()
H A Dslider.cpp125 gtk_value_changed(GtkRange* range, wxSlider* win) in gtk_value_changed() function
321 g_signal_connect(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dspinbutt.cpp36 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win) in gtk_value_changed() function
119 m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
156 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinButton_GtkDisableEvents()
162 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinButton_GtkEnableEvents()
H A Dscrolbar.cpp29 gtk_value_changed(GtkRange* range, wxScrollBar* win) in gtk_value_changed() function
152 G_CALLBACK(gtk_value_changed), this); in Create()
210 (gpointer)gtk_value_changed, this); in SetThumbPosition()
215 G_CALLBACK(gtk_value_changed), this); in SetThumbPosition()
H A Dspinctrl.cpp37 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinCtrl* win) in gtk_value_changed() function
109 g_signal_connect_after(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()
145 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinCtrl_GtkDisableEvents()
154 (gpointer)gtk_value_changed, (void*) spinctrl ); in wxSpinCtrl_GtkEnableEvents()
H A Dslider.cpp125 gtk_value_changed(GtkRange* range, wxSlider* win) in gtk_value_changed() function
321 g_signal_connect(m_widget, "value_changed", G_CALLBACK(gtk_value_changed), this); in Create()

12