view lwlib/lwlib-Xlw.h @ 25037:6293957eeb5c

Add function prototypes. (xm_update_label): Use val->name to look up a label string from resources. (all_dashes_p): Removed. (make_menu_in_widget): Use lw_separator_p. Set Motif separator type. (make_menu_in_widget): Set alignment of menu title after all widgets have been created. (xm_update_toggle): Add callback xm_generic_callback instead of xm_internal_update_other_instances. (make_menu_in_widget): Do help button before managing children to get it to the right place. (make_menu_in_widget): Create toggle buttons. (update_one_menu_entry): Update toggle buttons. (make_menu_in_widget): Test for menubar widgets using XmNrowColumnType.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 21 Jul 1999 21:43:52 +0000
parents 118a6ad56ae0
children 6ed38ee607e9
line wrap: on
line source

#ifndef LWLIB_XLW_H
#define LWLIB_XLW_H

#include "lwlib-int.h"

extern widget_creation_entry xlw_creation_table [];
extern widget_creation_function xlw_create_dialog;

Boolean
lw_lucid_widget_p (/* Widget widget */);

void
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 */);

void
xlw_destroy_instance (/* widget_instance* instance */);

void
xlw_pop_instance (/* widget_instance* instance, Boolean up */);

void
xlw_popup_menu (/* Widget widget */);

#endif /* LWLIB_XLW_H */