#include <gtk/gtk.h>
Go to the source code of this file.
Data Structures | |
struct | _PresetDialog |
Defines | |
#define | _(String) gettext(String) |
Typedefs | |
typedef _PresetDialog | PresetDialog |
Functions | |
PresetDialog * | preset_dialog_new () |
void | preset_dialog_delete (PresetDialog *dialog) |
void | preset_dialog_update (PresetDialog *dialog, gchar *udn) |
gchar * | preset_dialog_get_selection (PresetDialog *dialog) |
void | preset_dialog_run () |
|
|
|
|
|
Destroy a preset dialog |
|
Get the selected text from the preset dialog's combo
|
|
Create a preset dialog |
|
Displays the preset dialog and invokes the SelectPreset action using the selected preset. Finally destroys the dialog. |
|
Update the presets from the given renderer device
|