/* Popup menu utilities for gncal * * Copyright (C) 1998 The Free Software Foundation * * Author: Federico Mena */ #ifndef POPUP_MENU_H #define POPUP_MENU_H #include #include struct menu_item { char *text; GtkSignalFunc callback; gpointer data; int sensitive; }; void popup_menu (struct menu_item *items, int nitems, GdkEventButton *event); #endif s-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update www/elixir-phoenix to version 1.2.1.olgeni2016-08-122-4/+4
* Update www/elixir-phoenix to version 1.2.0.olgeni2016-07-114-26/+20
* Update www/elixir-phoenix to version 1.1.6.olgeni2016-06-04