search for: add_sep

Displaying 2 results from an estimated 2 matches for "add_sep".

Did you mean: add_sdp
2004 Oct 07
1
Menu examples?
...er/$DIST/Custom/ks.cfg.$DIST initrd=initrd.ks.$DIST lang= devfs=nomount ramdisk_size=8192 Hmm...looking at it, that's not much more than a single OPT_RADIOMENU. valhalla = add_item("Custom <V>alhalla","WC Customised RedHat 7.3",OPT_RADIOITEM,"valhalla",0); add_sep(); startks = add_item("Start <K>ickstart","Start RedHat Kickstart install",OPT_RUN,"ks.menu",0); But then I'll need to a handler to append all the options. valhalla->handler = &dist_handler; Any advice appreciated. Examples even more :) Regards,...
2007 Oct 18
1
A couple vesamenu.c32 questions
I've recently started the effort of porting my "simple.c" menu system to use vesamenu.c32 instead. I really like the graphical interface, and the READMEs have been very helpful. What I am curious about is whether or not there is an option for adding entry separators similar to the add_sep(); option which is available in the "simple.c" menu system? Right now I have set up blank entries to visually separate items, but a non-selectable line would be very much appreciated. I'm also interested in knowing if there is any way to make the ESC key trigger loading a particular...