#include <progress.h>
Definition at line 28 of file progress.h.
◆ BusyCursor()
minsky::BusyCursor::BusyCursor |
( |
Minsky & |
m | ) |
|
Definition at line 1787 of file minsky.cc.
1788 {
if (!
minsky.busyCursorStack++)
minsky.setBusyCursor();}
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...
◆ ~BusyCursor()
minsky::BusyCursor::~BusyCursor |
( |
| ) |
|
Definition at line 1790 of file minsky.cc.
1791 {
if (!--
minsky.busyCursorStack)
minsky.clearBusyCursor();}
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...
◆ minsky
Minsky& minsky::BusyCursor::minsky |
The documentation for this struct was generated from the following files: