pnmixer
Volume mixer for the system tray
ui-popup-menu.h
Go to the documentation of this file.
1 /* ui-popup-menu.h
2  * PNmixer is written by Nick Lanham, a fork of OBmixer
3  * which was programmed by Lee Ferrett, derived
4  * from the program "AbsVolume" by Paul Sherman
5  * This program is free software; you can redistribute
6  * it and/or modify it under the terms of the GNU General
7  * Public License v3. source code is available at
8  * <http://github.com/nicklan/pnmixer>
9  */
10 
17 #ifndef _UI_POPUP_MENU_H_
18 #define _UI_POPUP_MENU_H_
19 
20 #include "audio.h"
21 
22 typedef struct popup_menu PopupMenu;
23 
26 void popup_menu_show(PopupMenu *menu, GtkMenuPositionFunc func, gpointer data,
27  guint button, guint activate_time);
28 
29 #include <gtk/gtk.h>
31 
32 #endif // _UI_POPUP_MENU_H_
Header for audio.c.
GtkWidget * menu
void popup_menu_destroy(PopupMenu *menu)
PopupMenu * popup_menu_create(Audio *audio)
Definition: audio.c:198
void popup_menu_show(PopupMenu *menu, GtkMenuPositionFunc func, gpointer data, guint button, guint activate_time)
GtkWindow * popup_menu_get_window(PopupMenu *menu)