[ CCode ( cname = "gimp_int_combo_box_set_label" ) ]
[ Version ( since = "2.10" ) ]
public void set_label (string label)
Sets a caption on the this that will be displayed left-aligned inside the box.
When a label is set, the remaining contents of the box will be right-aligned. This is useful for places where screen estate is rare, like in tool options.
| this | |
| label |
a string to be shown as label |