Constructor
GtkDropDownnew_from_strings
Declaration [src]
GtkWidget*
gtk_drop_down_new_from_strings (
  const char* const* strings
)
Parameters
| strings | An array of char* | 
| The strings to put in the dropdown. | |
| The array must be NULL-terminated. | |
| The data is owned by the caller of the function. | |
| Each element is a NUL terminated UTF-8 string. | 
Return value
| Returns: | GtkWidget | 
| A new  | |
| The data is owned by the called function. |