GimpUi.IntComboBox.get_layout

@accepts(GimpUi.IntComboBox)
@returns(GimpUi.IntComboBoxLayout)
def get_layout(self):
    # Python wrapper for gimp_int_combo_box_get_layout()
  

Returns the layout of self

Since 2.10

self

a GimpUi.IntComboBox

Returns