pnmixer
Volume mixer for the system tray
|
Various ui-related functions. More...
Go to the source code of this file.
Functions | |
GtkBuilder * | gtk_builder_new_from_file (const gchar *filename) |
void | gtk_combo_box_text_remove_all (GtkComboBoxText *combo_box) |
gchar * | get_ui_file (const char *filename) |
gchar * | get_pixmap_file (const gchar *filename) |
gchar* get_pixmap_file | ( | const gchar * | filename | ) |
Gets the path to a pixmap file. Looks first in ./data/ui/[file], and then in PACKAGE_DATA_DIR/PACKAGE/ui/[file].
filename | the pixmap file to find |
Definition at line 85 of file support-ui.c.
gchar* get_ui_file | ( | const char * | filename | ) |
Gets the path to an ui file. Looks first in ./data/ui/[file], and then in PACKAGE_DATA_DIR/PACKAGE/ui/[file].
filename | the name of the ui file |
Definition at line 58 of file support-ui.c.
GtkBuilder* gtk_builder_new_from_file | ( | const gchar * | filename | ) |
Definition at line 25 of file support-ui.c.
void gtk_combo_box_text_remove_all | ( | GtkComboBoxText * | combo_box | ) |
Definition at line 38 of file support-ui.c.