forked from redcathode/NoMoreLeeches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocked_window.fl
32 lines (32 loc) · 848 Bytes
/
blocked_window.fl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# data file for the Fltk User Interface Designer (fluid)
version 1.0308
header_name {.h}
code_name {.cxx}
class blocked_window {open
} {
Function {make_window()} {open selected
} {
Fl_Window BlockWindow {
label {NML: Application Hidden} open
xywh {1303 588 420 420} type Single resizable visible
} {
Fl_Text_Display ReasonDisplay {
label {Reason:}
xywh {185 145 50 30} box NO_BOX
}
Fl_Text_Display WindowHiddenDisplay {
label {Window '' hidden.}
xywh {185 120 50 30} box NO_BOX
}
Fl_Text_Display WaitDisplay {
label {If you really want to access this window,
wait 60 seconds.}
xywh {185 207 50 30} box NO_BOX
}
Fl_Button ShowBrieflyButton {
label {Show window for 5 seconds}
xywh {100 235 215 75}
}
}
}
}