Header for main.c.
More...
#include <gtk/gtk.h>
Go to the source code of this file.
Header for main.c.
Header for main.c
Definition in file main.h.
◆ do_show_popup_menu()
void do_show_popup_menu |
( |
GtkMenuPositionFunc |
func, |
|
|
gpointer |
data, |
|
|
guint |
button, |
|
|
guint |
activate_time |
|
) |
| |
Show the popup menu.
Definition at line 277 of file main.c.
◆ do_toggle_popup_window()
void do_toggle_popup_window |
( |
void |
| ) |
|
Toggle the popup window
Definition at line 259 of file main.c.
◆ run_about_dialog()
void run_about_dialog |
( |
void |
| ) |
|
Run the about dialog.
Definition at line 168 of file main.c.
◆ run_custom_command()
void run_custom_command |
( |
void |
| ) |
|
Run a custom command.
Definition at line 99 of file main.c.
◆ run_error_dialog()
void run_error_dialog |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Report an error, usually via a dialog window or on stderr.
- Parameters
-
fmt | the error |
... | more string segments in the format of printf |
Definition at line 188 of file main.c.
◆ run_mixer_command()
void run_mixer_command |
( |
void |
| ) |
|
Run the specified mixer application.
Definition at line 79 of file main.c.
◆ run_prefs_dialog()
void run_prefs_dialog |
( |
void |
| ) |
|