pnmixer
Volume mixer for the system tray
Functions
main.h File Reference

Header for main.c. More...

#include <gtk/gtk.h>
Include dependency graph for main.h:

Go to the source code of this file.

Functions

void run_mixer_command (void)
 
void run_custom_command (void)
 
void run_about_dialog (void)
 
void run_error_dialog (const char *,...)
 
void run_prefs_dialog (void)
 
void do_toggle_popup_window (void)
 
void do_show_popup_menu (GtkMenuPositionFunc func, gpointer data, guint button, guint activate_time)
 

Detailed Description

Header for main.c.

Header for main.c

Definition in file main.h.

Function Documentation

◆ 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
fmtthe 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  )

Definition at line 151 of file main.c.