Method

Gtk.DropDown.get_factory

Declaration [src]

GtkListItemFactory*
gtk_drop_down_get_factory (
  GtkDropDown* self
)

Description [src]

Gets the factory that’s currently used to populate list items.

The factory returned by this function is always used for the item in the button. It is also used for items in the popup if GtkDropDown:list-factory is not set.

Gets propertyGtk.DropDown:factory

Return value

Returns: GtkListItemFactory

The factory in use

Ownership is not transferred to the caller
Can be NULL