Mercurial > emacs
view lwlib/lwlib-Xol.h @ 24497:b09ceba3d319
(enum_font_cb2): Set the font height to be the
character height, not the cell height.
(Fw32_select_font): Initialize font dialog with current
default font.
(Vw32_system_coding_system): New variable.
(w32_strict_filenames): Add comment.
(w32_to_x_font): Decode font name using Vw32_system_coding_system.
(x_to_w32_font): Encode font name using Vw32_system_coding_system.
(syms_of_w32fns): Add w32-system-coding-system.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Wed, 17 Mar 1999 22:03:55 +0000 |
parents | f999ebca00da |
children |
line wrap: on
line source
#ifndef LWLIB_XOL_H #define LWLIB_XOL_H #include "lwlib-int.h" extern widget_creation_entry xol_creation_table []; extern Widget xol_create_dialog (widget_instance *); Boolean lw_olit_widget_p (Widget widget); void xol_update_one_widget (widget_instance* instance, Widget widget, widget_value* val, Boolean deep_p); void xol_update_one_value (widget_instance* instance, Widget widget, widget_value* val); void xol_destroy_instance (widget_instance* instance); void xol_pop_instance (widget_instance* instance, Boolean up); void xol_popup_menu (Widget widget); #endif /* LWLIB_XOL_H */