Home
last modified time | relevance | path

Searched refs:ID_BROWSE (Results 1 – 18 of 18) sorted by relevance

/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dassociatedialog.cpp27 EVT_BUTTON ( ID_BROWSE, AssociateDialog::OnBrowse ) in BEGIN_EVENT_TABLE()
77 ID_BROWSE, in BEGIN_EVENT_TABLE()
126 else if ( id == ID_BROWSE ) in OnContextHelp()
H A Dassociatedialog.h51 ID_BROWSE, enumerator
/dports/archivers/unzip/unzip60/windll/guisfx/
H A Ddialog.h20 #define ID_BROWSE 205 macro
H A Dsfxwiz.dlg29 …CONTROL "Browse", ID_BROWSE, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 212, 52…
H A Dsfxwiz.c283 case ID_BROWSE : in InitDialogProc()
/dports/editors/fxite/fxite-FXITE-0_92/jef/
H A Ddesclistdlg.h62 ID_BROWSE, enumerator
H A Ddesclistdlg.cpp52 FXMAPFUNC(SEL_COMMAND, DescListDlg::ID_BROWSE, DescListDlg::onBrowse),
218 FXButton*btn = new FXButton(hframe,"...", NULL, this, ID_BROWSE); in editItem()
/dports/www/libwww/w3c-libwww-5.4.2/WinCom/
H A Dresource.h45 #define ID_BROWSE 1009 macro
H A DCacheSetup.cpp53 ON_BN_CLICKED(ID_BROWSE, OnBrowse) in BEGIN_MESSAGE_MAP()
H A DLocation.cpp59 ON_BN_CLICKED(ID_BROWSE, OnBrowse) in BEGIN_MESSAGE_MAP()
H A DWinCom.rc193 DEFPUSHBUTTON "Browse",ID_BROWSE,209,8,50,14
/dports/emulators/bochs/bochs-2.7/gui/
H A Dwin32paramdlg.cc37 #define ID_BROWSE 2000 macro
260 if ((idCtrl >= ID_PARAM) && (idCtrl < ID_BROWSE)) { in OnWMNotify()
495 return CreateButton(hDlg, ID_BROWSE + cid, xpos, ypos, hide, "Browse..."); in CreateBrowseButton()
647 Button = GetDlgItem(hDlg, ID_BROWSE + cid); in EnableParam()
886 Button = GetDlgItem(hDlg, ID_BROWSE + cid + i); in ShowParamList()
1006 if ((id >= ID_BROWSE) && (id < (ID_BROWSE + nextDlgID))) { in HandleChildWindowEvents()
1007 i = (UINT)(id - ID_BROWSE); in HandleChildWindowEvents()
/dports/games/corsix-th/CorsixTH-0.65.1/AnimView/
H A DfrmMain.h66 ID_BROWSE, enumerator
H A DfrmMain.cpp47 EVT_BUTTON(ID_BROWSE, frmMain::_onBrowse)
100 pThemeHospital->Add(new wxButton(this, ID_BROWSE, L"Browse..."), in frmMain()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/export/
H A DExportCL.cpp74 #define ID_BROWSE 5000 macro
77 EVT_BUTTON(ID_BROWSE, ExportCLOptions::OnBrowse) in BEGIN_EVENT_TABLE()
128 S.Id(ID_BROWSE).AddButton(XXO("Browse..."), in PopulateOrExchange()
H A DExportMP3.cpp581 #define ID_BROWSE 5000 macro
635 S.Id(ID_BROWSE).AddButton(XXO("Browse..."), wxALIGN_RIGHT); in PopulateOrExchange()
706 EVT_BUTTON(ID_BROWSE, FindDialog::OnBrowse)
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/
H A Dflowviewer.py135 self.ID_BROWSE = wx.NewId()
146 …toolbar.AddSimpleTool(self.ID_BROWSE, bitmap("browse.png"), "Browse all the files of the workflow.…
168 (self.ID_BROWSE, self.OnBrowse),
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMWindow.cpp1201 ID_BROWSE = FXDialogBox::ID_LAST, enumerator
1214 FXMAPFUNC(SEL_COMMAND,GMOpenDialog::ID_BROWSE,GMOpenDialog::onCmdBrowse),
1232 new GMButton(inputframe,tr("…"),nullptr,this,ID_BROWSE); in GMOpenDialog()