class Gdk::EventButton

Public Class Methods

new(*paras) click to toggle source
# File lib/knj/ironruby-gtk2/gdk_eventbutton.rb, line 2
def initialize(*paras)
  #take no args.
end

Public Instance Methods

button() click to toggle source
# File lib/knj/ironruby-gtk2/gdk_eventbutton.rb, line 6
def button
  #do nothing.
end
time() click to toggle source
# File lib/knj/ironruby-gtk2/gdk_eventbutton.rb, line 10
def time
  #do nothing.
end