Module: Tk::TreeCtrl::BindCallback

Extended by:
Tk
Includes:
Tk
Defined in:
ext/lib/tkextlib/treectrl/tktreectrl.rb

Constant Summary

Constants included from Tk

AUTO_PATH, Checkbutton, CloneMenu, JAPANIZED_TK, LIBRARY_PATH, Labelframe, MenuButton, OptionMenuButton, PACKAGE_PATH, Panedwindow, RELEASE_DATE, Radiobutton, Tk::TCL_LIBRARY_PATH, Tk::TCL_MAJOR_VERSION, Tk::TCL_MINOR_VERSION, Tk::TCL_PACKAGE_PATH, Tk::TCL_PATCHLEVEL, Tk::TCL_PRECISION, Tk::TCL_VERSION, Tk::TK_MAJOR_VERSION, Tk::TK_MINOR_VERSION, Tk::TK_PATCHLEVEL, Tk::TK_VERSION, Tk::Tkextlib_RELEASE_DATE, Tk::TreeCtrl_Widget, X_Scrollable, Y_Scrollable

Constants included from Encoding

Encoding::BINARY, Encoding::BINARY_NAME, Encoding::DEFAULT_EXTERNAL_NAME, Encoding::DEFAULT_INTERNAL_NAME, Encoding::ENCODING_TABLE, Encoding::RubyEncoding, Encoding::TkCommandNames, Encoding::UNKNOWN, Encoding::UTF8_NAME

Constants included from TkCore

TkCore::EventFlag, TkCore::INTERP, TkCore::INTERP_MUTEX, TkCore::INTERP_ROOT_CHECK, TkCore::INTERP_THREAD, TkCore::INTERP_THREAD_STATUS, TkCore::RUN_EVENTLOOP_ON_MAIN_THREAD, TkCore::WIDGET_DESTROY_HOOK, TkCore::WITH_ENCODING, TkCore::WITH_RUBY_VM

Constants included from TkComm

TkComm::GET_CONFIGINFO_AS_ARRAY, TkComm::GET_CONFIGINFOwoRES_AS_ARRAY, TkComm::TkExtlibAutoloadModule, TkComm::Tk_CMDTBL, TkComm::Tk_IDs, TkComm::Tk_WINDOWS, TkComm::USE_TCLs_LIST_FUNCTIONS, TkComm::WidgetClassNames

Constants included from TkUtil

TkUtil::None, TkUtil::RELEASE_DATE

Class Method Summary collapse

Methods included from Tk

BinaryString, EncodedString, Grid, Pack, Place, UTF8_String, __set_toplevel_aliases__, add_kinsoku, bell, bell_on_display, const_missing, current_grabs, cursor_display, default_widget_set, default_widget_set=, delete_kinsoku, destroy, errorCode, errorInfo, exit, focus, focus_lastfor, focus_next, focus_prev, focus_to, fromUTF8, grid, grid_forget, has_mainwindow?, load_tcllibrary, load_tclscript, load_tclscript_rsrc, load_tclscript_rsrcid, lower_window, pack, pack_forget, pkgconfig_get, pkgconfig_list, place, place_forget, raise_window, root, show_kinsoku, sleep, strictMotif, subst_tk_backslash, subst_utf_backslash, tcl_pkgconfig_get, tcl_pkgconfig_list, thread_update, thread_update_idletasks, tk_pkgconfig_get, tk_pkgconfig_list, toUTF8, to_backslash_sequence, ungrid, unload_tcllibrary, unpack, unplace, update, update, update_idletasks, utf_to_backslash, utf_to_backslash_sequence, wakeup

Methods included from Encoding

#default_encoding=, #encoding=, #encoding_convertfrom, #encoding_convertto, #encoding_dirs, #encoding_dirs=, #encoding_name, #encoding_names, #encoding_obj, #encoding_objs, #encoding_system=, #encoding_system_name, #encoding_system_obj, #force_default_encoding, #force_default_encoding=, #force_default_encoding?, #tk_encoding_names

Methods included from TkCore

#_tk_call_to_list_core, #after, #after_cancel, #after_idle, #appname, #appsend, #appsend_deny, #appsend_displayof, callback, #callback_break, #callback_continue, #callback_return, #chooseColor, #chooseDirectory, #do_one_event, #event_generate, #getMultipleOpenFile, #getMultipleSaveFile, #getOpenFile, #getSaveFile, #get_eventloop_tick, #get_eventloop_weight, #get_no_event_wait, #inactive, #inactive_displayof, #info, #ip_eval, #ip_eval_with_enc, #ip_eval_without_enc, #ip_invoke, #ip_invoke_with_enc, #ip_invoke_without_enc, #is_mainloop?, #load_cmd_on_ip, #mainloop, #mainloop_exist?, #mainloop_thread?, #mainloop_watchdog, #messageBox, #rb_appsend, #rb_appsend_displayof, #reset_inactive, #reset_inactive_displayof, #restart, #scaling, #scaling_displayof, #set_eventloop_tick, #set_eventloop_weight, #set_no_event_wait, #tk_call, #tk_call_to_list, #tk_call_to_list_with_enc, #tk_call_to_list_without_enc, #tk_call_to_simplelist, #tk_call_to_simplelist_with_enc, #tk_call_to_simplelist_without_enc, #tk_call_with_enc, #tk_call_without_enc, #windowingsystem

