view lwlib/lwlib-Xaw.h @ 10136:37fa43bb8056

Added ispell-offset for version consistency. (ispell-dictionary-alist): updated dictionaries & better match defaults (ispell-alternate-dictionary): added /usr/shar path (ispell-menu-map-needed): redo changes that made this incompatible with earlier versions of emacs19. (ispell-required-version): changed to assure version 3.1.12 accessed. (ispell-word): Correctly accept buffer-local information. Does not try to modify read-only buffer on 'm' command. (ispell-command-loop): fixed bug that corrupted buffers. removed scrolling when *Choices* buffer shrinks. (check-ispell-version): Correctly identifies new version requirements. (ispell-region): Interaction updated for version 3.1.12+ Buffer read-only modification improvement. Dictionary messages added. (ispell-message-text-end): skips additional shell files. (ispell-buffer-local-parsing): extended-char mode now matches text mode
author Karl Heuer <kwzh@gnu.org>
date Sat, 10 Dec 1994 02:01:31 +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 */