| Top |
| GtkWidget * | go_marker_selector_new () |
| void | go_marker_selector_set_auto_fill () |
| void | go_marker_selector_set_colors () |
| void | go_marker_selector_set_shape () |
GtkWidget * go_marker_selector_new (GOMarkerShape initial_shape,GOMarkerShape default_shape);
Creates a new marker selector.
void go_marker_selector_set_auto_fill (GOSelector *selector,gboolean auto_fill);
void go_marker_selector_set_colors (GOSelector *selector,GOColor outline,GOColor fill);
Updates swatch colors of selector
.
void go_marker_selector_set_shape (GOSelector *selector,GOMarkerShape shape);
Updates marker shape of selector
.