home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / amiga / vim46src.lha / vim-4.6 / src / proto / gui_motif.pro < prev    next >
Encoding:
Text File  |  1997-03-12  |  686 b   |  14 lines

  1. /* gui_motif.c */
  2. void gui_mch_create_widgets __PARMS((void));
  3. int gui_mch_get_winsize __PARMS((void));
  4. void gui_mch_set_winsize __PARMS((void));
  5. void gui_mch_add_menu __PARMS((GuiMenu *menu, GuiMenu *parent));
  6. void gui_mch_add_menu_item __PARMS((GuiMenu *menu, GuiMenu *parent));
  7. void gui_mch_destroy_menu __PARMS((GuiMenu *menu));
  8. void gui_mch_create_which_components __PARMS((void));
  9. void gui_mch_update_scrollbars __PARMS((int worst_update, int which_sb));
  10. void gui_mch_reorder_scrollbars __PARMS((int which_sb));
  11. void gui_mch_destroy_scrollbar __PARMS((WIN *wp));
  12. void gui_mch_update_horiz_scrollbar __PARMS((int value, int size, int max));
  13. Window gui_mch_get_wid __PARMS((void));
  14.