Methods included from TkComm

_at, _callback_entry?, _callback_entry_class?, _curr_cmd_id, _fromUTF8, _genobj_for_tkwidget, _next_cmd_id, _toUTF8, array2tk_list, #bind, #bind_all, #bind_append, #bind_append_all, #bind_remove, #bind_remove_all, #bindinfo, #bindinfo_all, bool, image_obj, install_cmd, #install_cmd, list, num_or_str, number, procedure, simplelist, string, #subst, tk_tcl2ruby, uninstall_cmd, #uninstall_cmd, window

Methods included from TkUtil

_conv_args, #_conv_args, #_fromUTF8, _get_eval_enc_str, #_get_eval_enc_str, #_get_eval_string, _get_eval_string, _symbolkey2str, #_symbolkey2str, #_toUTF8, bool, #bool, callback, eval_cmd, #hash_kv, hash_kv, install_cmd, num_or_str, #num_or_str, number, #number, string, #string, uninstall_cmd

Methods included from TkEvent

#install_bind, #install_bind_for_event_class

Class Method Details

.autoScanCancel(w) ⇒ Object



2368
2369
2370
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2368

def autoScanCancel(w)
  tk_call('::TreeCtrl::AutoScanCancel', w)
end

.autoScanCheck(w, x, y) ⇒ Object



2362
2363
2364
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2362

def autoScanCheck(w, x, y)
  tk_call('::TreeCtrl::AutoScanCheck', w, x, y)
end

.autoScanCheckAux(w) ⇒ Object



2365
2366
2367
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2365

def autoScanCheckAux(w)
  tk_call('::TreeCtrl::AutoScanCheckAux', w)
end

.beginExtend(w, el) ⇒ Object



2353
2354
2355
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2353

def beginExtend(w, el)
  tk_call('::TreeCtrl::BeginExtend', w, el)
end

.beginSelect(w, el) ⇒ Object



2347
2348
2349
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2347

def beginSelect(w, el)
  tk_call('::TreeCtrl::BeginSelect', w, el)
end

.beginToggle(w, el) ⇒ Object



2356
2357
2358
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2356

def beginToggle(w, el)
  tk_call('::TreeCtrl::BeginToggle', w, el)
end

.buttonPress1(w, x, y) ⇒ Object



2332
2333
2334
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2332

def buttonPress1(w, x, y)
  tk_call('::TreeCtrl::ButtonPress1', w, x, y)
end

.cancel(w) ⇒ Object



2386
2387
2388
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2386

def cancel(w)
  tk_call('::TreeCtrl::Cancel', w)
end

.cancelRepeatObject



2359
2360
2361
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2359

def cancelRepeat
  tk_call('::TreeCtrl::CancelRepeat')
end

.cursorCancel(w) ⇒ Object



2329
2330
2331
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2329

def cursorCancel(w)
  tk_call('::TreeCtrl::CursorCancel', w)
end

.cursorCheck(w, x, y) ⇒ Object



2323
2324
2325
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2323

def cursorCheck(w, x, y)
  tk_call('::TreeCtrl::CursorCheck', w, x, y)
end

.cursorCheckAux(w) ⇒ Object



2326
2327
2328
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2326

def cursorCheckAux(w)
  tk_call('::TreeCtrl::CursorCheckAux', w)
end

.dataExtend(w, el) ⇒ Object



2383
2384
2385
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2383

def dataExtend(w, el)
  tk_call('::TreeCtrl::DataExtend', w, el)
end

.doubleButton1(w, x, y) ⇒ Object



2335
2336
2337
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2335

def doubleButton1(w, x, y)
  tk_call('::TreeCtrl::DoubleButton1', w, x, y)
end

.entryClose(w, accept) ⇒ Object



2443
2444
2445
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2443

def entryClose(w, accept)
  tk_call('::TreeCtrl::EntryClose', w, accept)
end

.entryExpanderKeypress(w) ⇒ Object



2446
2447
2448
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2446

def entryExpanderKeypress(w)
  tk_call('::TreeCtrl::EntryExpanderKeypress', w)
