home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / winfe / prefs / nsdlg / src / nsdlg16.def < prev    next >
Encoding:
Text File  |  1998-04-08  |  4.8 KB  |  96 lines

  1. ; The contents of this file are subject to the Netscape Public License
  2. ; Version 1.0 (the "NPL"); you may not use this file except in
  3. ; compliance with the NPL.  You may obtain a copy of the NPL at
  4. ; http://www.mozilla.org/NPL/
  5. ;
  6. ; Software distributed under the NPL is distributed on an "AS IS" basis,
  7. ; WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  8. ; for the specific language governing rights and limitations under the
  9. ; NPL.
  10. ;
  11. ; The Initial Developer of this code under the NPL is Netscape
  12. ; Communications Corporation.  Portions created by Netscape are
  13. ; Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  14. ; Reserved.
  15.  
  16.  
  17. LIBRARY nsdlg16
  18. DESCRIPTION "Navigator dialog classes"
  19. EXETYPE WINDOWS
  20. CODE PRELOAD MOVEABLE DISCARDABLE
  21. DATA PRELOAD MOVEABLE SINGLE
  22. HEAPSIZE 4096
  23.  
  24. EXPORTS
  25.     WEP @1 RESIDENTNAME PRIVATE
  26.     ??0CString@@REC@AFV0@@Z @256 NONAME                ; CString(const CString &) 
  27.     ??0CString@@REC@PFD@Z @257 NONAME                ; CString(LPCSTR) 
  28.     ??1CString@@REC@XZ @258 NONAME                    ; ~CString() 
  29.     ?Empty@CString@@RECXXZ @259 NONAME
  30.     ??4CString@@RECAFV0@AFV0@@Z @260 NONAME            ; operator=(const CString &) 
  31.     ??4CString@@RECAFV0@D@Z @261 NONAME                ; operator=(char) 
  32.     ??4CString@@RECAFV0@PFD@Z @262 NONAME            ; operator=(LPCSTR) 
  33.     ??H@ZA?EVCString@@AFV0@0@Z @263 NONAME            ; operator+(const CString &, const CString &)
  34.     ??H@ZA?EVCString@@AFV0@D@Z @264 NONAME          ; operator+(const CString &, char)           
  35.     ??H@ZA?EVCString@@AFV0@PFD@Z @265 NONAME        ; operator+(const CString &, LPCSTR)         
  36.     ??H@ZA?EVCString@@DAFV0@@Z @266 NONAME          ; operator+(char, const CString&)            
  37.     ??H@ZA?EVCString@@PFDAFV0@@Z @267 NONAME        ; operator+(LPCSTR, const CString &)         
  38.     ??YCString@@RECAFV0@AFV0@@Z @268 NONAME         ; operaror+=(const CString&)                 
  39.     ??YCString@@RECAFV0@D@Z @269 NONAME             ; operator+=(char)                           
  40.     ??YCString@@RECAFV0@PFD@Z @270 NONAME           ; operator+=(LPCSTR)                         
  41.     ?Find@CString@@RFCHD@Z @271 NONAME
  42.     ?ReverseFind@CString@@RFCHD@Z @272 NONAME
  43.     ?Mid@CString@@RFC?EV1@H@Z @273 NONAME
  44.     ?Mid@CString@@RFC?EV1@HH@Z @274 NONAME
  45.     ?Left@CString@@RFC?EV1@H@Z @275 NONAME
  46.     ?Right@CString@@RFC?EV1@H@Z @276 NONAME
  47.     ?LoadString@CString@@RECHII@Z @277 NONAME
  48.     ?GetWindowText@CString@@RECHI@Z @278 NONAME
  49.     ??0CDialog@@REC@II@Z @279 NONAME                ; CDialog(HINSTANCE, UINT) 
  50.     ?Create@CDialog@@RECHI@Z @280 NONAME
  51.     ?DestroyWindow@CDialog@@RECHXZ @281 NONAME
  52.     ?InitDialog@CDialog@@NECHXZ @282 NONAME
  53.     ?OnCommand@CDialog@@NECHHII@Z @283 NONAME
  54.     ?WindowProc@CDialog@@NECJIIJ@Z @284 NONAME
  55.     ?RadioButtonTransfer@CDialog@@JECXHAEHH@Z @285 NONAME
  56.     ?CheckBoxTransfer@CDialog@@JECXHAEHH@Z @286 NONAME
  57.     ?EditFieldTransfer@CDialog@@JECXHAEHH@Z @287 NONAME
  58.     ?EditFieldTransfer@CDialog@@JECXHAEVCString@@H@Z @288 NONAME
  59.     ?ListBoxTransfer@CDialog@@JECXHAEHH@Z @289 NONAME
  60.     ?ComboBoxTransfer@CDialog@@JECXHAEHH@Z @290 NONAME
  61.     ??0CPropertyPageEx@@REC@IIPFD@Z @291 NONAME        ; CPropertyPageEx(HINSTANCE, UINT) 
  62.     ??1CPropertyPageEx@@VEC@XZ @292 NONAME            ; ~CPropertyPage() 
  63.     ??2CPropertyPageEx@@TAPEXI@Z @293 NONAME        ; operator new(size_t) 
  64.     ??3CPropertyPageEx@@TAXPEX@Z @294 NONAME        ; operator delete() 
  65.     ?QueryInterface@CPropertyPageEx@@VEAPEXAFUGUID@@PEPEX@Z @295 NONAME
  66.     ?AddRef@CPropertyPageEx@@VEAKXZ @296 NONAME
  67.     ?Release@CPropertyPageEx@@VEAKXZ @297 NONAME
  68.     ?SetPageSite@CPropertyPageEx@@VEAPEXPEUIPropertyPageSite@@@Z @298 NONAME
  69.     ?Activate@CPropertyPageEx@@VEAPEXIPFUtagRECT@@H@Z @299 NONAME
  70.     ?Deactivate@CPropertyPageEx@@VEAPEXXZ @300 NONAME
  71.     ?GetPageInfo@CPropertyPageEx@@VEAPEXPEUtagPROPPAGEINFO@@@Z @301 NONAME
  72.     ?SetObjects@CPropertyPageEx@@VEAPEXKPEPEUIUnknown@@@Z @302 NONAME
  73.     ?Show@CPropertyPageEx@@VEAPEXI@Z @303 NONAME
  74.     ?Move@CPropertyPageEx@@VEAPEXPFUtagRECT@@@Z @304 NONAME
  75.     ?IsPageDirty@CPropertyPageEx@@VEAPEXXZ @305 NONAME
  76.     ?Apply@CPropertyPageEx@@VEAPEXXZ @306 NONAME
  77.     ?Help@CPropertyPageEx@@VEAPEXPFD@Z @307 NONAME
  78.     ?TranslateAccelerator@CPropertyPageEx@@VEAPEXPEUtagMSG@@@Z @308 NONAME
  79.     ?PageChanging@CPropertyPageEx@@VEAPEXPEUIPropertyPage@@@Z @309 NONAME
  80.     ?GetPageSize@CPropertyPageEx@@NECPEXAEUtagSIZE@@@Z @310 NONAME
  81.     ?InitDialog@CPropertyPageEx@@NECHXZ @311 NONAME
  82.     ?DoModal@CDialog@@RECHI@Z @312 NONAME
  83.     ?OnOK@CDialog@@NECXXZ @313 NONAME
  84.     ?OnCancel@CDialog@@NECXXZ @314 NONAME
  85.     ?Init@CString@@BECXXZ @315 NONAME
  86.     ?DrawColorButtonControl@@ZCXPEUtagDRAWITEMSTRUCT@@I@Z @316 NONAME
  87.     ?EditFieldTransfer@CDialog@@JECXHAEIH@Z @317 NONAME
  88.     ?ComboBoxTransfer@CDialog@@JECXHAEVCString@@H@Z @318 NONAME
  89.     ?SizeToFitBitmapButton@@ZCXII@Z @319 NONAME
  90.     ?DrawBitmapButton@@ZCXPEUtagDRAWITEMSTRUCT@@II@Z @320 NONAME
  91.     ?LoadTransparentBitmap@@ZCIII@Z @321 NONAME
  92.     ?ListBoxTransfer@CDialog@@JECXHAEVCString@@H@Z @322 NONAME
  93.     ?BufferSetLength@CString@@RECPEDH@Z @323 NONAME
  94.     ?EnableDlgItem@CDialog@@JECXIH@Z @324 NONAME
  95.     
  96.