GebrGuiStylesCombo Class
GebrGuiStylesCombo Class — A widget for choosing between styles
|
|
Synopsis
GebrGuiStylesCombo;
GebrGuiStylesComboClass;
GebrGuiStylesComboPrivate;
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);
Details
GebrGuiStylesCombo
typedef struct {
} GebrGuiStylesCombo;
GebrGuiStylesComboClass
typedef struct {
} GebrGuiStylesComboClass;
GebrGuiStylesComboPrivate
typedef struct _GebrGuiStylesComboPrivate GebrGuiStylesComboPrivate;
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.
|