Sha256: ee2adc5f142767c238b69c8613f1740f49b078ebd0bbb667f5b5117333278460

Contents?: true

Size: 720 Bytes

Versions: 17

Compression:

Stored size: 720 Bytes

Contents

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


module Wx

  class 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

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
wxruby3-1.4.2 lib/wx/doc/pg/events.rb
wxruby3-1.4.1 lib/wx/doc/pg/events.rb
wxruby3-1.4.0 lib/wx/doc/pg/events.rb
wxruby3-1.3.1 lib/wx/doc/pg/events.rb
wxruby3-1.3.0 lib/wx/doc/pg/events.rb
wxruby3-1.2.1 lib/wx/doc/pg/events.rb
wxruby3-1.2.0 lib/wx/doc/pg/events.rb
wxruby3-1.1.2 lib/wx/doc/pg/events.rb
wxruby3-1.1.1 lib/wx/doc/pg/events.rb
wxruby3-1.1.0 lib/wx/doc/pg/events.rb
wxruby3-1.0.1 lib/wx/doc/pg/events.rb
wxruby3-0.9.8 lib/wx/doc/pg/events.rb
wxruby3-0.9.7 lib/wx/doc/pg/events.rb
wxruby3-0.9.5 lib/wx/doc/pg/events.rb
wxruby3-0.9.4 lib/wx/doc/pg/events.rb
wxruby3-0.9.3 lib/wx/doc/pg/events.rb
wxruby3-0.9.2 lib/wx/doc/pg/events.rb