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
a5a6908d
Commit
a5a6908d
authored
May 03, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default access wasn't transferd correctly
parent
7a745919
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
xtt/lib/ge/gtk/ge_graph_gtk.cpp
xtt/lib/ge/gtk/ge_graph_gtk.cpp
+2
-1
xtt/lib/ge/motif/ge_graph_motif.cpp
xtt/lib/ge/motif/ge_graph_motif.cpp
+2
-1
xtt/lib/xtt/gtk/xtt_ge_gtk.cpp
xtt/lib/xtt/gtk/xtt_ge_gtk.cpp
+2
-2
No files found.
xtt/lib/ge/gtk/ge_graph_gtk.cpp
View file @
a5a6908d
/*
* Proview $Id: ge_graph_gtk.cpp,v 1.
2 2007-01-11 11:40:30
claes Exp $
* Proview $Id: ge_graph_gtk.cpp,v 1.
3 2007-05-03 14:22:13
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -53,6 +53,7 @@ GraphGtk::GraphGtk(
Graph
(
xn_parent_ctx
,
xn_name
,
xn_default_path
,
graph_mode
,
xn_gdh_init_done
,
xn_object_name
,
xn_use_default_access
),
parent_wid
(
xn_parent_wid
)
{
default_access
=
xn_default_access
;
if
(
scrollbar
)
{
form_widget
=
scrolledgrowwidgetgtk_new
(
graph_init_grow_base_cb
,
this
,
&
grow_widget
);
}
...
...
xtt/lib/ge/motif/ge_graph_motif.cpp
View file @
a5a6908d
/*
* Proview $Id: ge_graph_motif.cpp,v 1.
1 2007-01-04 08:22:16
claes Exp $
* Proview $Id: ge_graph_motif.cpp,v 1.
2 2007-05-03 14:22:13
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -65,6 +65,7 @@ GraphMotif::GraphMotif(
Graph
(
xn_parent_ctx
,
xn_name
,
xn_default_path
,
graph_mode
,
xn_gdh_init_done
,
xn_object_name
,
xn_use_default_access
),
parent_wid
(
xn_parent_wid
)
{
default_access
=
xn_default_access
;
if
(
scrollbar
)
form_widget
=
ScrolledGrowCreate
(
parent_wid
,
name
,
NULL
,
0
,
graph_init_grow_base_cb
,
this
,
(
Widget
*
)
&
grow_widget
);
...
...
xtt/lib/xtt/gtk/xtt_ge_gtk.cpp
View file @
a5a6908d
/*
* Proview $Id: xtt_ge_gtk.cpp,v 1.
3 2007-01-23 13:15:54
claes Exp $
* Proview $Id: xtt_ge_gtk.cpp,v 1.
4 2007-05-03 14:22:13
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -336,7 +336,7 @@ XttGeGtk::XttGeGtk( GtkWidget *xg_parent_wid, void *xg_parent_ctx, char *xg_name
graph_form
=
gtk_vbox_new
(
FALSE
,
0
);
graph
=
new
GraphGtk
(
this
,
graph_form
,
"Plant"
,
&
grow_widget
,
&
sts
,
"pwrp_exe:"
,
graph_eMode_Runtime
,
scrollbar
,
1
,
object_name
,
0
,
0
);
scrollbar
,
1
,
object_name
,
use_default_access
,
access
);
// graph->set_scantime( scan_time);
graph
->
message_cb
=
&
message_cb
;
graph
->
close_cb
=
&
graph_close_cb
;
...
...
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