Commit 5a6add9e authored by claes's avatar claes

Start of rtmon via statussrv implemented

parent 127d994d
/* /*
* Proview $Id: wb_wtt_gtk.cpp,v 1.13 2007-05-16 12:39:14 claes Exp $ * Proview $Id: wb_wtt_gtk.cpp,v 1.14 2007-05-25 13:59:03 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -878,7 +878,7 @@ void WttGtk::activate_rtmon( GtkWidget *w, gpointer data) ...@@ -878,7 +878,7 @@ void WttGtk::activate_rtmon( GtkWidget *w, gpointer data)
Wtt *wtt = (Wtt *)data; Wtt *wtt = (Wtt *)data;
pwr_tStatus sts; pwr_tStatus sts;
RtMon *rtmon = new RtMonGtk( wtt, ((WttGtk *)wtt)->toplevel, "Runtime Monitor", &sts); RtMon *rtmon = new RtMonGtk( wtt, ((WttGtk *)wtt)->toplevel, "Runtime Monitor", 0, &sts);
rtmon->help_cb = wtt_help_cb; rtmon->help_cb = wtt_help_cb;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment