From 3f34aba828983bc783529a30c0fa22c55b7abc05 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 21 Mar 2016 17:55:10 +0000 Subject: Rewrite Fl_Window::label(const char *name, const char *mininame) under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11394 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Window.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Fl_Window.cxx') diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 1fa27f928..cbd0863ff 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -487,6 +487,12 @@ void Fl_Window::make_current() current_ = this; } +void Fl_Window::label(const char *name, const char *mininame) { + Fl_Widget::label(name); + iconlabel_ = mininame; + pWindowDriver->label(name, mininame); +} + // // End of "$Id$". // -- cgit v1.2.3