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
7a39528b
Commit
7a39528b
authored
Apr 21, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Utilities XAtt and XAttOne added
parent
69777941
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/lib/co/src/co_mrm_util.c
src/lib/co/src/co_mrm_util.c
+2
-0
src/lib/co/src/co_mrm_util.h
src/lib/co/src/co_mrm_util.h
+3
-1
No files found.
src/lib/co/src/co_mrm_util.c
View file @
7a39528b
...
...
@@ -78,6 +78,7 @@ void mrm_TextInit( Widget w, XtActionProc value_changed_cb,
break
;
}
case
mrm_eUtility_WAtt
:
case
mrm_eUtility_XAtt
:
{
static
XtTranslations
compiled_translations_watt
=
NULL
;
static
char
translations_watt
[]
=
"<KeyDown>: key_down_watt()"
;
...
...
@@ -97,6 +98,7 @@ void mrm_TextInit( Widget w, XtActionProc value_changed_cb,
break
;
}
case
mrm_eUtility_Wda
:
case
mrm_eUtility_XAttOne
:
{
static
XtTranslations
compiled_translations_wda
=
NULL
;
static
char
translations_wda
[]
=
"<KeyDown>: key_down_wda()"
;
...
...
src/lib/co/src/co_mrm_util.h
View file @
7a39528b
...
...
@@ -20,7 +20,9 @@ typedef enum {
mrm_eUtility_PlcEditor
,
mrm_eUtility_WAtt
,
mrm_eUtility_Attr
,
mrm_eUtility_Wda
mrm_eUtility_Wda
,
mrm_eUtility_XAtt
,
mrm_eUtility_XAttOne
}
mrm_eUtility
;
void
mrm_TextInit
(
Widget
w
,
XtActionProc
value_changed_cb
,
mrm_eUtility
utility
);
...
...
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