Sha256: e9c49eea9b5365f48e5d9fd8166dc5e81721cc355400552d72fe8368e0e384fa
Contents?: true
Size: 490 Bytes
Versions: 7
Compression:
Stored size: 490 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # # Some parts are # Copyright 2004-2007, wxRuby development team # released under the MIT-like wxRuby2 license # = WxSugar - Keyword Constructors Classes # Wx::Grid sub package for wxRuby3 # wxGrid A grid (table) window Wx::define_keyword_ctors(Wx::GRID::Grid) do wx_ctor_params :id, :pos, :size, :style => Wx::WANTS_CHARS wx_ctor_params :name => 'grid' end
Version data entries
7 entries across 7 versions & 1 rubygems