Module: Tk::TreeCtrl::BindCallback

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

Constant Summary

Constants included from Tk

AUTO_PATH, INTERP, JAPANIZED_TK, LIBRARY_PATH, MAINLOOP, PACKAGE_PATH, RELEASE_DATE, 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::TkCommandNames

Constants included from TkCore

TkCore::EventFlag, TkCore::INTERP, TkCore::WIDGET_DESTROY_HOOK

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, UTF8_String, add_kinsoku, bell, bell_on_display, const_missing, current_grabs, cursor_display, delete_kinsoku, destroy, encoding, encoding=, 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, 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

Methods included from Encoding

#encoding, #encoding=, #encoding_convertfrom, #encoding_convertto, #encoding_dirs, #encoding_dirs=, #encoding_names, #encoding_system, #encoding_system=

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, list, num_or_str, number, procedure, simplelist, string, #subst, tk_tcl2ruby, 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



2218
2219
2220
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2218

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

.autoScanCheck(w, x, y) ⇒ Object



2212
2213
2214
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2212

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

.autoScanCheckAux(w) ⇒ Object



2215
2216
2217
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2215

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

.beginExtend(w, el) ⇒ Object



2203
2204
2205
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2203

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

.beginSelect(w, el) ⇒ Object



2197
2198
2199
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2197

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

.beginToggle(w, el) ⇒ Object



2206
2207
2208
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2206

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

.buttonPress1(w, x, y) ⇒ Object



2182
2183
2184
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2182

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

.cancel(w) ⇒ Object



2236
2237
2238
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2236

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

.cancelRepeatObject



2209
2210
2211
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2209

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

.cursorCancel(w) ⇒ Object



2179
2180
2181
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2179

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

.cursorCheck(w, x, y) ⇒ Object



2173
2174
2175
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2173

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

.cursorCheckAux(w) ⇒ Object



2176
2177
2178
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2176

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

.dataExtend(w, el) ⇒ Object



2233
2234
2235
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2233

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

.doubleButton1(w, x, y) ⇒ Object



2185
2186
2187
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2185

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

.entryClose(w, accept) ⇒ Object



2293
2294
2295
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2293

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

.entryExpanderKeypress(w) ⇒ Object



2296
2297
2298
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2296

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

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



2290
2291
2292
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2290

def entryExpanderOpen(w, item, col, elem)
  tk_call('::TreeCtrl::EntryExpanderOpen', w, item, col, elem)
end

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



2287
2288
2289
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2287

def entryOpen(w, item, col, elem)
  tk_call('::TreeCtrl::EntryOpen', w, item, col, elem)
end

.extendUpDown(w, amount) ⇒ Object



2230
2231
2232
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2230

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

.fileList_autoScanCheck(w, x, y) ⇒ Object



2280
2281
2282
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2280

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

.fileList_autoScanCheckAux(w) ⇒ Object



2283
2284
2285
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2283

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

.fileList_button1(w, x, y) ⇒ Object

filelist-bindings



2259
2260
2261
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2259

def fileList_button1(w, x, y)
  tk_call('::TreeCtrl::FileListButton1', w, x, y)
end

.fileList_edit(w, i, s, e) ⇒ Object



2274
2275
2276
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2274

def fileList_edit(w, i, s, e)
  tk_call('::TreeCtrl::FileListEdit', w, i, s, e)
end

.fileList_editCancel(w) ⇒ Object



2277
2278
2279
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2277

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

.fileList_leave1(w, x, y) ⇒ Object



2268
2269
2270
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2268

def fileList_leave1(w, x, y)
  tk_call('::TreeCtrl::FileListLeave1', w, x, y)
end

.fileList_motion(w, x, y) ⇒ Object



2265
2266
2267
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2265

def fileList_motion(w, x, y)
  tk_call('::TreeCtrl::FileListMotion', w, x, y)
end

.fileList_motion1(w, x, y) ⇒ Object



2262
2263
2264
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2262

def fileList_motion1(w, x, y)
  tk_call('::TreeCtrl::FileListMotion1', w, x, y)
end

.fileList_release1(w, x, y) ⇒ Object



2271
2272
2273
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2271

def fileList_release1(w, x, y)
  tk_call('::TreeCtrl::FileListRelease1', w, x, y)
end

.leave1(w, x, y) ⇒ Object



2191
2192
2193
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2191

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

.left_right(w, n) ⇒ Object



2224
2225
2226
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2224

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

.marqueeBegin(w, x, y) ⇒ Object



2242
2243
2244
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2242

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

.marqueeEnd(w, x, y) ⇒ Object



2248
2249
2250
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2248

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

.marqueeUpdate(w, x, y) ⇒ Object



2245
2246
2247
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2245

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

.motion(w, le) ⇒ Object



2200
2201
2202
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2200

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

.motion1(w, x, y) ⇒ Object



2188
2189
2190
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2188

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

.percentsCmd(*args) ⇒ Object



2170
2171
2172
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2170

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

.release1(w, x, y) ⇒ Object



2194
2195
2196
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2194

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

.scanDrag(w, x, y) ⇒ Object



2254
2255
2256
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2254

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

.scanMark(w, x, y) ⇒ Object



2251
2252
2253
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2251

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

.selectAll(w) ⇒ Object



2239
2240
2241
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2239

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

.setActiveItem(w, idx) ⇒ Object



2227
2228
2229
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2227

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

.textClose(w, accept) ⇒ Object



2305
2306
2307
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2305

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

.textExpanderKeypress(w) ⇒ Object



2308
2309
2310
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2308

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

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



2302
2303
2304
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2302

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



2299
2300
2301
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2299

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



2221
2222
2223
# File 'lib/tkextlib/treectrl/tktreectrl.rb', line 2221

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