GtkEntry                package:RGtk2                R Documentation

_G_t_k_E_n_t_r_y

_D_e_s_c_r_i_p_t_i_o_n:

     A single line text entry field

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkEntryNew(show = TRUE)'
      'gtkEntryNewWithMaxLength(max = 0, show = TRUE)'
      'gtkEntrySetText(object, text)'
      'gtkEntryAppendText(object, text)'
      'gtkEntryPrependText(object, text)'
      'gtkEntrySetPosition(object, position)'
      'gtkEntryGetText(object)'
      'gtkEntrySelectRegion(object, start, end)'
      'gtkEntrySetVisibility(object, visible)'
      'gtkEntrySetInvisibleChar(object, ch)'
      'gtkEntrySetEditable(object, editable)'
      'gtkEntrySetMaxLength(object, max)'
      'gtkEntryGetActivatesDefault(object)'
      'gtkEntryGetHasFrame(object)'
      'gtkEntryGetInnerBorder(object)'
      'gtkEntryGetWidthChars(object)'
      'gtkEntrySetActivatesDefault(object, setting)'
      'gtkEntrySetHasFrame(object, setting)'
      'gtkEntrySetInnerBorder(object, border = NULL)'
      'gtkEntrySetWidthChars(object, n.chars)'
      'gtkEntryGetInvisibleChar(object)'
      'gtkEntrySetAlignment(object, xalign)'
      'gtkEntryGetAlignment(object)'
      'gtkEntryGetLayout(object)'
      'gtkEntryGetLayoutOffsets(object)'
      'gtkEntryLayoutIndexToTextIndex(object, layout.index)'
      'gtkEntryTextIndexToLayoutIndex(object, text.index)'
      'gtkEntryGetMaxLength(object)'
      'gtkEntryGetVisibility(object)'
      'gtkEntrySetCompletion(object, completion)'
      'gtkEntryGetCompletion(object)'
      'gtkEntrySetCursorHadjustment(object, adjustment)'
      'gtkEntryGetCursorHadjustment(object)'
      'gtkEntry(max = 0, show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkEntry
                                +----GtkSpinButton 

_I_n_t_e_r_f_a_c_e_s:

     GtkEntry implements AtkImplementorIface,  'GtkBuildable', 
     'GtkCellEditable' and  'GtkEditable'.

_D_e_t_a_i_l_e_d _D_e_s_c_r_i_p_t_i_o_n:

     The 'GtkEntry' widget is a single line text entry widget. A fairly
     large set of key bindings are supported by default. If the entered
     text is longer than the allocation of the widget, the widget will
     scroll so that the cursor position is visible.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_E_n_t_r_y' The 'GtkEntry' struct contains only private data.


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkEntry' is the result of collapsing the constructors of
     'GtkEntry' ('gtkEntryNew', 'gtkEntryNewWithMaxLength') and accepts
     a subset of its arguments matching the required arguments of one
     of its delegate constructors.

