|  |  |  | gnome-bluetooth Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
#include <bluetooth-chooser-combo.h>
#define             BLUETOOTH_CHOOSER_COMBO_FIRST_DEVICE
                    BluetoothChooserCombo;
struct              BluetoothChooserComboClass;
GtkWidget *         bluetooth_chooser_combo_new         (void);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----BluetoothChooserCombo
BluetoothChooserCombo implements AtkImplementorIface, GtkBuildable and GtkOrientable.
#define BLUETOOTH_CHOOSER_COMBO_FIRST_DEVICE "00:00:00:00:00:00"
struct BluetoothChooserComboClass {
  GtkBoxClass parent_class;
  void (*chooser_created) (BluetoothChooserCombo *self, GtkWidget *chooser);
};
GtkWidget *         bluetooth_chooser_combo_new         (void);
Returns a new BluetoothChooserCombo widget.
| Returns : | a BluetoothChooserCombo widget. | 
"chooser-created" signalvoid                user_function                      (BluetoothChooserCombo *self,
                                                        GObject               *chooser,
                                                        gpointer               user_data)      : Run Last
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.
| 
 | a BluetoothChooserCombo widget | 
| 
 | a BluetoothChooser widget | 
| 
 | user data set when the signal handler was connected. |