view win/dwcompat.def @ 2416:353581ebf4a5

iOS: Fix display of widgets. DWMLE and DWContainer are subclasses of UIScrollView. On MacOS we had to place them inside a NSScrollView, which is unnecessary on iOS, thus the scrollView method was returning nil preventing packing of those type widgets. Also fix UIScrollViewCell text and image creation.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 03 Apr 2021 00:14:05 +0000
parents bf34d9f9dabe
children
line wrap: on
line source

LIBRARY DWCOMPAT

EXPORTS
  makedir            @20
  vargs              @21
  setfileinfo        @22
  drivefree          @23
  isdrive            @24
  drivesize          @25
  getfsname          @26

  _opendir           @30
  _openxdir          @31
  _readdir           @32
  _seekdir           @33
  _telldir           @34
  _closedir          @35

  fsopen             @40
  fsclose            @41
  fsgets             @42
  fsseek             @43

  locale_init        @50
  locale_string      @51

  nice_strformat     @60
  initdir            @61
  setpath            @62