Methods
Constants
BindTag_FileList | = | TkBindTag.new_by_name('TreeCtrlFileList') |
PACKAGE_NAME | = | 'treectrl'.freeze |
HasColumnCreateCommand | = | (TkPackage.vcompare(self.package_version, '1.1') >= 0) |
Class Public methods
image_tint(img, color, alpha)
Link
loupe(img, x, y, w, h, zoom)
Link
# File ext/tk/lib/tkextlib/treectrl/tktreectrl.rb, line 47 def self.loupe(img, x, y, w, h, zoom) # NOTE: platform == 'unix' only # img => TkPhotoImage # x, y => screen coords # w, h => magnifier width and height # zoom => zooming rate Tk.tk_call_without_enc('loupe', img, x, y, w, h, zoom) end
package_name()
Link
package_version()
Link