Sha256: b82c57c2791db33e2c6b1663e2fa6073ed4eb84ad13d46ee65706430f8b4b20c
Contents?: true
Size: 511 Bytes
Versions: 53
Compression:
Stored size: 511 Bytes
Contents
require 'glimmer/swt/grid_layout_proxy' require 'glimmer/swt/widget_proxy' module Glimmer module SWT class ScrolledCompositeProxy < CompositeProxy STYLE = <<~CSS .scrolled-composite { } CSS # TODO set overflow-y and overflow-x based on :v_scroll and :h_scroll styles.... though consider also that it might not be needed in web browsers where scrollbars are always present # height: 100px; # overflow-y: auto; end end end
Version data entries
53 entries across 53 versions & 1 rubygems