Home
last modified time | relevance | path

Searched refs:aPanel (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/pgplot/pgplot/sys_openstep/pgview/
H A Dipanelobj.m12 NSWindow *aPanel;
14 aPanel = [[NSWindow alloc] initWithContentRect:aRect
18 [aPanel setContentView:self];
19 [aPanel setBackgroundColor:[NSColor whiteColor]];
20 [aPanel setReleasedWhenClosed:YES];
21 [aPanel setTitle:@"Info"];
22 [aPanel display];
23 [aPanel orderFront:self];
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DMailboxInspectorPanelController.m45 MailboxInspectorPanel *aPanel;
47 aPanel = [[MailboxInspectorPanel alloc] initWithContentRect: NSMakeRect(200,200,250,500)
53 self = [super initWithWindow: aPanel];
55 [aPanel layoutPanel];
56 [aPanel setDelegate: self];
57 [aPanel setMinSize: [aPanel frame].size];
60 threadArcsView = aPanel->threadArcsView;
64 box = aPanel->box;
65 RELEASE(aPanel);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/
H A Dpcb_calculator_frame.cpp138 void PCB_CALCULATOR_FRAME::AddCalculator( CALCULATOR_PANEL *aPanel, const wxString& panelUIName ) in AddCalculator() argument
141 m_panels.push_back( aPanel ); in AddCalculator()
142 m_panelTypes[ typeid( *aPanel ).hash_code() ] = aPanel; in AddCalculator()
144 m_notebook->AddPage( aPanel, panelUIName, false ); in AddCalculator()
H A Dpcb_calculator_frame.h64 void AddCalculator( CALCULATOR_PANEL *aPanel, const wxString& panelUIName );
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/dialogs/
H A Ddialog_edit_library_tables.cpp38 void DIALOG_EDIT_LIBRARY_TABLES::InstallPanel( wxPanel* aPanel ) in InstallPanel() argument
40 m_contentPanel = aPanel; in InstallPanel()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Dpanel_setup_layers.h89 void SetPhysicalStackupPanel( PANEL_SETUP_BOARD_STACKUP* aPanel ) in SetPhysicalStackupPanel() argument
91 m_physicalStackup = aPanel; in SetPhysicalStackupPanel()
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/
H A DWKTPanel.java71 JPanel aPanel = new JPanel(); field in WKTPanel
222 aPanel.setLayout(aPanelLayout); in uiInit()
223 aPanel.add(aLabelPanel, BorderLayout.WEST); in uiInit()
224 aPanel.add(aScrollPane, BorderLayout.CENTER); in uiInit()
263 aPanel, in uiInit()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dreporter.h191 WX_HTML_PANEL_REPORTER( WX_HTML_REPORT_PANEL* aPanel ) : in WX_HTML_PANEL_REPORTER() argument
193 m_panel( aPanel ) in WX_HTML_PANEL_REPORTER()
H A Deda_draw_frame.h425 void SetCanvas( EDA_DRAW_PANEL_GAL* aPanel ) { m_canvas = aPanel; } in SetCanvas() argument
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/dialogs/
H A Ddialog_edit_library_tables.h36 void InstallPanel( wxPanel* aPanel );
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsColorPicker.mm38 - (void)colorChanged:(NSColorPanel*)aPanel;
61 - (void)colorChanged:(NSColorPanel*)aPanel {
H A DnsFilePicker.mm224 static void UpdatePanelFileTypes(NSOpenPanel* aPanel, NSArray* aFilters) {
226 [aPanel setTreatsFilePackagesAsDirectories:!aFilters];
228 [aPanel setAllowedFileTypes:aFilters];
541 void nsFilePicker::SetDialogTitle(const nsString& inTitle, id aPanel) {
544 [aPanel setTitle:[NSString stringWithCharacters:(const unichar*)inTitle.get()
548 [aPanel setPrompt:[NSString stringWithCharacters:(const unichar*)mOkButtonLabel.get()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DnsColorPicker.mm38 - (void)colorChanged:(NSColorPanel*)aPanel;
61 - (void)colorChanged:(NSColorPanel*)aPanel {
H A DnsFilePicker.mm224 static void UpdatePanelFileTypes(NSOpenPanel* aPanel, NSArray* aFilters) {
226 [aPanel setTreatsFilePackagesAsDirectories:!aFilters];
228 [aPanel setAllowedFileTypes:aFilters];
541 void nsFilePicker::SetDialogTitle(const nsString& inTitle, id aPanel) {
544 [aPanel setTitle:[NSString stringWithCharacters:(const unichar*)inTitle.get()
548 [aPanel setPrompt:[NSString stringWithCharacters:(const unichar*)mOkButtonLabel.get()
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DnsColorPicker.mm38 - (void)colorChanged:(NSColorPanel*)aPanel;
61 - (void)colorChanged:(NSColorPanel*)aPanel {
H A DnsFilePicker.mm224 static void UpdatePanelFileTypes(NSOpenPanel* aPanel, NSArray* aFilters) {
226 [aPanel setTreatsFilePackagesAsDirectories:!aFilters];
228 [aPanel setAllowedFileTypes:aFilters];
541 void nsFilePicker::SetDialogTitle(const nsString& inTitle, id aPanel) {
544 [aPanel setTitle:[NSString stringWithCharacters:(const unichar*)inTitle.get()
548 [aPanel setPrompt:[NSString stringWithCharacters:(const unichar*)mOkButtonLabel.get()
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DnsColorPicker.mm38 - (void)colorChanged:(NSColorPanel*)aPanel;
61 - (void)colorChanged:(NSColorPanel*)aPanel {
H A DnsFilePicker.mm224 static void UpdatePanelFileTypes(NSOpenPanel* aPanel, NSArray* aFilters) {
226 [aPanel setTreatsFilePackagesAsDirectories:!aFilters];
228 [aPanel setAllowedFileTypes:aFilters];
541 void nsFilePicker::SetDialogTitle(const nsString& inTitle, id aPanel) {
544 [aPanel setTitle:[NSString stringWithCharacters:(const unichar*)inTitle.get()
548 [aPanel setPrompt:[NSString stringWithCharacters:(const unichar*)mOkButtonLabel.get()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsColorPicker.mm42 - (void)colorChanged:(NSColorPanel*)aPanel;
65 - (void)colorChanged:(NSColorPanel*)aPanel
H A DnsFilePicker.mm244 void UpdatePanelFileTypes(NSOpenPanel* aPanel, NSArray* aFilters)
247 [aPanel setTreatsFilePackagesAsDirectories:!aFilters];
249 [aPanel setAllowedFileTypes:aFilters];
579 nsFilePicker::SetDialogTitle(const nsString& inTitle, id aPanel)
583 …[aPanel setTitle:[NSString stringWithCharacters:(const unichar*)inTitle.get() length:inTitle.Lengt…
586 …[aPanel setPrompt:[NSString stringWithCharacters:(const unichar*)mOkButtonLabel.get() length:mOkBu…
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DnsColorPicker.mm42 - (void)colorChanged:(NSColorPanel*)aPanel;
65 - (void)colorChanged:(NSColorPanel*)aPanel
H A DnsFilePicker.mm244 void UpdatePanelFileTypes(NSOpenPanel* aPanel, NSArray* aFilters)
247 [aPanel setTreatsFilePackagesAsDirectories:!aFilters];
249 [aPanel setAllowedFileTypes:aFilters];
564 nsFilePicker::SetDialogTitle(const nsString& inTitle, id aPanel)
568 …[aPanel setTitle:[NSString stringWithCharacters:(const unichar*)inTitle.get() length:inTitle.Lengt…
571 …[aPanel setPrompt:[NSString stringWithCharacters:(const unichar*)mOkButtonLabel.get() length:mOkBu…
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/properties/
H A Dwxsimagelisteditordlg.h219 …void PaintPanel(wxPaintDC &aDC, wxPanel *aPanel, wxBitmap &aBitmap, bool aHot = fal…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/sidebar/
H A DSidebarController.cxx721 VclPtr<Panel> aPanel = CreatePanel( in CreatePanels() local
727 if (aPanel.get()!=nullptr ) in CreatePanels()
729 aNewPanels[nWriteIndex] = aPanel; in CreatePanels()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DSidebarController.cxx769 auto aPanel = CreatePanel(rPanelContexDescriptor.msId, in CreatePanels() local
774 if (aPanel) in CreatePanels()
776 aNewPanels[nWriteIndex] = std::move(aPanel); in CreatePanels()

12