Home
last modified time | relevance | path

Searched refs:_view_changed (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-pyface/pyface-7.2.0/pyface/workbench/action/
H A Dtoggle_view_visibility_action.py62 def _view_changed(self, old, new): member in ToggleViewVisibilityAction
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dinstance_editor.py395 def _view_changed(self, view): member in CustomEditor
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dinstance_editor.py478 def _view_changed(self, view): member in CustomEditor
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dgeotagging.c742 static void _view_changed(gpointer instance, dt_view_t *old_view, in _view_changed() function
1930 G_CALLBACK(_view_changed), self); in gui_init()
1961 DT_DEBUG_CONTROL_SIGNAL_DISCONNECT(darktable.signals, G_CALLBACK(_view_changed), self); in gui_cleanup()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dgeotagging.c742 static void _view_changed(gpointer instance, dt_view_t *old_view, in _view_changed() function
1894 G_CALLBACK(_view_changed), self); in gui_init()
1926 DT_DEBUG_CONTROL_SIGNAL_DISCONNECT(darktable.signals, G_CALLBACK(_view_changed), self); in gui_cleanup()
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dmap.c628 static void _view_changed(gpointer instance, dt_view_t *old_view, in _view_changed() function
740 G_CALLBACK(_view_changed), (gpointer)self); in init()
753 DT_DEBUG_CONTROL_SIGNAL_DISCONNECT(darktable.signals, G_CALLBACK(_view_changed), self); in cleanup()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dmap.c630 static void _view_changed(gpointer instance, dt_view_t *old_view, in _view_changed() function
743 G_CALLBACK(_view_changed), (gpointer)self); in init()
756 DT_DEBUG_CONTROL_SIGNAL_DISCONNECT(darktable.signals, G_CALLBACK(_view_changed), self); in cleanup()