Searched refs:addToolbarItem (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py38 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
208 addToolbarItem(self, kWSTReloadContentsToolbarItemIdentifier,
211 addToolbarItem(self, kWSTPreferencesToolbarItemIdentifier,
214 addToolbarItem(self, kWSTUrlTextFieldToolbarItemIdentifier,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py40 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
162 addToolbarItem(self, kWSTReloadContentsToolbarItemIdentifier,
165 addToolbarItem(self, kWSTPreferencesToolbarItemIdentifier,
168 addToolbarItem(self, kWSTUrlTextFieldToolbarItemIdentifier,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py32 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
140 addToolbarItem(
144 addToolbarItem(
148 addToolbarItem(
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py38 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
208 addToolbarItem(self, kWSTReloadContentsToolbarItemIdentifier,
211 addToolbarItem(self, kWSTPreferencesToolbarItemIdentifier,
214 addToolbarItem(self, kWSTUrlTextFieldToolbarItemIdentifier,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py40 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
162 addToolbarItem(self, kWSTReloadContentsToolbarItemIdentifier,
165 addToolbarItem(self, kWSTPreferencesToolbarItemIdentifier,
168 addToolbarItem(self, kWSTUrlTextFieldToolbarItemIdentifier,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py32 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
140 addToolbarItem(
144 addToolbarItem(
148 addToolbarItem(
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py38 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
208 addToolbarItem(self, kWSTReloadContentsToolbarItemIdentifier,
211 addToolbarItem(self, kWSTPreferencesToolbarItemIdentifier,
214 addToolbarItem(self, kWSTUrlTextFieldToolbarItemIdentifier,
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py40 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
162 addToolbarItem(self, kWSTReloadContentsToolbarItemIdentifier,
165 addToolbarItem(self, kWSTPreferencesToolbarItemIdentifier,
168 addToolbarItem(self, kWSTUrlTextFieldToolbarItemIdentifier,
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py32 def addToolbarItem(aController, anIdentifier, aLabel, aPaletteLabel, function
140 addToolbarItem(
144 addToolbarItem(
148 addToolbarItem(
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DMain.js253 this.toolbar.addToolbarItem(this.closeButtonNavigationItem, WebInspector.Toolbar.Section.Control);
254 this.toolbar.addToolbarItem(this.undockButtonNavigationItem, WebInspector.Toolbar.Section.Control);
268 this.toolbar.addToolbarItem(this.resourceSidebarPanel.toolbarItem, WebInspector.Toolbar.Section.Left);
271 this.toolbar.addToolbarItem(this.timelineSidebarPanel.toolbarItem, WebInspector.Toolbar.Section.Left);
272 this.toolbar.addToolbarItem(this.debuggerSidebarPanel.toolbarItem, WebInspector.Toolbar.Section.Left);
279 this.toolbar.addToolbarItem(this._consoleToolbarButton, WebInspector.Toolbar.Section.Center);
284 this.toolbar.addToolbarItem(this.dashboardContainer.toolbarItem, WebInspector.Toolbar.Section.Center);
292 this.toolbar.addToolbarItem(this._inspectModeToolbarButton, WebInspector.Toolbar.Section.Center);
317 this.toolbar.addToolbarItem(toolbarItem, WebInspector.Toolbar.Section.Right);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DToolbar.js188 addToolbarItem: function(toolbarItem, sectionIdentifier)

Completed in 89 milliseconds