Home
last modified time | relevance | path

Searched refs:configurePanel (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/demos/
H A DBltTabset.py30 configurePanel = Tkinter.Frame(self.tabset)
31 sideMenu = Pmw.OptionMenu (configurePanel,
40 rotateMenu = Pmw.ComboBox(configurePanel,
62 self.tabset.tab_configure('Configure', window = configurePanel)
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/demos/
H A DBltTabset.py30 configurePanel = tkinter.Frame(self.tabset)
31 sideMenu = Pmw.OptionMenu (configurePanel,
40 rotateMenu = Pmw.ComboBox(configurePanel,
62 self.tabset.tab_configure('Configure', window = configurePanel)
/dports/www/grafana8/grafana-8.3.6/packages/grafana-e2e/src/flows/
H A DeditPanel.ts1 import { configurePanel, PartialEditPanelConfig } from './configurePanel';
4 configurePanel({
H A DaddPanel.ts1 import { configurePanel, PartialAddPanelConfig } from './configurePanel';
7 configurePanel({
H A DconfigurePanel.ts55 export const configurePanel = (config: PartialAddPanelConfig | PartialEditPanelConfig | PartialConf… constant
/dports/audio/bristol/bristol-0.60.10/libbrighton/
H A DbrightonPanelMgt.c79 configurePanel(brightonWindow *bwin, brightonIResource *panel, in configurePanel() function
550 bwin->app->resources[i].configure = configurePanel; in brightonCreateInterface()