ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 06:36:16 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3AEntry ------------------------- @@ -1,7 +1,7 @@ -= class Gtk::Entry += Gtk::Entry クラス The Gtk::Entry 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. -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Instantiatable * GLib::Object @@ -9,16 +9,20 @@ * Gtk::Widget * Gtk::Entry -== Included Modules -* Gtk::Editable +== インクルードされているモジュール + * Gtk::CellEditable +* Gtk::Editable +* Gtk::Buildable +* Atk::Implementor +* GLib::Interface -== Class Methods +== クラスメソッド --- Gtk::Entry.new Creates a new Gtk::Entry widget. * Returns: a new Gtk::Entry. -== Instance Methods +== インスタンスメソッド --- activates_default? Retrieves the value set by Gtk::Entry#activates_default=. * Returns: true if the entry will activate the default widget. @@ -172,7 +176,299 @@ * completion: The Gtk::EntryCompletion * Returns: completion -== Properties +--- cursor_hadjustment=() + ((*要編集*)) + +--- set_cursor_hadjustment() + ((*要編集*)) + +--- cursor_hadjustment() + ((*要編集*)) + +--- text_index_to_layout_index() + ((*要編集*)) + +--- layout_index_to_text_index() + ((*要編集*)) + +--- im_module=() + ((*要編集*)) + +--- set_im_module() + ((*要編集*)) + +--- im_module() + ((*要編集*)) + +--- secondary_icon_tooltip_markup=() + ((*要編集*)) + +--- set_secondary_icon_tooltip_markup() + ((*要編集*)) + +--- secondary_icon_tooltip_markup() + ((*要編集*)) + +--- primary_icon_tooltip_markup=() + ((*要編集*)) + +--- set_primary_icon_tooltip_markup() + ((*要編集*)) + +--- primary_icon_tooltip_markup() + ((*要編集*)) + +--- secondary_icon_tooltip_text=() + ((*要編集*)) + +--- set_secondary_icon_tooltip_text() + ((*要編集*)) + +--- secondary_icon_tooltip_text() + ((*要編集*)) + +--- primary_icon_tooltip_text=() + ((*要編集*)) + +--- set_primary_icon_tooltip_text() + ((*要編集*)) + +--- primary_icon_tooltip_text() + ((*要編集*)) + +--- secondary_icon_sensitive=() + ((*要編集*)) + +--- set_secondary_icon_sensitive() + ((*要編集*)) + +--- secondary_icon_sensitive?() + ((*要編集*)) + +--- primary_icon_sensitive=() + ((*要編集*)) + +--- set_primary_icon_sensitive() + ((*要編集*)) + +--- primary_icon_sensitive?() + ((*要編集*)) + +--- secondary_icon_activatable=() + ((*要編集*)) + +--- set_secondary_icon_activatable() + ((*要編集*)) + +--- secondary_icon_activatable?() + ((*要編集*)) + +--- primary_icon_activatable=() + ((*要編集*)) + +--- set_primary_icon_activatable() + ((*要編集*)) + +--- primary_icon_activatable?() + ((*要編集*)) + +--- secondary_icon_storage_type() + ((*要編集*)) + +--- primary_icon_storage_type() + ((*要編集*)) + +--- secondary_icon_gicon=() + ((*要編集*)) + +--- set_secondary_icon_gicon() + ((*要編集*)) + +--- secondary_icon_gicon() + ((*要編集*)) + +--- primary_icon_gicon=() + ((*要編集*)) + +--- set_primary_icon_gicon() + ((*要編集*)) + +--- primary_icon_gicon() + ((*要編集*)) + +--- secondary_icon_name=() + ((*要編集*)) + +--- set_secondary_icon_name() + ((*要編集*)) + +--- secondary_icon_name() + ((*要編集*)) + +--- primary_icon_name=() + ((*要編集*)) + +--- set_primary_icon_name() + ((*要編集*)) + +--- primary_icon_name() + ((*要編集*)) + +--- secondary_icon_stock=() + ((*要編集*)) + +--- set_secondary_icon_stock() + ((*要編集*)) + +--- secondary_icon_stock() + ((*要編集*)) + +--- primary_icon_stock=() + ((*要編集*)) + +--- set_primary_icon_stock() + ((*要編集*)) + +--- primary_icon_stock() + ((*要編集*)) + +--- secondary_icon_pixbuf=() + ((*要編集*)) + +--- set_secondary_icon_pixbuf() + ((*要編集*)) + +--- secondary_icon_pixbuf() + ((*要編集*)) + +--- primary_icon_pixbuf=() + ((*要編集*)) + +--- set_primary_icon_pixbuf() + ((*要編集*)) + +--- primary_icon_pixbuf() + ((*要編集*)) + +--- progress_pulse_step=() + ((*要編集*)) + +--- set_progress_pulse_step() + ((*要編集*)) + +--- progress_pulse_step() + ((*要編集*)) + +--- progress_fraction=() + ((*要編集*)) + +--- set_progress_fraction() + ((*要編集*)) + +--- progress_fraction() + ((*要編集*)) + +--- caps_lock_warning=() + ((*要編集*)) + +--- set_caps_lock_warning() + ((*要編集*)) + +--- caps_lock_warning?() + ((*要編集*)) + +--- invisible_char_set=() + ((*要編集*)) + +--- set_invisible_char_set() + ((*要編集*)) + +--- invisible_char_set?() + ((*要編集*)) + +--- text_length() + ((*要編集*)) + +--- overwrite_mode=() + ((*要編集*)) + +--- set_overwrite_mode() + ((*要編集*)) + +--- overwrite_mode?() + ((*要編集*)) + +--- shadow_type=() + ((*要編集*)) + +--- set_shadow_type() + ((*要編集*)) + +--- shadow_type() + ((*要編集*)) + +--- truncate_multiline=() + ((*要編集*)) + +--- set_truncate_multiline() + ((*要編集*)) + +--- truncate_multiline?() + ((*要編集*)) + +--- inner_border=() + ((*要編集*)) + +--- set_inner_border() + ((*要編集*)) + +--- inner_border() + ((*要編集*)) + +--- buffer=() + ((*要編集*)) + +--- set_buffer() + ((*要編集*)) + +--- buffer() + ((*要編集*)) + +--- preedit_changed() + ((*要編集*)) + +--- toggle_overwrite() + ((*要編集*)) + +--- paste_clipboard() + ((*要編集*)) + +--- cut_clipboard() + ((*要編集*)) + +--- backspace() + ((*要編集*)) + +--- delete_from_cursor() + ((*要編集*)) + +--- insert_at_cursor() + ((*要編集*)) + +--- copy_clipboard() + ((*要編集*)) + +--- move_cursor() + ((*要編集*)) + +--- activate() + ((*要編集*)) + +== プロパティ --- activates-default: true or false (Read/Write) Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed * Default value: false @@ -227,7 +519,386 @@ * Allowed values: [0,1] * Default value: 0 -== Signals +--- im-module: + ((*要編集*)) + +--- secondary-icon-tooltip-markup: + ((*要編集*)) + +--- primary-icon-tooltip-markup: + ((*要編集*)) + +--- secondary-icon-tooltip-text: + ((*要編集*)) + +--- primary-icon-tooltip-text: + ((*要編集*)) + +--- secondary-icon-sensitive: + ((*要編集*)) + +--- primary-icon-sensitive: + ((*要編集*)) + +--- secondary-icon-activatable: + ((*要編集*)) + +--- primary-icon-activatable: + ((*要編集*)) + +--- secondary-icon-storage-type: + ((*要編集*)) + +--- primary-icon-storage-type: + ((*要編集*)) + +--- secondary-icon-gicon: + ((*要編集*)) + +--- primary-icon-gicon: + ((*要編集*)) + +--- secondary-icon-name: + ((*要編集*)) + +--- primary-icon-name: + ((*要編集*)) + +--- secondary-icon-stock: + ((*要編集*)) + +--- primary-icon-stock: + ((*要編集*)) + +--- secondary-icon-pixbuf: + ((*要編集*)) + +--- primary-icon-pixbuf: + ((*要編集*)) + +--- progress-pulse-step: + ((*要編集*)) + +--- progress-fraction: + ((*要編集*)) + +--- caps-lock-warning: + ((*要編集*)) + +--- invisible-char-set: + ((*要編集*)) + +--- text-length: + ((*要編集*)) + +--- overwrite-mode: + ((*要編集*)) + +--- shadow-type: + ((*要編集*)) + +--- truncate-multiline: + ((*要編集*)) + +--- inner-border: + ((*要編集*)) + +--- buffer: + ((*要編集*)) + +== シグナル --- activate: self Emit when return key is pressed. * self: Gtk::Entry @@ -264,7 +643,400 @@ --- toggle-overwrite: self Emits when overwrite key is pressed. * self: Gtk::Entry + +--- preedit-changed: + ((*要編集*)) + +--- icon-release: + ((*要編集*)) + +--- icon-press: + ((*要編集*)) + +--- backspace: + ((*要編集*)) +== 更新履歴 +* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>)) * 2004-12-15 Added method for 2.4, improved Propeties section to show allowed/default values. - ((<Masao>)) * 2004-05-25 Added method for 2.4 - ((<Masao>)) * 2003-04-01 Initial upload - ((<Masao>))