Creates a new #GtkAppChooserButton for applications that can handle content of the given type.
Appends a custom item to the list of applications that is shown in the popup; the item name must be unique per-widget. Clients can use the provided name as a detail for the #GtkAppChooserButton::custom-item-activated signal, to add a callback for the activation of a particular custom item in the list. See also gtk.app_chooser_button.AppChooserButton.appendSeparator.
Appends a separator to the list of applications that is shown in the popup.
Connect to CustomItemActivated signal.
Returns the text to display at the top of the dialog.
Returns the current value of the #GtkAppChooserButton:show-default-item property.
Returns the current value of the #GtkAppChooserButton:show-dialog-item property.
Returns this, for use in with statements.
Selects a custom item previously added with gtk.app_chooser_button.AppChooserButton.appendCustomItem.
Sets the text to display at the top of the dialog. If the heading is not set, the dialog displays a default text.
Sets whether the dropdown menu of this button should show the default application for the given content type at top.
Sets whether the dropdown menu of this button should show an entry to trigger a #GtkAppChooserDialog.
Get heading property.
Set heading property.
Get showDefaultItem property.
Set showDefaultItem property.
Get showDialogItem property.
Set showDialogItem property.
Get builder for gtk.app_chooser_button.AppChooserButton
Get contentType property.
Returns the currently selected application.
Returns the current value of the #GtkAppChooser:content-type property.
Reloads the list of applications.
Returns this, for use in with statements.
Get builder for gtk.combo_box.ComboBox
Get active property.
Set active property.
Get activeId property.
Set activeId property.
Get addTearoffs property.
Set addTearoffs property.
Get buttonSensitivity property.
Set buttonSensitivity property.
Get cellArea property.
Get columnSpanColumn property.
Set columnSpanColumn property.
Get entryTextColumn property.
Set entryTextColumn property.
Get hasEntry property.
Get hasFrame property.
Set hasFrame property.
Get idColumn property.
Set idColumn property.
Get model property.
Set model property.
Get popupFixedWidth property.
Set popupFixedWidth property.
Get popupShown property.
Get rowSpanColumn property.
Set rowSpanColumn property.
Get tearoffTitle property.
Set tearoffTitle property.
Get wrapWidth property.
Set wrapWidth property.
Creates a new empty #GtkComboBox using area to layout cells.
Creates a new empty #GtkComboBox with an entry.
Creates a new empty #GtkComboBox with an entry.
Creates a new #GtkComboBox with the model initialized to model.
Creates a new empty #GtkComboBox with an entry and with the model initialized to model.
Returns the index of the currently active item, or -1 if there’s no active item. If the model is a non-flat treemodel, and the active item is not an immediate child of the root of the tree, this function returns gtk_tree_path_get_indices (path)[0], where path is the #GtkTreePath of the active item.
Returns the ID of the active row of combo_box. This value is taken from the active row and the column specified by the #GtkComboBox:id-column property of combo_box (see gtk.combo_box.ComboBox.setIdColumn).
Sets iter to point to the currently active item, if any item is active. Otherwise, iter is left unchanged.
Gets the current value of the :add-tearoffs property.
Returns whether the combo box sets the dropdown button sensitive or not when there are no items in the model.
Returns the column with column span information for combo_box.
Returns the column which combo_box is using to get the strings from to display in the internal entry.
Returns whether the combo box grabs focus when it is clicked with the mouse. See gtk.combo_box.ComboBox.setFocusOnClick.
Returns whether the combo box has an entry.
Returns the column which combo_box is using to get string IDs for values from.
Returns the #GtkTreeModel which is acting as data source for combo_box.
Gets the accessible object corresponding to the combo box’s popup.
Gets whether the popup uses a fixed width matching the allocated width of the combo box.
Returns the column with row span information for combo_box.
Gets the current title of the menu in tearoff mode. See gtk.combo_box.ComboBox.setAddTearoffs.
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.
Hides the menu or dropdown list of combo_box.
Pops up the menu or dropdown list of combo_box.
Pops up the menu or dropdown list of combo_box, the popup window will be grabbed so only device and its associated pointer/keyboard are the only #GdkDevices able to send events to it.
Sets the active item of combo_box to be the item at index.
Changes the active row of combo_box to the one that has an ID equal to active_id, or unsets the active row if active_id is null. Rows having a null ID string cannot be made active by this function.
Sets the current active item to be the one referenced by iter, or unsets the active item if iter is null.
Sets whether the popup menu should have a tearoff menu item.
Sets whether the dropdown button of the combo box should be always sensitive (gtk.types.SensitivityType.On), never sensitive (gtk.types.SensitivityType.Off) or only if there is at least one item to display (gtk.types.SensitivityType.Auto).
Sets the column with column span information for combo_box to be column_span. The column span column contains integers which indicate how many columns an item should span.
Sets the model column which combo_box should use to get strings from to be text_column. The column text_column in the model of combo_box must be of type G_TYPE_STRING.
Sets whether the combo box will grab focus when it is clicked with the mouse. Making mouse clicks not grab focus is useful in places like toolbars where you don’t want the keyboard focus removed from the main area of the application.
Sets the model column which combo_box should use to get string IDs for values from. The column id_column in the model of combo_box must be of type G_TYPE_STRING.
Sets the model used by combo_box to be model. Will unset a previously set model (if applicable). If model is null, then it will unset the model.
Specifies whether the popup’s width should be a fixed width matching the allocated width of the combo box.
Sets the row separator function, which is used to determine whether a row should be drawn as a separator. If the row separator function is null, no separators are drawn. This is the default value.
Sets the column with row span information for combo_box to be row_span. The row span column contains integers which indicate how many rows an item should span.
Sets the menu’s title in tearoff mode.
Sets the wrap width of combo_box to be width. The wrap width is basically the preferred number of columns when you want the popup to be layed out in a table.
Connect to Changed signal.
Connect to FormatEntryText signal.
Connect to MoveActive signal.
Connect to Popdown signal.
Connect to Popup signal.
Get contentType property.
Returns the currently selected application.
Returns the current value of the #GtkAppChooser:content-type property.
Reloads the list of applications.
The #GtkAppChooserButton is a widget that lets the user select an application. It implements the #GtkAppChooser interface.
Initially, a #GtkAppChooserButton selects the first application in its list, which will either be the most-recently used application or, if #GtkAppChooserButton:show-default-item is true, the default application.
The list of applications shown in a #GtkAppChooserButton includes the recommended applications for the given content type. When #GtkAppChooserButton:show-default-item is set, the default application is also included. To let the user chooser other applications, you can set the #GtkAppChooserButton:show-dialog-item property, which allows to open a full #GtkAppChooserDialog.
It is possible to add custom items to the list, using gtk.app_chooser_button.AppChooserButton.appendCustomItem. These items cause the #GtkAppChooserButton::custom-item-activated signal to be emitted when they are selected.
To track changes in the selected application, use the #GtkComboBox::changed signal.