ltk Questions

2

Solved

I'm making a simple applet in Common Lisp and I want to control it using mouse movement. I use LTK for the window. I couldn't find any function that would retrieve the mouse location. For example, ...
Cosmos asked 28/3, 2019 at 19:5

2

I'm trying to extend eclipse's rename refactoring to call another rename refactoring. public class Person { ... } public class PersonDAO { public List<Person> getPersonByName(String n...
Natashianatassia asked 13/11, 2012 at 13:23

2

Solved

I installed ltk to Steel Bank Common Lisp with asdf-install, but I can't even start using it V_V. The code below is the simplest example in the documentation, and is copied almost verbatim. (asd...
Kammerer asked 14/3, 2010 at 17:42

1

The kind of functions are of the sort of: (defun display-all () "Display all items in the database." (dolist (item *database*) (format t "~{~a:~10t~a~%~}~%" item))) (defun prompt-read (prompt)...
Natishanative asked 10/11, 2008 at 10:0
1

© 2022 - 2024 — McMap. All rights reserved.