| Top |
| BluetoothChooser * | chooser | Read |
| gchar * | device | Read / Write |
| BluetoothChooser * | chooser | Read |
| gchar * | device | Read / Write |
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
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
“device” property “device” gchar *
The Bluetooth address of the selected device or NULL
Flags: Read / Write
Default value: NULL
“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
“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