|  |  |  | GTK+ 2 Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
#include <gtk/gtk.h> struct GtkOldEditable; void (*GtkTextFunction) (GtkOldEditable *editable,guint32 time_); void gtk_old_editable_claim_selection (GtkOldEditable *old_editable,gboolean claim,guint32 time_); void gtk_old_editable_changed (GtkOldEditable *old_editable);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkOldEditable +----GtkText
"activate" :Action"copy-clipboard" :Action"cut-clipboard" :Action"kill-char" :Action"kill-line" :Action"kill-word" :Action"move-cursor" :Action"move-page" :Action"move-to-column" :Action"move-to-row" :Action"move-word" :Action"paste-clipboard" :Action"set-editable" :Action
GtkOldEditable has been deprecated since GTK+ 2.0 and should not be used in newly written code. Use the GtkEditable interface instead.
struct GtkOldEditable {
  guint      current_pos;
  guint      selection_start_pos;
  guint      selection_end_pos;
  guint      has_selection : 1;
};
GtkOldEditable is deprecated and should not be used in newly-written code.
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.
| 
 | a GtkOldEditable | 
| 
 | if TRUE, claim ownership of the selection, ifFALSE, give
up ownership | 
| 
 | timestamp for this operation | 
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.
| 
 | a GtkOldEditable | 
"activate" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"copy-clipboard" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"cut-clipboard" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"kill-char" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gint            arg1,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"kill-line" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gint            arg1,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"kill-word" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gint            arg1,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"move-cursor" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gint            arg1,
                                                        gint            arg2,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"move-page" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gint            arg1,
                                                        gint            arg2,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"move-to-column" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gint            arg1,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"move-to-row" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gint            arg1,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"move-word" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gint            arg1,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"paste-clipboard" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"set-editable" signalvoid                user_function                      (GtkOldEditable *oldeditable,
                                                        gboolean        arg1,
                                                        gpointer        user_data)        : Action
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. |