Commit a3a5508b authored by claes's avatar claes

wow:CreateList, cancel backcall added

parent 85a52d25
/*
* Proview $Id: wb_wcast.cpp,v 1.4 2007-01-04 07:29:04 claes Exp $
* Proview $Id: wb_wcast.cpp,v 1.5 2008-09-18 15:01:36 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -91,7 +91,7 @@ pwr_tStatus WCast::open_castlist()
}
strcpy( class_vect[class_cnt], "");
wow->CreateList( name, (char *)class_vect, selected_cb, (void *)this);
wow->CreateList( name, (char *)class_vect, selected_cb, 0, (void *)this);
return 1;
}
......
/*
* Proview $Id: wb_wda.cpp,v 1.10 2007-01-04 07:29:04 claes Exp $
* Proview $Id: wb_wda.cpp,v 1.11 2008-09-18 15:01:36 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -176,7 +176,7 @@ void Wda::open_attr_dialog()
wow->CreateList( "Attributes", (char *)attr_vect,
set_attr_cb, (void *)this);
set_attr_cb, 0, (void *)this);
}
......
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