Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more

In Files

  • tk/lib/tkextlib/treectrl/tktreectrl.rb

Class/Module Index [+]

Quicksearch

Tk::TreeCtrl::BindCallback

Public Class Methods

autoScanCancel(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2368
def autoScanCancel(w)
  tk_call('::TreeCtrl::AutoScanCancel', w)
end
            
autoScanCheck(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2362
def autoScanCheck(w, x, y)
  tk_call('::TreeCtrl::AutoScanCheck', w, x, y)
end
            
autoScanCheckAux(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2365
def autoScanCheckAux(w)
  tk_call('::TreeCtrl::AutoScanCheckAux', w)
end
            
beginExtend(w, el) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2353
def beginExtend(w, el)
  tk_call('::TreeCtrl::BeginExtend', w, el)
end
            
beginSelect(w, el) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2347
def beginSelect(w, el)
  tk_call('::TreeCtrl::BeginSelect', w, el)
end
            
beginToggle(w, el) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2356
def beginToggle(w, el)
  tk_call('::TreeCtrl::BeginToggle', w, el)
end
            
buttonPress1(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2332
def buttonPress1(w, x, y)
  tk_call('::TreeCtrl::ButtonPress1', w, x, y)
end
            
cancel(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2386
def cancel(w)
  tk_call('::TreeCtrl::Cancel', w)
end
            
cancelRepeat() click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2359
def cancelRepeat
  tk_call('::TreeCtrl::CancelRepeat')
end
            
cursorCancel(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2329
def cursorCancel(w)
  tk_call('::TreeCtrl::CursorCancel', w)
end
            
cursorCheck(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2323
def cursorCheck(w, x, y)
  tk_call('::TreeCtrl::CursorCheck', w, x, y)
end
            
cursorCheckAux(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2326
def cursorCheckAux(w)
  tk_call('::TreeCtrl::CursorCheckAux', w)
end
            
dataExtend(w, el) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2383
def dataExtend(w, el)
  tk_call('::TreeCtrl::DataExtend', w, el)
end
            
doubleButton1(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2335
def doubleButton1(w, x, y)
  tk_call('::TreeCtrl::DoubleButton1', w, x, y)
end
            
entryClose(w, accept) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2443
def entryClose(w, accept)
  tk_call('::TreeCtrl::EntryClose', w, accept)
end
            
entryExpanderKeypress(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2446
def entryExpanderKeypress(w)
  tk_call('::TreeCtrl::EntryExpanderKeypress', w)
end
            
entryExpanderOpen(w, item, col, elem) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2440
def entryExpanderOpen(w, item, col, elem)
  tk_call('::TreeCtrl::EntryExpanderOpen', w, item, col, elem)
end
            
entryOpen(w, item, col, elem) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2437
def entryOpen(w, item, col, elem)
  tk_call('::TreeCtrl::EntryOpen', w, item, col, elem)
end
            
extendUpDown(w, amount) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2380
def extendUpDown(w, amount)
  tk_call('::TreeCtrl::ExtendUpDown', w, amount)
end
            
fileList_autoScanCheck(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2430
def fileList_autoScanCheck(w, x, y)
  tk_call('::TreeCtrl::FileListAutoScanCheck', w, x, y)
end
            
fileList_autoScanCheckAux(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2433
def fileList_autoScanCheckAux(w)
  tk_call('::TreeCtrl::FileListAutoScanCheckAux', w)
end
            
fileList_button1(w, x, y) click to toggle source

filelist-bindings

 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2409
def fileList_button1(w, x, y)
  tk_call('::TreeCtrl::FileListButton1', w, x, y)
end
            
fileList_edit(w, i, s, e) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2424
def fileList_edit(w, i, s, e)
  tk_call('::TreeCtrl::FileListEdit', w, i, s, e)
end
            
fileList_editCancel(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2427
def fileList_editCancel(w)
  tk_call('::TreeCtrl::FileListEditCancel', w)
end
            
fileList_leave1(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2418
def fileList_leave1(w, x, y)
  tk_call('::TreeCtrl::FileListLeave1', w, x, y)
end
            
fileList_motion(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2415
def fileList_motion(w, x, y)
  tk_call('::TreeCtrl::FileListMotion', w, x, y)
end
            
fileList_motion1(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2412
def fileList_motion1(w, x, y)
  tk_call('::TreeCtrl::FileListMotion1', w, x, y)
end
            
fileList_release1(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2421
def fileList_release1(w, x, y)
  tk_call('::TreeCtrl::FileListRelease1', w, x, y)
end
            
leave1(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2341
def leave1(w, x, y)
  tk_call('::TreeCtrl::Leave1', w, x, y)
end
            
left_right(w, n) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2374
def left_right(w, n)
  tk_call('::TreeCtrl::LeftRight', w, n)
end
            
marqueeBegin(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2392
def marqueeBegin(w, x, y)
  tk_call('::TreeCtrl::MarqueeBegin', w, x, y)
end
            
marqueeEnd(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2398
def marqueeEnd(w, x, y)
  tk_call('::TreeCtrl::MarqueeEnd', w, x, y)
end
            
marqueeUpdate(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2395
def marqueeUpdate(w, x, y)
  tk_call('::TreeCtrl::MarqueeUpdate', w, x, y)
end
            
motion(w, le) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2350
def motion(w, le)
  tk_call('::TreeCtrl::Motion', w, el)
end
            
motion1(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2338
def motion1(w, x, y)
  tk_call('::TreeCtrl::Motion1', w, x, y)
end
            
percentsCmd(*args) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2320
def percentsCmd(*args)
  tk_call('::TreeCtrl::PercentsCmd', *args)
end
            
release1(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2344
def release1(w, x, y)
  tk_call('::TreeCtrl::Release1', w, x, y)
end
            
scanDrag(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2404
def scanDrag(w, x, y)
  tk_call('::TreeCtrl::ScanDrag', w, x, y)
end
            
scanMark(w, x, y) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2401
def scanMark(w, x, y)
  tk_call('::TreeCtrl::ScanMark', w, x, y)
end
            
selectAll(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2389
def selectAll(w)
  tk_call('::TreeCtrl::selectAll', w)
end
            
setActiveItem(w, idx) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2377
def setActiveItem(w, idx)
  tk_call('::TreeCtrl::SetActiveItem', w, idx)
end
            
textClose(w, accept) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2455
def textClose(w, accept)
  tk_call('::TreeCtrl::TextClose', w, accept)
end
            
textExpanderKeypress(w) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2458
def textExpanderKeypress(w)
  tk_call('::TreeCtrl::TextExpanderKeypress', w)
end
            
textExpanderOpen(w, item, col, elem, width) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2452
def textExpanderOpen(w, item, col, elem, width)
  tk_call('::TreeCtrl::TextOpen', w, item, col, elem, width)
end
            
textOpen(w, item, col, elem, width=0, height=0) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2449
def textOpen(w, item, col, elem, width=0, height=0)
  tk_call('::TreeCtrl::TextOpen', w, item, col, elem, width, height)
end
            
up_down(w, n) click to toggle source
 
               # File tk/lib/tkextlib/treectrl/tktreectrl.rb, line 2371
def up_down(w, n)
  tk_call('::TreeCtrl::UpDown', w, n)
end