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
ae159498
Commit
ae159498
authored
Feb 07, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
444fffef
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
1101 deletions
+0
-1101
profibus/mmi/pb/src/pb_gsd_attr.uil
profibus/mmi/pb/src/pb_gsd_attr.uil
+0
-503
src/exe/rt_yesnodia/src/os_linux/hw_x86/makefile.no
src/exe/rt_yesnodia/src/os_linux/hw_x86/makefile.no
+0
-0
src/lib/co/src/co_mrm_util.c
src/lib/co/src/co_mrm_util.c
+0
-385
src/lib/co/src/co_mrm_util.h
src/lib/co/src/co_mrm_util.h
+0
-53
xtt/lib/flow/src/flow_x.c
xtt/lib/flow/src/flow_x.c
+0
-108
xtt/lib/flow/src/flow_x.h
xtt/lib/flow/src/flow_x.h
+0
-52
No files found.
profibus/mmi/pb/src/pb_gsd_attr.uil
deleted
100644 → 0
View file @
444fffef
This diff is collapsed.
Click to expand it.
src/exe/rt_yesnodia/src/os_linux/hw_x86/makefile
→
src/exe/rt_yesnodia/src/os_linux/hw_x86/makefile
.no
View file @
ae159498
File moved
src/lib/co/src/co_mrm_util.c
deleted
100644 → 0
View file @
444fffef
This diff is collapsed.
Click to expand it.
src/lib/co/src/co_mrm_util.h
deleted
100644 → 0
View file @
444fffef
/**
* Proview $Id: co_mrm_util.h,v 1.5 2006-03-22 14:45:57 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
#ifndef co_mrm_util_h
#define co_mrm_util_h
/* co_mrm_util.h -- Motif utitlities */
#ifdef __cplusplus
extern
"C"
{
#endif
typedef
enum
{
mrm_eUtility_Xtt
,
mrm_eUtility_Admin
,
mrm_eUtility_Wtt
,
mrm_eUtility_Ge
,
mrm_eUtility_PlcEditor
,
mrm_eUtility_WAtt
,
mrm_eUtility_Attr
,
mrm_eUtility_Wda
,
mrm_eUtility_XAtt
,
mrm_eUtility_XAttOne
,
mrm_eUtility_GsdAttr
}
mrm_eUtility
;
void
mrm_TextInit
(
Widget
w
,
XtActionProc
value_changed_cb
,
mrm_eUtility
utility
);
int
mrm_TextInput
(
Widget
w
,
XEvent
*
event
,
char
*
recall
,
int
line_size
,
int
recall_size
,
int
*
current_recall_line
);
int
mrm_IsIconicState
(
Widget
W
);
void
mrm_PositionPopup
(
Widget
popup
,
Widget
parent
,
int
x
,
int
y
);
#ifdef __cplusplus
}
#endif
#endif
xtt/lib/flow/src/flow_x.c
deleted
100644 → 0
View file @
444fffef
/**
* Proview $Id: flow_x.c,v 1.3 2005-09-01 14:56:12 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
//
// Interface to Xlib and Xt macros which is compiled with alignment on alpha.
// Proview $Id: flow_x.c,v 1.3 2005-09-01 14:56:12 claes Exp $ is compiled without alignment X-macros doesn't work, and neither
// does the #pragma alignment...
//
#include "flow_std.h"
#include <stdio.h>
#include <stdlib.h>
#include <Xm/Xm.h>
#include <Xm/XmP.h>
#include <Mrm/MrmPublic.h>
#include <Xm/Protocols.h>
#include <X11/Intrinsic.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include "flow_x.h"
void
flow_SetInputFocus
(
Widget
w
)
{
XSetInputFocus
(
XtDisplay
(
w
),
XtWindow
(
w
),
RevertToParent
,
CurrentTime
);
}
Boolean
flow_IsShell
(
Widget
w
)
{
return
XtIsShell
(
w
);
}
Boolean
flow_IsManaged
(
Widget
w
)
{
return
XtIsManaged
(
w
);
}
Boolean
flow_IsRealized
(
Widget
w
)
{
return
XtIsRealized
(
w
);
}
void
flow_AddCloseVMProtocolCb
(
Widget
shell
,
XtCallbackProc
callback
,
void
*
client_data
)
{
Atom
WM_DELETE_WINDOW
=
XmInternAtom
(
XtDisplay
(
shell
),
"WM_DELETE_WINDOW"
,
False
);
XmAddWMProtocolCallback
(
shell
,
WM_DELETE_WINDOW
,
callback
,
client_data
);
}
void
flow_Bell
(
Widget
w
)
{
XBell
(
XtDisplay
(
w
),
100
);
}
void
flow_UnmapWidget
(
Widget
w
)
{
XtUnmapWidget
(
w
);
}
void
flow_MapWidget
(
Widget
w
)
{
XtMapWidget
(
w
);
}
Screen
*
flow_Screen
(
Widget
w
)
{
return
XtScreen
(
w
);
}
Display
*
flow_Display
(
Widget
w
)
{
return
XtDisplay
(
w
);
}
Window
flow_Window
(
Widget
w
)
{
return
XtWindow
(
w
);
}
int
flow_IsViewable
(
Widget
w
)
{
XWindowAttributes
xwa
;
if
(
XGetWindowAttributes
(
XtDisplay
(
w
),
XtWindow
(
w
),
&
xwa
)
&&
xwa
.
map_state
==
IsViewable
)
return
1
;
return
0
;
}
xtt/lib/flow/src/flow_x.h
deleted
100644 → 0
View file @
444fffef
/*
* Proview $Id: flow_x.h,v 1.3 2005-09-01 14:56:12 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
#ifndef flow_x_h
#define flow_x_h
#if defined __cplusplus
extern
"C"
{
#endif
#include <Xm/Xm.h>
#include <Mrm/MrmPublic.h>
#ifndef _XtIntrinsic_h
#include <X11/Intrinsic.h>
#endif
#include <X11/Xlib.h>
#include <X11/Xutil.h>
void
flow_SetInputFocus
(
Widget
w
);
Boolean
flow_IsManaged
(
Widget
w
);
Boolean
flow_IsShell
(
Widget
w
);
Boolean
flow_IsRealized
(
Widget
w
);
void
flow_AddCloseVMProtocolCb
(
Widget
shell
,
XtCallbackProc
callback
,
void
*
client_data
);
void
flow_Bell
(
Widget
w
);
void
flow_UnmapWidget
(
Widget
w
);
void
flow_MapWidget
(
Widget
w
);
Screen
*
flow_Screen
(
Widget
w
);
Display
*
flow_Display
(
Widget
w
);
Window
flow_Window
(
Widget
w
);
int
flow_IsViewable
(
Widget
w
);
#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