ruby-****@sourc*****
ruby-****@sourc*****
2014年 6月 16日 (月) 17:28:44 JST
------------------------- REMOTE_ADDR = 106.188.103.9 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?Gtk%3A%3ASelectionData ------------------------- @@ -1,11 +1,11 @@ -= class Gtk::SelectionData += Gtk::SelectionData クラス -== Object Hierarchy +== オブジェクト階層 * Object * GLib::Boxed * Gtk::SelectionData -== Instance Methods +== インスタンスメソッド --- set(type, fmt, src) --- set(type, src) Stores new data into a Gtk::SelectionData object. Should only be called from a selection handler callback. Zero-terminates the stored data. @@ -57,10 +57,41 @@ Gets the value of display(Gdk::Display) ((* Since 2.2 *)) * Returns: self -== See Also +--- uris=() + ((*要編集*)) + +--- pixbuf=() + ((*要編集*)) + +--- targets_include_rich_text() + ((*要編集*)) + +--- targets_include_uri() + ((*要編集*)) + +--- targets_include_image() + ((*要編集*)) + +--- set_uris() + ((*要編集*)) + +--- uris() + ((*要編集*)) + +--- set_pixbuf() + ((*要編集*)) + +--- pixbuf() + ((*要編集*)) + +--- data() + ((*要編集*)) + +== 関連ページ Gtk::TargetList, Gtk::Selection. Gtk::Widget - Much of the operation of selections happens via signals for Gtk::Widget. In particular, if you are using the methods in this section, you may need to pay attention to ::selection_get, ::selection_received, and :selection_clear_event signals. - -- ((<Masao>)) +== 更新履歴 +* 2014-06-16 クラスのメンバで漏れていたものを追加。 - ((<きたがわ>)) +* - ((<Masao>))