#include <gtk/gtk.h>
#include <alp/emoticon_parser.h>
Go to the source code of this file.
Typedefs | |
| typedef void(* | AlpInputFilterTextString )(GtkWidget *app_widget, GtkTextBuffer *textbuffer, GtkTextIter *location, gchar *text, gint len, gpointer user_data) |
| when user input the character to software keypad, this callback function will check if the content is valid | |
| typedef gboolean(* | AlpInputSubmitCB )(GtkWidget *widget, gpointer user_data) |
| callback function invoked when submitted (i.e. "Ok" button was pushed in software keyboard) | |
Enumerations | |
| enum | AlpInputShortcutType { ALP_INPUT_SHORTCUT_NONE, ALP_INPUT_SHORTCUT_12, ALP_INPUT_SHORTCUT_LIST } |
| identifier of layout of shortcut (or quick text) keyboard. More... | |
Functions | |
| void | alp_get_text_string_filter_cb (GtkWidget *widget, AlpInputFilterTextString *callback, gpointer *user_data) |
| void | alp_max_input_entry_dialog (GtkEntry *entry, GtkWindow *parent) |
| Display the ALP input dialog for an entry. | |
| AlpEmoticonRef * | alp_max_input_get_emoticon (GtkWidget *widget) |
| get emoticons list from GtkEntry or GtkTextView. | |
| void | alp_max_input_get_shortcut (GtkWidget *widget, AlpInputShortcutType *type, int *nstrings, const gchar ***strings) |
| get shortcut strings and layout for a GtkEntry or GtkTextView | |
| void | alp_max_input_get_submit_cb (GtkWidget *widget, gchar **label, AlpInputSubmitCB *callback, gpointer *user_data) |
| get callback function invoked when submitted | |
| gboolean | alp_max_input_is_software_keyboard_running (GtkWidget *widget) |
| See if the software keyboard is runnning. | |
| void | alp_max_input_set_emoticon (GtkWidget *widget, AlpEmoticonRef *emoticon) |
| set emoticons list for GtkEntry or GtkTextView. Input method will provide the way to input specified emoticons. | |
| void | alp_max_input_set_shortcut (GtkWidget *widget, AlpInputShortcutType type, int nstrings, const gchar **strings) |
| set shortcut strings and layout for a GtkEntry or GtkTextView | |
| void | alp_max_input_set_submit_cb (GtkWidget *widget, gchar *label, AlpInputSubmitCB callback, gpointer user_data) |
| set callback function invoked when submitted | |
| void | alp_max_input_text_view_dialog (GtkTextView *textView, GtkWindow *parent) |
| Display the ALP input dialog for a text view. | |
| void | alp_set_text_string_filter_cb (GtkWidget *widget, AlpInputFilterTextString callback, gpointer user_data) |
| set the callback function when the application starts or Widget is created | |
|
|
when user input the character to software keypad, this callback function will check if the content is valid
|
|
|
callback function invoked when submitted (i.e. "Ok" button was pushed in software keyboard)
|
|
|
identifier of layout of shortcut (or quick text) keyboard.
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Display the ALP input dialog for an entry.
|
|
|
get emoticons list from GtkEntry or GtkTextView.
|
|
||||||||||||||||||||
|
get shortcut strings and layout for a GtkEntry or GtkTextView
|
|
||||||||||||||||||||
|
get callback function invoked when submitted
|
|
|
See if the software keyboard is runnning.
|
|
||||||||||||
|
set emoticons list for GtkEntry or GtkTextView. Input method will provide the way to input specified emoticons.
|
|
||||||||||||||||||||
|
set shortcut strings and layout for a GtkEntry or GtkTextView
|
|
||||||||||||||||||||
|
set callback function invoked when submitted
|
|
||||||||||||
|
Display the ALP input dialog for a text view.
|
|
||||||||||||||||
|
set the callback function when the application starts or Widget is created
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.