Home
last modified time | relevance | path

Searched refs:AddPanel (Results 1 – 22 of 22) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_statusbar/
H A DDemoForm.pas71 t.AddPanel(-1, 100, taLeftJustify, 'Left', 0);//, 0, true);
72 t.AddPanel(-1, 100, taCenter, 'Center', 1);//, 0, true);
74 t.AddPanel(-1, 100, taRightJustify, 'Right', 0);//, 0, true);
75 t.AddPanel(-1, 80, taLeftJustify, '', 0);
76 t.AddPanel(-1, 80, taCenter, '', 0);
77 t.AddPanel(-1, 80, taRightJustify, '', 0);
98 t0.AddPanel(-1, 50, taRightJustify, 'Rt', -1, 0, false, false, clNavy);
99 t0.AddPanel(-1, 50, taRightJustify, 'Rt2', -1, 0, false, false, clGreen);
101 t0.AddPanel(-1, 100, taCenter, 'Center');
117 t1.AddPanel(-1, 20, taLeftJustify, 'Auto-sized', -1, 0, true, false);
[all …]
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/application/gui/main/settings/dictionaries/add/
H A DAddGui.java37 private AddPanel addPanel;
54 addPanel = new AddPanel( dialog, engine ); in AddGui()
H A DAddPanel.java58 public class AddPanel { class
59 private static final Log LOG = LogFactory.getLog( AddPanel.class );
61 private Resources resources = Resources.forProperties( AddPanel.class );
99 public AddPanel( JDialog parentDialog, IEngine engine ) { in AddPanel() method in AddPanel
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_panel_windows.cc1121 kpinterface->AddPanel(cp); in MenuAction()
1124 kpinterface->AddPanel(sp); in MenuAction()
1127 kpinterface->AddPanel(cp); in MenuAction()
1160 kpinterface->AddPanel(dp); in MenuAction()
1163 kpinterface->AddPanel(dp); in MenuAction()
1166 kpinterface->AddPanel(cl); in MenuAction()
1169 kpinterface->AddPanel(dp); in MenuAction()
1172 kpinterface->AddPanel(gp); in MenuAction()
1175 kpinterface->AddPanel(ap); in MenuAction()
1190 kpinterface->AddPanel(cp); in MenuAction()
[all …]
H A Dkis_panel_frontend.cc243 globalreg->panel_interface->AddPanel(acp); in kpi_prompt_addsource()
427 void KisPanelInterface::AddPanel(Kis_Panel *in_panel) { in AddPanel() function in KisPanelInterface
430 PanelInterface::AddPanel(in_panel); in AddPanel()
451 AddPanel(modal_vec[0]); in KillPanel()
604 AddPanel(kpp); in RaiseAlert()
612 AddPanel(in_panel); in QueueModalPanel()
H A Dkis_panel_frontend.h100 virtual void AddPanel(Kis_Panel *in_panel);
H A Dkismet_client.cc345 globalregistry->panel_interface->AddPanel(mainp); in main()
H A Dkis_panel_details.cc774 kpinterface->AddPanel(np); in MenuAction()
785 kpinterface->AddPanel(cl); in MenuAction()
1864 kpinterface->AddPanel(np); in MenuAction()
H A Dkis_panel_preferences.cc350 kpinterface->AddPanel(cp); in SelectedAction()
1464 kpinterface->AddPanel(sp); in Action()
H A Dkis_panel_widgets.h1104 virtual void AddPanel(Kis_Panel *in_panel);
H A Dkis_panel_widgets.cc406 void PanelInterface::AddPanel(Kis_Panel *in_panel) { in AddPanel() function in PanelInterface
/dports/biology/lamarc/lamarc-2.1.8/src/guiconv/
H A Dgc_assigntab.cpp499 …dds->AddPanel(new gcEmptyCell(newPanel), dispIndex, locusIndex+1, loci.size()); … in MakeContent()
518 … dds->AddPanel(new gcPanelCell(newPanel, panel), dispIndex, locusIndex+1, loci.size()); in MakeContent()
555 …dds->AddPanel(new gcEmptyCell(newPanel), dispIndex, locusIndex+1, loci.size()); … in MakeContent()
567 … dds->AddPanel(new gcPanelCell(newPanel, panel), dispIndex, locusIndex+1, loci.size()); in MakeContent()
601 …dds->AddPanel(new gcEmptyCell(newPanel), dispIndex, locusIndex+1, loci.size()); … in MakeContent()
613 … dds->AddPanel(new gcPanelCell(newPanel, panel), dispIndex, locusIndex+1, loci.size()); in MakeContent()
H A Dgc_data_display.h30 void AddPanel(wxWindow * header, int rowIndex, int colIndex, int lastCol);
H A Dgc_data_display.cpp73 GCDataDisplaySizer::AddPanel(wxWindow * header, int rowIndex, int colIndex, int width) in AddPanel() function in GCDataDisplaySizer
/dports/multimedia/poe/Poe-0.5.1/
H A DAddPanelController.m34 self = [super initWithWindowNibName: @"AddPanel" owner: self];
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dtoasterbox.py491 def AddPanel(self, panel): member in ToasterBox
528 self._tb.AddPanel(self._panel)
917 def AddPanel(self, panel): member in ToasterBoxWindow
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Datstatusbar.pas140 procedure AddPanel( procedure
702 procedure TATStatus.AddPanel( procedure
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DToasterBox.py394 tb.AddPanel(panel)
/dports/net-mgmt/kismet/kismet-2016-07-R1/plugin-btscan/
H A Dbtscan_ui.cc650 globalreg->panel_interface->AddPanel(dp); in BtscanDevlistCB()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DProjectWindow.cpp614 mMainPanel = Factory.AddPanel(
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_updates_proc.inc1219 Status.AddPanel(-1, NSize, Al, '', -1, NTag, bAutoSize, bStretch, clNone, bHotTrack);
H A Dformmain_py_api.inc8585 FBar.AddPanel(NIndex, 100, taLeftJustify, '', -1, NTag);