978d89dd96
Advanced settings has a filter box (enter text to filter on that)
29 lines
642 B
Plaintext
29 lines
642 B
Plaintext
# data file for the Fltk User Interface Designer (fluid)
|
|
version 1.0302
|
|
header_name {.h}
|
|
code_name {.cpp}
|
|
widget_class DetailConfigWindow {
|
|
label {Advanced Settings} open
|
|
xywh {382 218 591 513} type Double
|
|
code0 {\#include "DetailConfigTable.h"}
|
|
class Fl_Window visible
|
|
} {
|
|
Fl_Return_Button {} {
|
|
label Dismiss
|
|
callback {table->EndEditing();
|
|
hide();}
|
|
xywh {480 475 100 25}
|
|
}
|
|
Fl_Table table {open
|
|
xywh {10 35 570 430}
|
|
class DetailConfigTable
|
|
} {}
|
|
Function {onFilterChange()} {open
|
|
} {}
|
|
Fl_Input inputFilter {
|
|
label {Filter:}
|
|
callback {onFilterChange();}
|
|
xywh {50 11 530 24} when 1
|
|
}
|
|
}
|