[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2011-07-05, Matthew Leverton <meffer@xxxxxxxxxx> wrote:
> On Sun, Jun 19, 2011 at 3:42 PM, Matthew Leverton <meffer@xxxxxxxxxx> wrote:
> > Attached is a sample implementation of native system menus for
> > Windows. I put it in the native dialog addon and updated the
> > native_file_chooser example. The API is functional, but not complete:
> >
>
> I've committed the Windows implementation for the native menus. I'll
> add the docs and update MSVC's unfriendly tab formatting a bit later.
> ex_menu.c is a quick demo that shows some of the API.
Also menu_ids should be static, and the lines containing function
prototypes should be wrapped at 80 chars for documentation.
Peter