diff options
author | jcid <devnull@localhost> | 2007-11-05 13:49:20 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-05 13:49:20 +0100 |
commit | 080db1da41cc8d22ed8f1467c477c8df2d6cae14 (patch) | |
tree | 078393bb3b791e0e0ec6d4cdf663f4c68657de29 /src/ui.hh | |
parent | f1c811338fc81b4c2fc79a6037d8b4774ef923f7 (diff) |
- Enabled hiding widgets of the control panel from dillorc2.
Diffstat (limited to 'src/ui.hh')
-rw-r--r-- | src/ui.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ class UI : public fltk::Window { Button *Back, *Forw, *Home, *Reload, *Save, *Stop, *Bookmarks, *Clear, *Search, *FullScreen, *ImageLoad, *BugMeter; Input *Location; + PackedGroup *ProgBox; Widget *PProg, *IProg; Image *ImgLeftIns, *ImgLeftSens, *ImgRightIns, *ImgRightSens, *ImgStopIns, *ImgStopSens, *ImgFullScreenOn, *ImgFullScreenOff, |