Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ab9d3e3c
Commit
ab9d3e3c
authored
Jan 31, 1994
by
Richard M. Stallman
Browse files
entered into RCS
parent
01492d1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
lwlib/lwlib-Xlw.h
lwlib/lwlib-Xlw.h
+8
-8
lwlib/lwlib-utils.h
lwlib/lwlib-utils.h
+8
-8
No files found.
lwlib/lwlib-Xlw.h
View file @
ab9d3e3c
...
...
@@ -7,23 +7,23 @@ extern widget_creation_entry xlw_creation_table [];
extern
widget_creation_function
xlw_create_dialog
;
Boolean
lw_lucid_widget_p
(
Widget
widget
);
lw_lucid_widget_p
(
/*
Widget widget
*/
);
void
xlw_update_one_widget
(
widget_instance
*
instance
,
Widget
widget
,
widget_value
*
val
,
Boolean
deep_p
);
xlw_update_one_widget
(
/*
widget_instance* instance, Widget widget,
widget_value* val, Boolean deep_p
*/
);
void
xlw_update_one_value
(
widget_instance
*
instance
,
Widget
widget
,
widget_value
*
val
);
xlw_update_one_value
(
/*
widget_instance* instance, Widget widget,
widget_value* val
*/
);
void
xlw_destroy_instance
(
widget_instance
*
instance
);
xlw_destroy_instance
(
/*
widget_instance* instance
*/
);
void
xlw_pop_instance
(
widget_instance
*
instance
,
Boolean
up
);
xlw_pop_instance
(
/*
widget_instance* instance, Boolean up
*/
);
void
xlw_popup_menu
(
Widget
widget
);
xlw_popup_menu
(
/*
Widget widget
*/
);
#endif
/* LWLIB_XLW_H */
lwlib/lwlib-utils.h
View file @
ab9d3e3c
#ifndef _LWLIB_UTILS_H_
#define _LWLIB_UTILS_H_
void
XtNoClearRefreshWidget
(
Widget
);
void
XtNoClearRefreshWidget
(
/*
Widget
*/
);
typedef
void
(
*
XtApplyToWidgetsProc
)
(
Widget
,
XtPointer
);
typedef
void
*
(
*
XtApplyUntilToWidgetsProc
)
(
Widget
,
XtPointer
);
typedef
void
(
*
XtApplyToWidgetsProc
)
(
/*
Widget, XtPointer
*/
);
typedef
void
*
(
*
XtApplyUntilToWidgetsProc
)
(
/*
Widget, XtPointer
*/
);
void
XtApplyToWidgets
(
Widget
,
XtApplyToWidgetsProc
,
XtPointer
);
void
*
XtApplyUntilToWidgets
(
Widget
,
XtApplyUntilToWidgetsProc
,
XtPointer
);
void
XtApplyToWidgets
(
/*
Widget, XtApplyToWidgetsProc, XtPointer
*/
);
void
*
XtApplyUntilToWidgets
(
/*
Widget, XtApplyUntilToWidgetsProc, XtPointer
*/
);
Widget
*
XtCompositeChildren
(
Widget
,
unsigned
int
*
);
Widget
*
XtCompositeChildren
(
/*
Widget, unsigned int *
*/
);
/* returns True is the widget is being destroyed, False otherwise */
Boolean
XtWidgetBeingDestroyedP
(
Widget
widget
);
XtWidgetBeingDestroyedP
(
/*
Widget widget
*/
);
void
XtSafelyDestroyWidget
(
Widget
);
void
XtSafelyDestroyWidget
(
/*
Widget
*/
);
#endif
/* _LWLIB_UTILS_H_ */
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