~clutk-team/clutk/trunk

« back to all changes in this revision

Viewing changes to clutk/ctk-menu.h

Adds support for closing the menu when you hover off it

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
void                ctk_menu_refresh_background_texture (CtkMenu *self);
104
104
guint               ctk_menu_get_framebuffer_background (CtkMenu *self);
105
105
 
 
106
gboolean            ctk_menu_get_close_on_leave (CtkMenu *self);
 
107
void                ctk_menu_set_close_on_leave (CtkMenu *self, gboolean value);
 
108
 
106
109
G_END_DECLS
107
110
 
108
111
#endif /* _CTK_MENU_H_ */