diff options
author | jcid <devnull@localhost> | 2007-12-16 16:53:12 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-12-16 16:53:12 +0100 |
commit | 89f33088e8435d2df77f967a17b6639b181bfce2 (patch) | |
tree | d16a90bccf59d0b1098a94ef06c5ccf354dbc2a5 /src/ui.hh | |
parent | c5432a8fcdab01dc1a28e903cf0f786cd60c8467 (diff) |
- Made "New browser window" inherit the panel style of its parent.
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ class UI : public fltk::Window { public: - UI(int w, int h, const char* label = 0); + UI(int w, int h, const char* label = 0, const UI *cur_ui = NULL); ~UI() {} // TODO: implement destructor // To manage what events to catch and which to let pass |