Sha256: c9926f8189932b775270b66c5e7d867bf783e0f8923f84ea047febb650a64e5f
Contents?: true
Size: 484 Bytes
Versions: 11
Compression:
Stored size: 484 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 => Wx::GRID_NAME_STR end
Version data entries
11 entries across 11 versions & 1 rubygems