end

.entryExpanderOpen(w, item, col, elem) ⇒ Object



2440
2441
2442
# File 'ext/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) ⇒ Object



2437
2438
2439
# File 'ext/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) ⇒ Object



2380
2381
2382
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2380

def extendUpDown(w, amount)
  tk_call('::TreeCtrl::ExtendUpDown', w, amount)
end

.fileList_autoScanCheck(w, x, y) ⇒ Object



2430
2431
2432
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2430

def fileList_autoScanCheck(w, x, y)
  tk_call('::TreeCtrl::FileListAutoScanCheck', w, x, y)
end

.fileList_autoScanCheckAux(w) ⇒ Object



2433
2434
2435
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2433

def fileList_autoScanCheckAux(w)
  tk_call('::TreeCtrl::FileListAutoScanCheckAux', w)
end

.fileList_button1(w, x, y) ⇒ Object

filelist-bindings



2409
2410
2411
# File 'ext/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) ⇒ Object



2424
2425
2426
# File 'ext/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) ⇒ Object



2427
2428
2429
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2427

def fileList_editCancel(w)
  tk_call('::TreeCtrl::FileListEditCancel', w)
end

.fileList_leave1(w, x, y) ⇒ Object



2418
2419
2420
# File 'ext/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) ⇒ Object



2415
2416
2417
# File 'ext/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) ⇒ Object



2412
2413
2414
# File 'ext/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) ⇒ Object



2421
2422
2423
# File 'ext/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) ⇒ Object



2341
2342
2343
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2341

def leave1(w, x, y)
  tk_call('::TreeCtrl::Leave1', w, x, y)
end

.left_right(w, n) ⇒ Object



2374
2375
2376
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2374

def left_right(w, n)
  tk_call('::TreeCtrl::LeftRight', w, n)
end

.marqueeBegin(w, x, y) ⇒ Object



2392
2393
2394
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2392

def marqueeBegin(w, x, y)
  tk_call('::TreeCtrl::MarqueeBegin', w, x, y)
end

.marqueeEnd(w, x, y) ⇒ Object



2398
2399
2400
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2398

def marqueeEnd(w, x, y)
  tk_call('::TreeCtrl::MarqueeEnd', w, x, y)
end

.marqueeUpdate(w, x, y) ⇒ Object



2395
2396
2397
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2395

def marqueeUpdate(w, x, y)
  tk_call('::TreeCtrl::MarqueeUpdate', w, x, y)
end

.motion(w, le) ⇒ Object



2350
2351
2352
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2350

def motion(w, le)
  tk_call('::TreeCtrl::Motion', w, el)
end

.motion1(w, x, y) ⇒ Object



2338
2339
2340
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2338

def motion1(w, x, y)
  tk_call('::TreeCtrl::Motion1', w, x, y)
end

.percentsCmd(*args) ⇒ Object



2320
2321
2322
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2320

def percentsCmd(*args)
  tk_call('::TreeCtrl::PercentsCmd', *args)
end

.release1(w, x, y) ⇒ Object



2344
2345
2346
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2344

def release1(w, x, y)
  tk_call('::TreeCtrl::Release1', w, x, y)
end

.scanDrag(w, x, y) ⇒ Object



2404
2405
2406
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2404

def scanDrag(w, x, y)
  tk_call('::TreeCtrl::ScanDrag', w, x, y)
end

.scanMark(w, x, y) ⇒ Object



2401
2402
2403
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2401

def scanMark(w, x, y)
  tk_call('::TreeCtrl::ScanMark', w, x, y)
end

.selectAll(w) ⇒ Object



2389
2390
2391
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2389

def selectAll(w)
  tk_call('::TreeCtrl::selectAll', w)
end

.setActiveItem(w, idx) ⇒ Object



2377
2378
2379
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2377

def setActiveItem(w, idx)
  tk_call('::TreeCtrl::SetActiveItem', w, idx)
end

.textClose(w, accept) ⇒ Object



2455
2456
2457
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2455

def textClose(w, accept)
  tk_call('::TreeCtrl::TextClose', w, accept)
end

.textExpanderKeypress(w) ⇒ Object



2458
2459
2460
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2458

def textExpanderKeypress(w)
  tk_call('::TreeCtrl::TextExpanderKeypress', w)
end

.textExpanderOpen(w, item, col, elem, width) ⇒ Object



2452
2453
2454
# File 'ext/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) ⇒ Object



2449
2450
2451
# File 'ext/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) ⇒ Object



2371
2372
2373
# File 'ext/lib/tkextlib/treectrl/tktreectrl.rb', line 2371

def up_down(w, n)
  tk_call('::TreeCtrl::UpDown', w, n)
end