Top |
void | (*GtkTextFunction) () |
void | gtk_old_editable_claim_selection () |
void | gtk_old_editable_changed () |
void | activate | Action |
void | copy-clipboard | Action |
void | cut-clipboard | Action |
void | kill-char | Action |
void | kill-line | Action |
void | kill-word | Action |
void | move-cursor | Action |
void | move-page | Action |
void | move-to-column | Action |
void | move-to-row | Action |
void | move-word | Action |
void | paste-clipboard | Action |
void | set-editable | Action |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkOldEditable ╰── GtkText
GtkOldEditable has been deprecated since GTK+ 2.0 and should not be used in newly written code. Use the GtkEditable interface instead.
void (*GtkTextFunction) (GtkOldEditable *editable
,guint32 time_
);
GtkTextFunction
is deprecated and should not be used in newly-written code.
void gtk_old_editable_claim_selection (GtkOldEditable *old_editable
,gboolean claim
,guint32 time_
);
gtk_old_editable_claim_selection
is deprecated and should not be used in newly-written code.
Claims or gives up ownership of the selection.
void
gtk_old_editable_changed (GtkOldEditable *old_editable
);
gtk_old_editable_changed
is deprecated and should not be used in newly-written code.
Emits the ::changed signal on old_editable
.
“activate”
signalvoid user_function (GtkOldEditable *oldeditable, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“copy-clipboard”
signalvoid user_function (GtkOldEditable *oldeditable, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“cut-clipboard”
signalvoid user_function (GtkOldEditable *oldeditable, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“kill-char”
signalvoid user_function (GtkOldEditable *oldeditable, gint arg1, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“kill-line”
signalvoid user_function (GtkOldEditable *oldeditable, gint arg1, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“kill-word”
signalvoid user_function (GtkOldEditable *oldeditable, gint arg1, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“move-cursor”
signalvoid user_function (GtkOldEditable *oldeditable, gint arg1, gint arg2, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“move-page”
signalvoid user_function (GtkOldEditable *oldeditable, gint arg1, gint arg2, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“move-to-column”
signalvoid user_function (GtkOldEditable *oldeditable, gint arg1, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“move-to-row”
signalvoid user_function (GtkOldEditable *oldeditable, gint arg1, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“move-word”
signalvoid user_function (GtkOldEditable *oldeditable, gint arg1, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“paste-clipboard”
signalvoid user_function (GtkOldEditable *oldeditable, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“set-editable”
signalvoid user_function (GtkOldEditable *oldeditable, gboolean arg1, gpointer user_data)
oldeditable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action