Action helper support in Mac OS menus.

This commit is contained in:
William Hua
2012-08-17 23:19:57 -04:00
committed by Ryan Lortie
parent dd45862a06
commit fe48e077bd
3 changed files with 81 additions and 219 deletions

View File

@ -20,9 +20,11 @@
#ifndef __GTK_MODELMENU_QUARTZ_H__
#define __GTK_MODELMENU_QUARTZ_H__
#include "gactionobservable.h"
#include "gtkapplication.h"
void gtk_quartz_set_main_menu (GMenuModel *model,
GActionObservable *observable);
void gtk_quartz_set_main_menu (GMenuModel *model,
GtkApplication *application);
void gtk_quartz_clear_main_menu (void);
#endif /* __GTK_MODELMENU_QUARTZ_H__ */