EmpathyPresenceChooser

EmpathyPresenceChooser — A widget used to change presence

Synopsis


#include <libempathy-gtk/empathy-presence-chooser.h>

                    EmpathyPresenceChooser;
GtkWidget *         empathy_presence_chooser_new        (void);
GtkWidget *         empathy_presence_chooser_create_menu
                                                        (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkComboBox
                                       +----GtkComboBoxEntry
                                             +----EmpathyPresenceChooser

Implemented Interfaces

EmpathyPresenceChooser implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

Description

EmpathyPresenceChooser is a widget which extends GtkComboBoxEntry to change presence.

Details

EmpathyPresenceChooser

typedef struct _EmpathyPresenceChooser EmpathyPresenceChooser;


empathy_presence_chooser_new ()

GtkWidget *         empathy_presence_chooser_new        (void);

Creates a new EmpathyPresenceChooser widget.

Returns :

A new EmpathyPresenceChooser widget

empathy_presence_chooser_create_menu ()

GtkWidget *         empathy_presence_chooser_create_menu
                                                        (void);

Creates a new GtkMenu allowing users to change their presence from a menu.

Returns :

a new GtkMenu for changing presence in a menu.