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
779272bb
Commit
779272bb
authored
Feb 17, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xtt method Node added
parent
07d9763a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
576 additions
and
0 deletions
+576
-0
xtt/lib/xtt/src/xtt_xattone.cpp
xtt/lib/xtt/src/xtt_xattone.cpp
+491
-0
xtt/lib/xtt/src/xtt_xattone.h
xtt/lib/xtt/src/xtt_xattone.h
+85
-0
No files found.
xtt/lib/xtt/src/xtt_xattone.cpp
0 → 100644
View file @
779272bb
This diff is collapsed.
Click to expand it.
xtt/lib/xtt/src/xtt_xattone.h
0 → 100644
View file @
779272bb
#ifndef wb_xattone_h
#define wb_xattone_h
/* wb_xattone.h -- Single attribute editor
PROVIEW/R
Copyright (C) 1996 by Comator Process AB.
<Description>. */
#if defined __cplusplus
extern
"C"
{
#endif
#ifndef pwr_h
# include "pwr.h"
#endif
class
XAttOne
{
public:
XAttOne
(
Widget
xa_parent_wid
,
void
*
xa_parent_ctx
,
pwr_sAttrRef
*
xa_objar
,
char
*
xa_title
,
unsigned
int
xa_priv
,
int
*
xa_sts
);
~
XAttOne
();
Widget
parent_wid
;
void
*
parent_ctx
;
pwr_sAttrRef
aref
;
char
name
[
80
];
unsigned
int
priv
;
Widget
form_widget
;
Widget
toplevel
;
Widget
msg_label
;
Widget
cmd_prompt
;
Widget
cmd_label
;
Widget
cmd_input
;
Widget
cmd_scrolledinput
;
Widget
cmd_scrolled_ok
;
Widget
cmd_scrolled_ap
;
Widget
cmd_scrolled_ca
;
int
input_open
;
int
access_rw
;
int
input_multiline
;
void
*
object
;
void
(
*
close_cb
)
(
void
*
,
XAttOne
*
);
int
(
*
is_authorized_cb
)(
void
*
,
unsigned
int
);
void
*
client_data
;
brow_tObject
input_node
;
char
input_name
[
80
];
int
set_focus_disabled
;
XtIntervalId
focus_timerid
;
static
char
value_recall
[
30
][
160
];
int
value_current_recall
;
pwr_tTid
atype
;
unsigned
int
asize
;
unsigned
int
aoffs
;
unsigned
int
aelem
;
void
message
(
char
severity
,
char
*
message
);
void
set_prompt
(
char
*
prompt
);
int
change_value
(
int
set_focus
);
int
open_changevalue
(
char
*
name
);
void
change_value_close
();
void
pop
();
void
swap
(
int
mode
);
int
set_value
();
};
#if defined __cplusplus
}
#endif
#endif
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