view lwlib/lwlib-Xaw.h @ 28463:4591d285fb65

* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues with int lvalues via casts; instead, just yield lisp object lvalues. (enlarge_window): Variable sizep now points to Lisp_Object. Use proper accessor macros. (shrink_window_lowest_first): w->top is Lisp_Object; use XINT. (grow_mini_window): Fix typo getting int value of root->height.
author Ken Raeburn <raeburn@raeburn.org>
date Sat, 01 Apr 2000 12:39:03 +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 */