GebrGuiStylesCombo Class

GebrGuiStylesCombo Class — A widget for choosing between styles

Synopsis

struct              GebrGuiStylesCombo;
struct              GebrGuiStylesComboClass;
GtkWidget *         gebr_gui_styles_combo_new           (const gchar *path);
void                gebr_gui_styles_combo_set_path      (GebrGuiStylesCombo *self,
                                                         const gchar *path);
gchar *             gebr_gui_styles_combo_get_selected  (GebrGuiStylesCombo *self);
                    GebrGuiStylesComboPrivate;

Description

Details

struct GebrGuiStylesCombo

struct GebrGuiStylesCombo {
};

struct GebrGuiStylesComboClass

struct GebrGuiStylesComboClass {
};

gebr_gui_styles_combo_new ()

GtkWidget *         gebr_gui_styles_combo_new           (const gchar *path);

Creates a new GebrGuiStylesCombo for choosing a styles sheet in folder given by path variable.

path :

the system path for fetching the styles.

gebr_gui_styles_combo_set_path ()

void                gebr_gui_styles_combo_set_path      (GebrGuiStylesCombo *self,
                                                         const gchar *path);

gebr_gui_styles_combo_get_selected ()

gchar *             gebr_gui_styles_combo_get_selected  (GebrGuiStylesCombo *self);

Retrieves the path for the selected styles in combo.

combo :

a GebrGuiStylesCombo

Returns :

a newly allocated string containing the path for the selected style.

GebrGuiStylesComboPrivate

typedef struct _GebrGuiStylesComboPrivate GebrGuiStylesComboPrivate;