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

Overrides: add missing #defined-constants in Gtk

Open romgrk opened this issue 5 years ago • 0 comments

Such as

const GtkStyleProviderPriority = {
  FALLBACK:    1,
  THEME:       200,
  SETTINGS:    400,
  APPLICATION: 600,
  USER:        800,
}

romgrk avatar Nov 21 '20 22:11 romgrk