| Top |
Known Implementations
EEmoticonChooser is implemented by EEmoticonAction, EEmoticonChooserMenu and EEmoticonToolButton.
Functions
e_emoticon_chooser_get_current_emoticon ()
EEmoticon *
e_emoticon_chooser_get_current_emoticon
(EEmoticonChooser *chooser);
e_emoticon_chooser_set_current_emoticon ()
void e_emoticon_chooser_set_current_emoticon (EEmoticonChooser *chooser,EEmoticon *emoticon);
e_emoticon_chooser_item_activated ()
void
e_emoticon_chooser_item_activated (EEmoticonChooser *chooser);
Types and Values
struct EEmoticonChooserInterface
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);
};
Property Details
The “current-emoticon” property
“current-emoticon” EEmoticon *
Currently selected emoticon.
Flags: Read / Write
Signal Details
The “item-activated” signal
void user_function (EEmoticonChooser *eemoticonchooser, gpointer user_data)
Flags: Run Last
