Sha256: 5941a144360497eb2eb7676c90287968f4e757da41690e4c8afc0a52d6df9bd6
Contents?: true
Size: 514 Bytes
Versions: 7
Compression:
Stored size: 514 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::PRT sub package for wxRuby3 # wxPrintDialog Standard print dialog Wx::define_keyword_ctors(Wx::PRT::PrintDialog) do wx_ctor_params :data end Wx::define_keyword_ctors(Wx::PRT::PageSetupDialog) do wx_ctor_params :data end
Version data entries
7 entries across 7 versions & 1 rubygems