Gtk.ComboBox.prototype.get_wrap_width
function get_wrap_width():Number { // Gjs wrapper for gtk_combo_box_get_wrap_width() }
Returns the wrap width which is used to determine the number of columns for the popup menu. If the wrap width is larger than 1, the combo box is in table mode.
Since 2.6
- Returns
the wrap width.