node-gtk icon indicating copy to clipboard operation
node-gtk copied to clipboard

VFuncs: explicitly provide overriden functions

Open romgrk opened this issue 4 years ago • 0 comments

eg.

class A extends Gtk.Widget {
  static overrides = ['measure']
  measure() {}
}

romgrk avatar Mar 19 '21 18:03 romgrk