module Knj::Gtk2::Cb

Public Class Methods

init(paras) click to toggle source

This method can be used to invoke autoloading of this file.

# File lib/knj/gtk2_cb.rb, line 3
def self.init(paras)
  return paras["cb"].init(paras["items"])
end
sel(cb) click to toggle source

This method can be used to invoke autoloading of this file.

# File lib/knj/gtk2_cb.rb, line 8
def self.sel(cb)
  return cb.sel
end