Sha256: e66a5e403d9b3cedbdd27cf5f6f88ccbbf1efa7c6039127ac3899f4cb832b1c5
Contents?: true
Size: 637 Bytes
Versions: 16
Compression:
Stored size: 637 Bytes
Contents
--- :wxPropertyGrid.AddActionTrigger: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby propGrid.add_action_trigger(Wx::PG::PG_ACTION_NEXT_PROPERTY, Wx::K_RETURN) propGrid.dedicate_key(Wx::K_RETURN) ``` :wxPropertyGrid.MakeColumnEditable: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /.*/ :replace: | ```ruby # see Wx::PG::PGProperty#change_flag property.change_flag(Wx::PG::PG_PROP_READONLY, true) ```
Version data entries
16 entries across 16 versions & 1 rubygems