_S_i_g_n_a_l_s:


     '_a_c_t_i_v_a_t_e(_e_n_t_r_y, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_b_a_c_k_s_p_a_c_e(_e_n_t_r_y, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_c_o_p_y-_c_l_i_p_b_o_a_r_d(_e_n_t_r_y, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_c_u_t-_c_l_i_p_b_o_a_r_d(_e_n_t_r_y, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_d_e_l_e_t_e-_f_r_o_m-_c_u_r_s_o_r(_e_n_t_r_y, _a_r_g_1, _a_r_g_2, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_a_r_g_1' ['GtkDeleteType'] 

          '_a_r_g_2' [integer] 

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_i_n_s_e_r_t-_a_t-_c_u_r_s_o_r(_e_n_t_r_y, _a_r_g_1, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_a_r_g_1' [character] 

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_m_o_v_e-_c_u_r_s_o_r(_e_n_t_r_y, _a_r_g_1, _a_r_g_2, _a_r_g_3, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_a_r_g_1' ['GtkMovementStep'] 

          '_a_r_g_2' [integer] 

          '_a_r_g_3' [logical] 

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_p_a_s_t_e-_c_l_i_p_b_o_a_r_d(_e_n_t_r_y, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_p_o_p_u_l_a_t_e-_p_o_p_u_p(_e_n_t_r_y, _a_r_g_1, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_a_r_g_1' ['GtkMenu'] 

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


     '_t_o_g_g_l_e-_o_v_e_r_w_r_i_t_e(_e_n_t_r_y, _u_s_e_r._d_a_t_a)' _undocumented _

          '_e_n_t_r_y' ['GtkEntry'] the object which received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


_P_r_o_p_e_r_t_i_e_s:


     '_a_c_t_i_v_a_t_e_s-_d_e_f_a_u_l_t' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether to activate
          the default widget (such as the default button in a dialog)
          when Enter is pressed.  Default value: FALSE


     '_c_u_r_s_o_r-_p_o_s_i_t_i_o_n' [_i_n_t_e_g_e_r : _R_e_a_d] The current position of the
          insertion cursor in chars.  Allowed values: [0,65535] 
          Default value: 0


     '_e_d_i_t_a_b_l_e' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the entry contents can
          be edited.  Default value: TRUE


     '_h_a_s-_f_r_a_m_e' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] FALSE removes outside bevel
          from entry.  Default value: TRUE


     '_i_n_n_e_r-_b_o_r_d_e_r' ['_G_t_k_B_o_r_d_e_r' : _R_e_a_d / _W_r_i_t_e] Sets the text area's
          border between the text and the frame.  

          Since  2.10


     '_i_n_v_i_s_i_b_l_e-_c_h_a_r' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The character to use
          when masking entry contents (in "password mode").  Default
          value: '*'


     '_m_a_x-_l_e_n_g_t_h' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Maximum number of characters
          for this entry. Zero if no maximum.  Allowed values:
          [0,65535]  Default value: 0


     '_s_c_r_o_l_l-_o_f_f_s_e_t' [_i_n_t_e_g_e_r : _R_e_a_d] Number of pixels of the entry
          scrolled off the screen to the left.  Allowed values: >= 0 
          Default value: 0


     '_s_e_l_e_c_t_i_o_n-_b_o_u_n_d' [_i_n_t_e_g_e_r : _R_e_a_d] The position of the opposite
          end of the selection from the cursor in chars.  Allowed
          values: [0,65535]  Default value: 0


     '_s_h_a_d_o_w-_t_y_p_e' ['_G_t_k_S_h_a_d_o_w_T_y_p_e' : _R_e_a_d / _W_r_i_t_e] Which kind of
          shadow to draw around the entry when  '"has-frame"' is set to
          'TRUE'.  

          Default value: GTK_SHADOW_IN  Since  2.12


     '_t_e_x_t' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] The contents of the entry. 
          Default value: ""


     '_t_r_u_n_c_a_t_e-_m_u_l_t_i_l_i_n_e' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] When 'TRUE', pasted
          multi-line text is truncated to the first line.  

          Default value: FALSE  Since  2.10


     '_v_i_s_i_b_i_l_i_t_y' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] FALSE displays the
          "invisible char" instead of the actual text (password mode). 
          Default value: TRUE


     '_w_i_d_t_h-_c_h_a_r_s' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Number of characters to
          leave space for in the entry.  Allowed values: >= -1  Default
          value: -1


     '_x_a_l_i_g_n' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The horizontal alignment, from 0
          (left) to 1 (right).  Reversed for RTL layouts.  

          Allowed values: [0,1]  Default value: 0  Since  2.4


_S_t_y_l_e _P_r_o_p_e_r_t_i_e_s:


     '_i_n_n_e_r-_b_o_r_d_e_r' ['_G_t_k_B_o_r_d_e_r' : _R_e_a_d] Sets the text area's border
          between the text and the frame.  

          Since  2.10


_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://developer.gnome.org/doc/API/2.0/gtk/GtkEntry.html>

