/[xforms]/xforms/fdesign/viewforms.c
ViewVC logotype

Diff of /xforms/fdesign/viewforms.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by leeming, Thu Apr 24 09:35:33 2003 UTC revision 1.5 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 30  Line 30 
30  #include "viewforms.h"  #include "viewforms.h"
31    
32  static FL_PUP_ENTRY fdmenu_file_0[] =  static FL_PUP_ENTRY fdmenu_file_0[] =
33  {  {
34      /*  itemtext   callback  shortcut   mode */      /*  itemtext   callback  shortcut   mode */
35      { "Open",   0,      "^O",    FL_PUP_NONE},      { "Open",   0,      "^O",    FL_PUP_NONE},
36      { "Save",   0,      "^S",    FL_PUP_NONE},      { "Save",   0,      "^S",    FL_PUP_NONE},
# Line 40  static FL_PUP_ENTRY fdmenu_file_0[] = Line 40  static FL_PUP_ENTRY fdmenu_file_0[] =
40  };  };
41    
42  static FL_PUP_ENTRY fdmenu_options_1[] =  static FL_PUP_ENTRY fdmenu_options_1[] =
43  {  {
44      /*  itemtext   callback  shortcut   mode */      /*  itemtext   callback  shortcut   mode */
45      { "Interpolations", 0,      "",      FL_PUP_NONE},      { "Interpolations", 0,      "",      FL_PUP_NONE},
46      { "Layout", 0,      "",      FL_PUP_NONE},      { "Layout", 0,      "",      FL_PUP_NONE},
# Line 51  static FL_PUP_ENTRY fdmenu_options_1[] = Line 51  static FL_PUP_ENTRY fdmenu_options_1[] =
51    
52  #include "xpm/quit.xpm"  #include "xpm/quit.xpm"
53  static FL_PUP_ENTRY fdmenu_help_2[] =  static FL_PUP_ENTRY fdmenu_help_2[] =
54  {  {
55      /*  itemtext   callback  shortcut   mode */      /*  itemtext   callback  shortcut   mode */
56      { "About",  0,      "",      FL_PUP_NONE},      { "About",  0,      "",      FL_PUP_NONE},
57      { "Index",  0,      "",      FL_PUP_NONE},      { "Index",  0,      "",      FL_PUP_NONE},
# Line 291  FD_help *create_form_help(void) Line 291  FD_help *create_form_help(void)
291    
292  #include "xpm/cancel.xpm"  #include "xpm/cancel.xpm"
293  static FL_PUP_ENTRY fdchoice_font_3[] =  static FL_PUP_ENTRY fdchoice_font_3[] =
294  {  {
295      /*  itemtext   callback  shortcut   mode */      /*  itemtext   callback  shortcut   mode */
296      { "helvetica-medium-r",     0,      "",      FL_PUP_NONE},      { "helvetica-medium-r",     0,      "",      FL_PUP_NONE},
297      { "helvetica-bold-r",       0,      "",      FL_PUP_NONE},      { "helvetica-bold-r",       0,      "",      FL_PUP_NONE},
# Line 314  static FL_PUP_ENTRY fdchoice_font_3[] = Line 314  static FL_PUP_ENTRY fdchoice_font_3[] =
314    
315  #include "xpm/accept.xpm"  #include "xpm/accept.xpm"
316  static FL_PUP_ENTRY fdchoice_size_4[] =  static FL_PUP_ENTRY fdchoice_size_4[] =
317  {  {
318      /*  itemtext   callback  shortcut   mode */      /*  itemtext   callback  shortcut   mode */
319      { "8 Tiny", 0,      "",      FL_PUP_NONE},      { "8 Tiny", 0,      "",      FL_PUP_NONE},
320      { "10 Small",       0,      "",      FL_PUP_NONE},      { "10 Small",       0,      "",      FL_PUP_NONE},

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26