Sha256: 601c08e7af71a2fbe9393b1ece7583623f977975263190e26cd799f9324117a4

Contents?: true

Size: 688 Bytes

Versions: 2

Compression:

Stored size: 688 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


class Wx::EvtHandler

  # @!group PG Event handler methods

  # Respond to {Wx::PG::EVT_PG_PAGE_CHANGED} event, generated when selected property page has been changed by the user.
  # Processes a {Wx::PG::EVT_PG_PAGE_CHANGED} event.
  # @param [Integer,Wx::Enum,Wx::Window,Wx::MenuItem,Wx::ToolBarTool,Wx::Timer] id window/control id
  # @param [String,Symbol,Method,Proc] meth (name of) method or handler proc
  # @yieldparam [Wx::PG::PropertyGridEvent] event the event to handle
  def evt_pg_page_changed(id, meth = nil, &block) end

  # @!endgroup

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-0.9.1 lib/wx/doc/pg/events.rb
wxruby3-0.9.0 lib/wx/doc/pg/events.rb