| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── BluetoothChooserCombo
BluetoothChooserCombo implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget *
bluetooth_chooser_combo_new (void);
Returns a new BluetoothChooserCombo widget.
#define BLUETOOTH_CHOOSER_COMBO_FIRST_DEVICE "00:00:00:00:00:00"
A convenience value used to select the first device regardless of its address.
“chooser” property“chooser” BluetoothChooser *
The BluetoothChooser used in the widget
Flags: Read
“chooser-created” signalvoid user_function (BluetoothChooserCombo *self, GObject *chooser, gpointer user_data)
The signal is sent when a popup dialogue is created for the user to select a device. This signal allows you to change the configuration and filtering of the tree from its defaults.
| self | a BluetoothChooserCombo widget | |
| chooser | a BluetoothChooser widget | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last