Sha256: 7bf297cd9925f07ae07ccf2784865f285552f1e142d40a325a868a36ac2d5e46
Contents?: true
Size: 887 Bytes
Versions: 10
Compression:
Stored size: 887 Bytes
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::GRID # This class may be used to format string data in a cell. # The too long lines are wrapped to be shown entirely at word boundaries. # === # # Category: Grid Related Classes # @see Wx::GRID::GridCellRenderer # @see Wx::GRID::GridCellBoolRenderer # @see Wx::GRID::GridCellDateTimeRenderer # @see Wx::GRID::GridCellEnumRenderer # @see Wx::GRID::GridCellFloatRenderer # @see Wx::GRID::GridCellNumberRenderer # @see Wx::GRID::GridCellStringRenderer # # class GridCellAutoWrapStringRenderer < GridCellStringRenderer # Default constructor. # @return [GridCellAutoWrapStringRenderer] def initialize; end end # GridCellAutoWrapStringRenderer end
Version data entries
10 entries across 10 versions & 1 rubygems