HTMLFrameSetElement.idl 163 B

12345678
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLFrameSetElement : HTMLElement {
  3. [Reflect] attribute DOMString cols;
  4. [Reflect] attribute DOMString rows;
  5. };