Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
a3a5508b
Commit
a3a5508b
authored
Sep 18, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wow:CreateList, cancel backcall added
parent
85a52d25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
wb/lib/wb/src/wb_wcast.cpp
wb/lib/wb/src/wb_wcast.cpp
+2
-2
wb/lib/wb/src/wb_wda.cpp
wb/lib/wb/src/wb_wda.cpp
+2
-2
No files found.
wb/lib/wb/src/wb_wcast.cpp
View file @
a3a5508b
/*
* 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
;
}
...
...
wb/lib/wb/src/wb_wda.cpp
View file @
a3a5508b
/*
* Proview $Id: wb_wda.cpp,v 1.1
0 2007-01-04 07:29:04
claes Exp $
* Proview $Id: wb_wda.cpp,v 1.1
1 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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment