Home
last modified time | relevance | path

Searched refs:toolbarGroup (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/sogo/SOGo-5.4.0/UI/Common/
H A DUIxToolbar.m35 NSArray *toolbarGroup; field
58 [toolbarGroup release];
68 ASSIGN(toolbarGroup, _group);
71 - (id)toolbarGroup { method
72 return toolbarGroup;
248 return ([toolbarConfig indexOfObject: toolbarGroup]
/dports/www/sogo-activesync/SOGo-5.4.0/UI/Common/
H A DUIxToolbar.m35 NSArray *toolbarGroup; field
58 [toolbarGroup release];
68 ASSIGN(toolbarGroup, _group);
71 - (id)toolbarGroup { method
72 return toolbarGroup;
248 return ([toolbarConfig indexOfObject: toolbarGroup]
/dports/www/sogo2/SOGo-2.4.1/UI/Common/
H A DUIxToolbar.m37 NSArray *toolbarGroup; field
60 [toolbarGroup release];
70 ASSIGN(toolbarGroup, _group);
73 - (id)toolbarGroup { method
74 return toolbarGroup;
249 return ([toolbarConfig indexOfObject: toolbarGroup]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.7.x/
H A DImportant-85361-EXTrte_ckeditor-Re-addTheSoftHyphenButton.rst47 The button with the buttonName `softHyphen` of the plugin is assigned to a toolbarGroup named
49 use the toolbarGroup or the buttonName to display the button at the desired location in the toolbar.
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.7.x/
H A DImportant-85361-EXTrte_ckeditor-Re-addTheSoftHyphenButton.rst47 The button with the buttonName `softHyphen` of the plugin is assigned to a toolbarGroup named
49 use the toolbarGroup or the buttonName to display the button at the desired location in the toolbar.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.7.x/
H A DImportant-85361-EXTrte_ckeditor-Re-addTheSoftHyphenButton.rst47 The button with the buttonName `softHyphen` of the plugin is assigned to a toolbarGroup named
49 use the toolbarGroup or the buttonName to display the button at the desired location in the toolbar.
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/rte_ckeditor/Documentation/Configuration/
H A DExamples.rst96 Each button is in a specific toolbarGroup. You can configure various toolbars, containing
174 If the button is not displayed, it is possible, that the toolbarGroup has not
175 been activated. Search for "toolbar" in the plugin to find out which toolbarGroup
176 is being used, in the case of the plugin "codesnippet", it is the toolbarGroup
H A DReference.rst81 editor.config.toolbarGroup
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/rte_ckeditor/Documentation/Configuration/
H A DExamples.rst94 Each button is in a specific toolbarGroup. You can configure various toolbars, containing
169 If the button is not displayed, it is possible, that the toolbarGroup has not
170 been activated. Search for "toolbar" in the plugin to find out which toolbarGroup
171 is being used, in the case of the plugin "codesnippet", it is the toolbarGroup
H A DReference.rst85 .. option:: editor.config.toolbarGroup
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/rte_ckeditor/Documentation/Configuration/
H A DExamples.rst94 Each button is in a specific toolbarGroup. You can configure various toolbars, containing
167 If the button is not displayed, it is possible, that the toolbarGroup has not
168 been activated. Search for "toolbar" in the plugin to find out which toolbarGroup
169 is being used, in the case of the plugin "codesnippet", it is the toolbarGroup
H A DReference.rst85 .. option:: editor.config.toolbarGroup
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A Dkmainwindow.cpp530 KConfigGroup toolbarGroup(&cg, groupName.constData()); in saveMainWindowSettings() local
531 toolbar->saveSettings(toolbarGroup); in saveMainWindowSettings()
611 KConfigGroup toolbarGroup(&cg, groupName.constData()); in applyMainWindowSettings() local
612 toolbar->applySettings(toolbarGroup); in applyMainWindowSettings()
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkmainwindow.cpp654 KConfigGroup toolbarGroup(&cg, groupName.constData()); in saveMainWindowSettings() local
655 toolbar->saveSettings(toolbarGroup); in saveMainWindowSettings()
761 KConfigGroup toolbarGroup(&cg, groupName.constData()); in applyMainWindowSettings() local
762 toolbar->applySettings(toolbarGroup); in applyMainWindowSettings()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/sublime/
H A Dmainwindow.cpp330 KConfigGroup toolbarGroup(&cg, group); in loadSettings() local
331 toolbar->applySettings(toolbarGroup); in loadSettings()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/cpd/
H A DCustomizePerspectiveDialog.java855 Composite toolbarGroup = new Composite(actionGroup, SWT.NONE); in createActionSetAvailabilityPage() local
859 toolbarGroup.setLayout(layout); in createActionSetAvailabilityPage()
860 toolbarGroup.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); in createActionSetAvailabilityPage()
862 label = new Label(toolbarGroup, SWT.WRAP); in createActionSetAvailabilityPage()
866 actionSetToolbarViewer = new TreeViewer(toolbarGroup); in createActionSetAvailabilityPage()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/SwingSet2/
H A DSwingSet2.java105 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
715 return toolbarGroup;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/SwingSet2/
H A DSwingSet2.java105 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
715 return toolbarGroup;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/SwingSet2/
H A DSwingSet2.java105 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
715 return toolbarGroup;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet2/src/
H A DSwingSet2.java147 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
705 return toolbarGroup;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SwingSet2/
H A DSwingSet2.java110 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
755 return toolbarGroup;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/SwingSet2/src/
H A DSwingSet2.java147 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
705 return toolbarGroup;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/SwingSet2/src/
H A DSwingSet2.java147 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
705 return toolbarGroup;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/SwingSet2/
H A DSwingSet2.java110 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
755 return toolbarGroup;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/SwingSet2/src/
H A DSwingSet2.java147 private ButtonGroup toolbarGroup = new ButtonGroup(); field in SwingSet2
705 return toolbarGroup;

12