|  |  |  | Evolution Utilities Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Prerequisites | Known Implementations | Properties | Signals | ||||
EEmoticonChooser; struct EEmoticonChooserInterface; EEmoticon * e_emoticon_chooser_get_current_emoticon (EEmoticonChooser *chooser); void e_emoticon_chooser_set_current_emoticon (EEmoticonChooser *chooser,EEmoticon *emoticon); void e_emoticon_chooser_item_activated (EEmoticonChooser *chooser); GList * e_emoticon_chooser_get_items (void); const EEmoticon * e_emoticon_chooser_lookup_emoticon (const gchar *icon_name);
EEmoticonChooser is implemented by EEmoticonAction, EEmoticonChooserMenu and EEmoticonToolButton.
struct EEmoticonChooserInterface {
	GTypeInterface parent_interface;
	/* Methods */
	EEmoticon * (*get_current_emoticon) (EEmoticonChooser *chooser);
	void		(*set_current_emoticon) (EEmoticonChooser *chooser,
						 EEmoticon *emoticon);
	/* Signals */
	void		(*item_activated) (EEmoticonChooser *chooser);
};
EEmoticon *         e_emoticon_chooser_get_current_emoticon
                                                        (EEmoticonChooser *chooser);
void e_emoticon_chooser_set_current_emoticon (EEmoticonChooser *chooser,EEmoticon *emoticon);
void                e_emoticon_chooser_item_activated   (EEmoticonChooser *chooser);
"current-emoticon" property"current-emoticon" EEmoticon* : Read / Write
Currently selected emoticon.
"item-activated" signalvoid                user_function                      (EEmoticonChooser *eemoticonchooser,
                                                        gpointer          user_data)             : Run Last