TKE
3.6
Advanced code editor for programmers
|
Namespaces | |
edit | |
file | |
menu | |
plugin | |
preferences | |
sidebar | |
theme | |
utils | |
Functions | |
tke_development interp pname | |
get_plugin_source_directory interp pname | |
get_plugin_data_directory interp pname | |
get_images_directory interp pname | |
get_home_directory interp pname | |
normalize_filename interp pname host fname | |
register_launcher interp pname description command | |
unregister_launcher interp pname description | |
log interp pname msg | |
show_info interp pname msg args | |
show_error interp pname msg ?detail? | |
get_user_input interp pname msg pvar ?allow_vars? | |
reset_text_focus interp pname ?txtt? | |
api::get_home_directory | interp pname | ||
api::get_images_directory | interp pname | ||
api::get_plugin_data_directory | interp pname | ||
api::get_plugin_source_directory | interp pname | ||
api::get_user_input | interp pname msg pvar ?allow_vars? | ||
Displays a widget that allows the user to provide input. This procedure will block until the user has either provided a response or has cancelled the input by hitting the escape key.
msg | Message to display next to input field (prompt) |
pvar | Reference to variable to store user input to |
allow_vars | If set to 1, variables embedded in string will have substitutions performed; otherwise, the raw string will be returned. (Optional) |
Definition at line 190 of file api.tcl.
api::log | interp pname msg | ||
api::normalize_filename | interp pname host fname | ||
api::register_launcher | interp pname description command | ||
Registers the given description and command in the command launcher.
Definition at line 117 of file api.tcl.
api::reset_text_focus | interp pname ?txtt? | ||
api::show_error | interp pname msg ?detail? | ||
api::show_info | interp pname msg args | ||
Displays the given message string in the information bar. The message must not contain any newline characters.
msg | Message to display in the information bar |
args | Optional arguments: |
-clear_delay Specifies the number of milliseconds before the message be automatically removed from sight. -win If specified, the associated text widget path will be associated with the message such that if the text loses focus and then later regains the focus, the message will be redisplayed.
Definition at line 156 of file api.tcl.
api::tke_development | interp pname | ||