mirror of https://github.com/adamdruppe/arsd.git
little things
This commit is contained in:
parent
0c94e78b33
commit
307c6acb28
|
@ -27,6 +27,7 @@
|
|||
---
|
||||
+/
|
||||
module minigui_addons.webview;
|
||||
// FIXME: i think i can download the cef automatically if needed.
|
||||
|
||||
version(linux)
|
||||
version=cef;
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
});
|
||||
---
|
||||
+/
|
||||
module minigui_xml;
|
||||
module arsd.minigui_xml;
|
||||
|
||||
public import arsd.minigui;
|
||||
public import arsd.minigui : Event;
|
||||
|
|
|
@ -5170,6 +5170,9 @@ class Timer {
|
|||
|
||||
private int intervalInMilliseconds;
|
||||
|
||||
// just cuz I sometimes call it this.
|
||||
alias dispose = destroy;
|
||||
|
||||
/// Stop and destroy the timer object.
|
||||
void destroy() {
|
||||
version(Windows) {
|
||||
|
|
Loading…
Reference in New Issue