|
pnmixer
Volume mixer for the system tray
|
About dialog subsystem. More...

Go to the source code of this file.
Data Structures | |
| struct | about_dialog |
Macros | |
| #define | LICENSE_GPL3 |
Functions | |
| void | about_dialog_run (AboutDialog *dialog) |
| void | about_dialog_destroy (AboutDialog *dialog) |
| AboutDialog * | about_dialog_create (GtkWindow *parent) |
About dialog subsystem.
This file holds the ui-related code for the about dialog.
Definition in file ui-about-dialog.c.
| #define LICENSE_GPL3 |
Definition at line 26 of file ui-about-dialog.c.
| AboutDialog* about_dialog_create | ( | GtkWindow * | parent | ) |
Creates the about dialog.
| parent | a GtkWindow to be used as the parent. |
Definition at line 78 of file ui-about-dialog.c.
| void about_dialog_destroy | ( | AboutDialog * | dialog | ) |
Destroys the about dialog, freeing any resources.
| dialog | a AboutDialog instance. |
Definition at line 65 of file ui-about-dialog.c.
| void about_dialog_run | ( | AboutDialog * | dialog | ) |
Runs the about dialog.
| dialog | a AboutDialog instance. |
Definition at line 52 of file ui-about-dialog.c.
1.8.14