Re: Menu separation. [message #12751] |
Fri, 04 September 1998 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Imanol Echave (ccaeccai@sc.ehu.es) writes:
> Is it possible to include separation lines on a menu created with CW_PDMENU?
> I've seen it on some applications (including IDL), and I'd like to include it on
> my IDL programs.
I don't know of any way to include separators with CW_PDMENU,
although you could easily modify the code to allow it. It is
so trivial to build pull-down menus from buttons that I always
make my own and avoid CW_PDMENU. This gives me great flexibility
in assigning event handlers, adding separators, adding buttons
later, etc.
Cheers,
David
----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438, Toll-Free Book Orders: 1-888-461-0155
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|