pnmixer
Volume mixer for the system tray
ui-hotkey-dialog.h
Go to the documentation of this file.
1
/* ui-hotkey-dialog.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_HOTKEY_DIALOG_H_
18
#define _UI_HOTKEY_DIALOG_H_
19
20
#include <gtk/gtk.h>
21
22
typedef
struct
hotkey_dialog
HotkeyDialog
;
23
24
HotkeyDialog
*
hotkey_dialog_create
(GtkWindow *parent,
const
gchar *
hotkey
);
25
void
hotkey_dialog_destroy
(
HotkeyDialog
*dialog);
26
gchar *
hotkey_dialog_run
(
HotkeyDialog
*dialog);
27
28
#endif // _UI_HOTKEY_DIALOG_H_
hotkey_dialog
Definition:
ui-hotkey-dialog.c:59
hotkey_dialog_destroy
void hotkey_dialog_destroy(HotkeyDialog *dialog)
Definition:
ui-hotkey-dialog.c:206
hotkey_dialog_create
HotkeyDialog * hotkey_dialog_create(GtkWindow *parent, const gchar *hotkey)
Definition:
ui-hotkey-dialog.c:222
hotkey
Definition:
hotkey.h:22
hotkey_dialog_run
gchar * hotkey_dialog_run(HotkeyDialog *dialog)
Definition:
ui-hotkey-dialog.c:130
Generated on Wed Feb 14 2018 21:04:05 for pnmixer by
1.8.14