view lwlib/lwlib-Xaw.h @ 8772:c0a21329d9a7

(multiple_frames, Vframe_title_format, Vicon_title_format): New variables. (store_frame_title): New function. (x_consider_frame_title): Format title according to template. (display_mode_element): Handle frame title as well as mode line. (decode_mode_spec): Use w->buffer, not current_buffer.
author Karl Heuer <kwzh@gnu.org>
date Fri, 16 Sep 1994 03:29:33 +0000
parents 8aa62a50270d
children 6ed38ee607e9
line wrap: on
line source

#ifndef LWLIB_XAW_H
#define LWLIB_XAW_H

#include "lwlib-int.h"

extern widget_creation_entry xaw_creation_table [];

Widget 
xaw_create_dialog ();

Boolean
lw_xaw_widget_p ();

void
xaw_update_one_widget ();

void
xaw_update_one_value ();

void
xaw_destroy_instance ();

void
xaw_popup_menu ();

void
xaw_pop_instance ();

#endif /* LWLIB_XAW_H */