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