Searched refs:panel (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.9.5/ncurses-42/ncurses/panel/
H A Dheaders31 $(srcdir)/panel.h
H A Dpanel.h34 /* $Id: panel.h,v 1.10 2006/05/27 19:49:40 tom Exp $ */
36 /* panel.h -- interface file for panels library */
43 typedef struct panel struct
46 struct panel *below;
47 struct panel *above;
77 /* end of panel.h */
/macosx-10.9.5/ncurses-42/ncurses/include/
H A Dnc_panel.h40 * Headerfile to provide an interface for the panel layer into
51 struct panel; /* Forward Declaration */
54 struct panel* top_panel;
55 struct panel* bottom_panel;
56 struct panel* stdscr_pseudo_panel;
58 int (*destroy)(struct panel *);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsopenpanel.py28 panel = NSOpenPanel.openPanel()
29 self.failUnlessArgIsSEL(panel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo_, 5, 'v@:@i^v')
30 self.failUnlessArgHasType(panel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo_, 6, '^v')
32 self.failUnlessArgIsSEL(panel.beginForDirectory_file_types_modelessDelegate_didEndSelector_contextInfo_, 4, 'v@:@i^v')
33 self.failUnlessArgHasType(panel.beginForDirectory_file_types_modelessDelegate_didEndSelector_contextInfo_, 5, '^v')
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_qlpreviewpanel.py12 def acceptsPreviewPanelControl_(self, panel): return 1
13 def previewPanel_handleEvent_(self, panel, event): return 1
14 def previewPanel_sourceFrameOnScreenForPreviewItem_(self, panel, item): return 1
15 def previewPanel_transitionImageForPreviewItem_contentRect_(self, panel, item, rect): return 1
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DpanelEnablerView.css30 .panel-enabler-view {
45 .panel-enabler-view.visible {
49 .panel-enabler-view .panel-enabler-view-content {
60 .panel-enabler-view h1 {
68 .panel-enabler-disclaimer {
75 .panel-enabler-disclaimer:empty {
79 .panel-enabler-view img {
90 .panel-enabler-view img.hidden {
95 .panel
[all...]
H A DNetworkPanelDescriptor.js50 this.panel().appendApplicableItems(event, contextMenu, target);
H A DInspectorView.js74 panel: function(panelName) method in class:WebInspector.WebInspector.InspectorView
79 return panelDescriptor ? panelDescriptor.panel() : null;
88 var panel = this.panel(panelName);
89 if (panel)
90 this.setCurrentPanel(panel);
91 return panel;
153 // Ctrl/Cmd + 1-9 should show corresponding panel.
164 // so for a ]/[-related keydown we delay the panel switch using a timer, to see if there is a keypress event following this one.
165 // If there is, we cancel the timer and do not consider this a panel switc
[all...]
H A DSearchController.js135 updateSearchMatchesCount: function(matches, panel)
137 if (!panel)
138 panel = WebInspector.inspectorView.currentPanel();
140 panel.currentSearchMatches = matches;
142 if (panel === WebInspector.inspectorView.currentPanel())
146 updateCurrentMatchIndex: function(currentMatchIndex, panel)
148 if (panel === WebInspector.inspectorView.currentPanel())
149 this._updateSearchMatchesCountAndCurrentMatchIndex(panel.currentSearchMatches, currentMatchIndex);
226 var panel = WebInspector.inspectorView.currentPanel(); variable
293 var panel
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsopenpanel.py28 panel = NSOpenPanel.openPanel()
29 self.assertArgIsSEL(panel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo_, 5, b'v@:@' + objc._C_NSInteger + b'^v')
30 self.assertArgHasType(panel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo_, 6, b'^v')
32 self.assertArgIsSEL(panel.beginForDirectory_file_types_modelessDelegate_didEndSelector_contextInfo_, 4, b'v@:@'+objc._C_NSInteger+b'^v')
33 self.assertArgHasType(panel.beginForDirectory_file_types_modelessDelegate_didEndSelector_contextInfo_, 5, b'^v')
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MyViewer/
H A DMyViewerCtrl.rb56 panel = OSX::NSGetAlertPanel(title, "%@", nil, nil, nil, message)
57 panel.center
58 panel.makeKeyAndOrderFront(panel)
60 panel.close
61 OSX::NSReleaseAlertPanel(panel)
H A DMyInspector.rb23 @panel = OSX::NSPanel.alloc.
30 @panel.setReleasedWhenClosed false
31 @panel.setMinSize(OSX::NSSize.new(PanelWidth, PanelHeight))
32 @panel.setTitle "Inspector"
33 @panel.setDelegate(self)
40 @panel.contentView.addSubview button[i]
57 @panel.contentView.addSubview @text
77 # [panel release];
82 @panel.setFloatingPanel true
83 @panel
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DPreferences.h7 IBOutlet NSPanel *panel; variable
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDAStatus/
H A DPreferences.h7 IBOutlet NSPanel *panel; variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DController.py107 panel = NSOpenPanel.openPanel() variable in class:Controller
108 panel.setAllowsMultipleSelection_(False)
109 panel.setResolvesAliases_(True)
110 panel.setTreatsFilePackagesAsDirectories_(True)
114 panel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo_(
119 def openImageDidEnd_returnCode_contextInfo_(self, panel, returnCode, contextInfo_):
121 if len(panel.filenames()) > 0:
122 image = IICreateImage(NSURL.fileURLWithPath_(panel.filenames()[0]))
129 panel = NSSavePanel.savePanel() variable in class:Controller
130 panel
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DController.py107 panel = NSOpenPanel.openPanel() variable in class:Controller
108 panel.setAllowsMultipleSelection_(False)
109 panel.setResolvesAliases_(True)
110 panel.setTreatsFilePackagesAsDirectories_(True)
114 panel.beginSheetForDirectory_file_types_modalForWindow_modalDelegate_didEndSelector_contextInfo_(
119 def openImageDidEnd_returnCode_contextInfo_(self, panel, returnCode, contextInfo_):
121 if len(panel.filenames()) > 0:
122 image = IICreateImage(NSURL.fileURLWithPath_(panel.filenames()[0]))
129 panel = NSSavePanel.savePanel() variable in class:Controller
130 panel
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Panels/
H A DWebAuthenticationPanel.m58 [panel release];
70 // remove all of the panel's remaining refs, which can cause a
73 [[panel retain] autorelease];
78 [panel close];
80 [[NSApplication sharedApplication] endSheet:panel returnCode:1];
89 // remove all of the panel's remaining refs, which can cause a
92 [[panel retain] autorelease];
94 [panel close];
96 [[NSApplication sharedApplication] endSheet:panel returnCode:0];
119 // Methods related to displaying the panel
[all...]
H A DWebPanelAuthenticationHandler.m122 WebAuthenticationPanel *panel = [[WebAuthenticationPanel alloc] initWithCallback:self selector:@selector(_authenticationDoneWithChallenge:result:)];
124 [windowToPanel setObject:panel forKey:window];
125 [panel release];
128 [panel runAsModalDialogWithChallenge:challenge];
130 [panel runAsSheetOnWindow:window withChallenge:challenge];
139 WebAuthenticationPanel *panel = [windowToPanel objectForKey:window];
140 [panel cancel:self];
/macosx-10.9.5/webdavfs-352.92.2/webdav_cert_ui.tproj/
H A DController.m175 * Displays the modal cert panel.
181 SFCertificateTrustPanel *panel;
196 panel = [[SFCertificateTrustPanel alloc] init];
225 if ([panel respondsToSelector:@selector(setPolicies:)])
227 [panel setPolicies:(id)policy];
229 if ([panel respondsToSelector:@selector(setDefaultButtonTitle:)])
231 [panel setDefaultButtonTitle:LOCSTRING(@"MESSAGE_CERT_CONTINUE")];
233 if ([panel respondsToSelector:@selector(setAlternateButtonTitle:)])
235 [panel setAlternateButtonTitle:LOCSTRING(@"MESSAGE_CERT_CANCEL")];
237 if ([panel respondsToSelecto
[all...]
/macosx-10.9.5/ncurses-42/xcodescripts/
H A Dinstall_headers.sh13 ./ncurses/panel/panel.h \
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DMediaControlsGtk.cpp63 // Create an enclosing element for the panel so we can visually offset the controls correctly.
65 RefPtr<MediaControlPanelElement> panel = MediaControlPanelElement::create(document); local
70 panel->appendChild(playButton.release(), exceptionCode, AttachLazily);
76 panel->appendChild(timeline.release(), exceptionCode, AttachLazily);
83 panel->appendChild(currentTimeDisplay.release(), exceptionCode, AttachLazily);
89 panel->appendChild(durationDisplay.release(), exceptionCode, AttachLazily);
96 panel->appendChild(toggleClosedCaptionsButton.release(), exceptionCode, AttachLazily);
103 panel->appendChild(fullscreenButton.release(), exceptionCode, AttachLazily);
109 panel->appendChild(panelMuteButton.release(), exceptionCode, AttachLazily);
115 panel
[all...]
/macosx-10.9.5/top-89.1.2/
H A Duserinput_help.c33 PANEL *panel; member in struct:__anon14169
40 .panel = NULL,
104 if(help.panel) {
105 del_panel(help.panel);
106 help.panel = NULL;
143 help.panel = new_panel(help.window);
145 if(NULL == help.panel) {
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl70 variable panel 0
822 variable panel
826 incr panel
828 if { $panel >= $max } {
831 if { ($panel + 1) == $max } {
837 if { $panel > 0 } {
844 variable panel
847 incr panel -1
848 if { $panel <= 0 } {
850 set panel
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl70 variable panel 0
822 variable panel
826 incr panel
828 if { $panel >= $max } {
831 if { ($panel + 1) == $max } {
837 if { $panel > 0 } {
844 variable panel
847 incr panel -1
848 if { $panel <= 0 } {
850 set panel
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl70 variable panel 0
809 variable panel
813 incr panel
815 if { $panel >= $max } {
818 if { ($panel + 1) == $max } {
824 if { $panel > 0 } {
831 variable panel
834 incr panel -1
835 if { $panel <= 0 } {
837 set panel
[all...]

Completed in 220 milliseconds

1234