comparison src/console-msw.h @ 506:39ccc7dd8077

[xemacs-hg @ 2001-05-05 08:39:59 by ben] Add Page Setup for Windows, take out Pretty Print. Implement Page Setup. Handle errors properly. Change top/bottom margin defaults to 0.5 inches.
author ben
date Sat, 05 May 2001 08:40:06 +0000
parents abe6d1db359e
children 5bdbc721d46a
comparison
equal deleted inserted replaced
505:6495d35ba9df 506:39ccc7dd8077
376 Lisp_Object keys); 376 Lisp_Object keys);
377 Lisp_Object mswindows_handle_page_setup_dialog_box (struct frame *f, 377 Lisp_Object mswindows_handle_page_setup_dialog_box (struct frame *f,
378 Lisp_Object keys); 378 Lisp_Object keys);
379 Lisp_Object mswindows_handle_print_setup_dialog_box (struct frame *f, 379 Lisp_Object mswindows_handle_print_setup_dialog_box (struct frame *f,
380 Lisp_Object keys); 380 Lisp_Object keys);
381 int mswindows_get_default_margin (Lisp_Object prop);
381 382
382 void mswindows_register_popup_frame (Lisp_Object frame); 383 void mswindows_register_popup_frame (Lisp_Object frame);
383 void mswindows_unregister_popup_frame (Lisp_Object frame); 384 void mswindows_unregister_popup_frame (Lisp_Object frame);
384 385
385 void mswindows_destroy_selection (Lisp_Object selection); 386 void mswindows_destroy_selection (Lisp_Object selection);