diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-20 00:51:02 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-20 00:51:02 +0000 |
| commit | 921dabf5b89b233b832e4c1c0ddaf3fdf06a83cf (patch) | |
| tree | 0a48d4019c1148a9013b1acc5bd5c9cde592ad1a /fluid/Fl_Window_Type.cxx | |
| parent | 2cef7d91d3332ace57efeb10c820552938c45f6d (diff) | |
Add "scheme" chooser in GUI settings dialog.
Set window image to scheme_bg image when the window is shown.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4140 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Window_Type.cxx')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index d348ee158..8e4d064ab 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -332,6 +332,7 @@ void Fl_Window_Type::open() { w->resizable(p); } + w->image(Fl::scheme_bg_); w->size_range(gridx, gridy, Fl::w(), Fl::h(), gridx, gridy, 0); } |
