Last updated: Tue, 22 May 2012 view this page in English
GtkComboBox::get_wrap_width
int get_wrap_width();
The get_wrap_width() method returns the
value of the "wrap-width" property of the combo box as set by the set_wrap_width()
method. The wrap width is basically the preferred number of columns to use to lay out the popup i.e.
lays out the popup items in a table with width columns.