![]() |
![]() |
![]() |
libgebr Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
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;
GtkWidget * gebr_gui_styles_combo_new (const gchar *path
);
Creates a new GebrGuiStylesCombo for choosing a styles sheet in folder given
by path
variable.
|
the system path for fetching the styles. |
void gebr_gui_styles_combo_set_path (GebrGuiStylesCombo *self
,const gchar *path
);
gchar * gebr_gui_styles_combo_get_selected (GebrGuiStylesCombo *self
);
Retrieves the path for the selected styles in combo
.
|
a GebrGuiStylesCombo |
Returns : |
a newly allocated string containing the path for the selected style. |