Methods
P
U
Constants
PACKAGE_NAME = 'widget::dateentry'.freeze
 
TkCommandNames = ['::widget::dateentry'.freeze].freeze
 
Class Public methods
package_name()
# File ext/tk/lib/tkextlib/tcllib/dateentry.rb, line 20
def self.package_name
  PACKAGE_NAME
end
package_version()
# File ext/tk/lib/tkextlib/tcllib/dateentry.rb, line 24
def self.package_version
  begin
    TkPackage.require('widget::dateentry')
  rescue
    ''
  end
end
Instance Public methods
post()
# File ext/tk/lib/tkextlib/tcllib/dateentry.rb, line 54
def post
  tk_send('post')
  self
end
unpost()
# File ext/tk/lib/tkextlib/tcllib/dateentry.rb, line 59
def unpost
  tk_send('unpost')
  self
end