Commit 3ddda0cf authored by claes's avatar claes

Open xtt and opplace added

parent fb07ff9d
......@@ -9,7 +9,7 @@ link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/rt_statusmon_gtk \
-L/opt/gnome/lib \
-lpwr_statussrv -lpwr_ge_gtk -lpwr_ge -lpwr_wb_gtk -lpwr_wb -lpwr_wb_gtk -l pwr_wb -lpwr_ge_gtk -lpwr_ge \
-lpwr_flow_gtk -lpwr_flow -lpwr_glow_gtk -lpwr_glow -lpwr_rt_gtk -lpwr_rt \
-lpwr_co_gtk -lpwr_co -lpwr_flow_gtk -lpwr_flow \
-lpwr_co_gtk -lpwr_co -lpwr_rt -lpwr_co -lpwr_flow_gtk -lpwr_flow \
`pkg-config --libs gtk+-2.0` \
-lpwr_msg_dummy -lantlr \
-lrpcsvc -lpthread -lm -ldb_cxx -lz
......
/*
* Proview $Id: rt_statusmon_gtk.cpp,v 1.2 2007-05-16 12:36:07 claes Exp $
* Proview $Id: rt_statusmon_gtk.cpp,v 1.3 2007-05-21 14:26:54 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -24,6 +24,7 @@
#include <gtk/gtk.h>
#include "pwr.h"
#include "co_msgwindow.h"
#include "co_statusmon_nodelist_gtk.h"
static void usage()
......@@ -51,7 +52,7 @@ int main( int argc, char *argv[])
gtk_init( &argc, &argv);
Nodelist *nl = new NodelistGtk( NULL, NULL, "Status Monitor", &sts);
Nodelist *nl = new NodelistGtk( NULL, NULL, "Status Monitor", msgw_ePop_No, &sts);
nl->close_cb = statusmon_close;
nl->set_scantime(3);
......
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