pnmixer
Volume mixer for the system tray
Typedefs | Functions
ui-popup-window.h File Reference

Header for ui-popup-window.c. More...

#include "audio.h"
Include dependency graph for ui-popup-window.h:

Go to the source code of this file.

Typedefs

typedef struct popup_window PopupWindow
 

Functions

PopupWindowpopup_window_create (Audio *audio)
 
void popup_window_destroy (PopupWindow *window)
 
void popup_window_reload (PopupWindow *window)
 
void popup_window_show (PopupWindow *window)
 
void popup_window_hide (PopupWindow *window)
 
void popup_window_toggle (PopupWindow *window)
 

Detailed Description

Header for ui-popup-window.c.

Header for ui-popup-window.c.

Definition in file ui-popup-window.h.

Typedef Documentation

◆ PopupWindow

typedef struct popup_window PopupWindow

Definition at line 22 of file ui-popup-window.h.

Function Documentation

◆ popup_window_create()

PopupWindow* popup_window_create ( Audio audio)

Creates the popup window and connects all the signals.

Parameters
audiopointer to this audio subsystem.
Returns
the newly created PopupWindow instance.

Definition at line 527 of file ui-popup-window.c.

◆ popup_window_destroy()

void popup_window_destroy ( PopupWindow window)

Destroys the popup window, freeing any resources.

Parameters
windowa PopupWindow instance.

Definition at line 514 of file ui-popup-window.c.

◆ popup_window_hide()

void popup_window_hide ( PopupWindow window)

Hides the popup window.

Parameters
windowa PopupWindow instance.

Definition at line 408 of file ui-popup-window.c.

◆ popup_window_reload()

void popup_window_reload ( PopupWindow window)

Update the popup window according to the current preferences. This has to be called each time the preferences are modified.

Parameters
windowa PopupWindow instance.

Definition at line 497 of file ui-popup-window.c.

◆ popup_window_show()

void popup_window_show ( PopupWindow window)

Shows the popup window, and grab the focus.

Parameters
windowa PopupWindow instance.

Definition at line 379 of file ui-popup-window.c.

◆ popup_window_toggle()

void popup_window_toggle ( PopupWindow window)

Toggle the popup window (aka hide or show).

Parameters
windowa PopupWindow instance.

Definition at line 419 of file ui-popup-window.c.