Home
last modified time | relevance | path

Searched refs:create_control (Results 1 – 25 of 64) sorted by relevance

123

/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtesttreeedit.c373 create_control (cntl_vbox, 1, CNTL_ALIGN, &callback[0]); in main()
374 create_control (cntl_vbox, 2, CNTL_ALIGN, &callback[1]); in main()
375 create_control (cntl_vbox, 3, CNTL_ALIGN, &callback[2]); in main()
376 create_control (cntl_vbox, 4, CNTL_ALIGN, &callback[3]); in main()
382 create_control (cntl_vbox, 1, CNTL_EXPAND, &callback[0]); in main()
383 create_control (cntl_vbox, 2, CNTL_EXPAND, &callback[1]); in main()
384 create_control (cntl_vbox, 3, CNTL_EXPAND, &callback[2]); in main()
391 create_control (cntl_vbox, 1, CNTL_FIXED, &callback[0]); in main()
392 create_control (cntl_vbox, 2, CNTL_FIXED, &callback[1]); in main()
393 create_control (cntl_vbox, 3, CNTL_FIXED, &callback[2]); in main()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtesttreeedit.c361 create_control (cntl_vbox, 1, CNTL_ALIGN, &callback[0]); in main()
362 create_control (cntl_vbox, 2, CNTL_ALIGN, &callback[1]); in main()
363 create_control (cntl_vbox, 3, CNTL_ALIGN, &callback[2]); in main()
364 create_control (cntl_vbox, 4, CNTL_ALIGN, &callback[3]); in main()
371 create_control (cntl_vbox, 1, CNTL_EXPAND, &callback[0]); in main()
372 create_control (cntl_vbox, 2, CNTL_EXPAND, &callback[1]); in main()
373 create_control (cntl_vbox, 3, CNTL_EXPAND, &callback[2]); in main()
381 create_control (cntl_vbox, 1, CNTL_FIXED, &callback[0]); in main()
382 create_control (cntl_vbox, 2, CNTL_FIXED, &callback[1]); in main()
383 create_control (cntl_vbox, 3, CNTL_FIXED, &callback[2]); in main()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/alsamixer/
H A Dcard.c71 static alsa_mixer_control_t * create_control(snd_hctl_elem_t * hctl_elem) in create_control() function
159 group->tone_switch = create_control(hctl_elem); in alsa_card_create()
165 group->tone_bass = create_control(hctl_elem); in alsa_card_create()
171 group->tone_treble = create_control(hctl_elem); in alsa_card_create()
249 group->capture_switch = create_control(hctl_elem); in alsa_card_create()
251 group->capture_volume = create_control(hctl_elem); in alsa_card_create()
253 group->ctl = create_control(hctl_elem); in alsa_card_create()
258 group->playback_switch = create_control(hctl_elem); in alsa_card_create()
260 group->playback_volume = create_control(hctl_elem); in alsa_card_create()
262 group->ctl = create_control(hctl_elem); in alsa_card_create()
[all …]
/dports/net/astron/Astron-c8ba982/test/common/
H A Dastron.py358 def create_control(cls): member in Datagram
366 dg = cls.create_control()
373 dg = cls.create_control()
380 dg = cls.create_control()
388 dg = cls.create_control()
396 dg = cls.create_control()
404 dg = cls.create_control()
411 dg = cls.create_control()
418 dg = cls.create_control()
/dports/devel/py-pyface/pyface-7.2.0/pyface/action/tests/
H A Dtest_field_action.py50 control = action.create_control(self.parent.control)
75 control = action.create_control(self.parent.control)
105 control = action.create_control(self.parent.control)
H A Dtest_traitsui_widget_action.py57 control = action.create_control(self.parent.control)
88 control = action.create_control(self.parent.control)
121 control = action.create_control(self.parent.control)
/dports/devel/py-apptools/apptools-4.5.0/examples/permissions/application/
H A Dsecured_debug_view.py19 def create_control(self, parent): member in SecuredDebugView
22 control = DebugView.create_control(self, parent)
/dports/devel/py-pyface/pyface-7.2.0/pyface/workbench/
H A Di_workbench_part.py50 def create_control(self, parent): member in IWorkbenchPart
105 def create_control(self, parent): member in MWorkbenchPart
H A Dtraits_ui_editor.py53 def create_control(self, parent): member in TraitsUIEditor
/dports/devel/py-apptools/apptools-4.5.0/apptools/preferences/ui/
H A Dwidget_editor.py34 self.control = page.create_control(parent)
65 self.control = new.create_control(self.parent)
H A Dpreferences_node.py70 return self.page.create_control(parent)
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/qt4/
H A Dcheck_list_editor.py66 self.create_control(parent)
69 def create_control(self, parent): member in SimpleEditor
156 self.create_control(parent)
159 def create_control(self, parent): member in CustomEditor
H A Dprogress_editor.py40 self.control = self.create_control(parent)
51 def create_control(self, parent): member in SimpleEditor
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dprogress_editor.py38 self.control = self.create_control(parent)
48 def create_control(self, parent): member in SimpleEditor
H A Dcheck_list_editor.py72 self.create_control(parent)
80 def create_control(self, parent): member in SimpleEditor
160 def create_control(self, parent): member in CustomEditor
H A Deditor_factory.py68 self.control = self.create_control(parent)
73 def create_control(self, parent): member in SimpleEditor
/dports/devel/py-pyface/pyface-7.2.0/pyface/preference/
H A Dpreference_page.py25 def create_control(self, parent): member in PreferencePage
/dports/devel/py-apptools/apptools-4.5.0/examples/undo/
H A Dexample_editor_manager.py24 def create_control(self, parent): member in _wxLabelEditor
77 def create_control(self, parent): member in _PyQt4LabelEditor
/dports/devel/py-apptools/apptools-4.5.0/examples/appscripting/
H A Dexample_editor_manager.py24 def create_control(self, parent): member in _wxLabelEditor
77 def create_control(self, parent): member in _PyQt4LabelEditor
/dports/devel/py-pyface/pyface-7.2.0/examples/undo/
H A Dexample_editor_manager.py34 def create_control(self, parent): member in _wxLabelEditor
95 def create_control(self, parent): member in _PyQt4LabelEditor
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/workbench/
H A Deditor.py30 def create_control(self, parent): member in Editor
H A Dview.py36 def create_control(self, parent): member in View
/dports/devel/py-pyface/pyface-7.2.0/pyface/action/
H A Dtraitsui_widget_action.py41 def create_control(self, parent): member in TraitsUIWidgetAction
/dports/devel/py-frictionless/frictionless-4.18.2/frictionless/
H A Dplugin.py36 def create_control(self, file, *, descriptor): member in Plugin
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/qt4/workbench/
H A Dview.py29 def create_control(self, parent): member in View

123