ruby-****@sourc*****
ruby-****@sourc*****
2013年 3月 12日 (火) 10:47:45 JST
------------------------- REMOTE_ADDR = 184.145.80.119 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-dnd-onto-drawables ------------------------- @@ -1,23 +1,82 @@ -= Drag And Drop += (10) Drag And Drop {{link "tut-gtk2-dnd-textv-n-iconv", "tut-gtk2-dnd", "tut-gtk", "tut-gtk2-dynui"}} # (10.3)/(9a) [current file: tut-gtk2-dnd-onto-drawables] - - ####################################################################### #### Do not forget to update the return arrow in "tut-gtk2-dynui". #### ####################################################################### += Sorry, still under construction +##10 Drag And Drop (this page) +## +## 10.1 DnD Introduction +## 10.1.1 Identifying the DnD Objects +## 10.1.2 The DnD Source And Destination Objects +## 10.1.2.1 Why Do the DnD Widgets Need a Gdk::Window Of Their Own +## 10.1.2.2 There Are Three Different Source And Destination DnD Set-Up Scenarios -== Sorry, still under construction +## 10.2 Setting DnD For Widgets Without Their Own Gdk::Window +## 10.2.1 Dragging a Button Onto a Label +## 10.2.1.1 Time To Start Using Object-Oriented Programming Paradigm +## [(10.2.2) 9.6.2.2 Dragging a Toolbar Within a Window] +## 10.2.2 Dragging a Toolbar Within a Window (oo version) +## 10.2.2.1 'dnd-toolbar-oo.rb' program example notes +## 10.3 DnD Widgets With Their Own Gdk::Window +## +## 10.3.1 DnD Tree View Items +## 10.3.1.1 Built-in DnD Tree View Mechanism +## 10.3.1.2 Custom Made DnD In Tree View +## +## 10.3.2 DnD In Text View Widget +## +## 10.3.3 DnD Icon View Items +## +## 10.3.4 Dragging And Dropping Onto Drawable Widgets // tut-gtk2-dnd-onto-drawables +## 10.3.4.1 DnD Onto Gtk::DrawingArea +## 10.3.4.2 DnD And Cairo + + + +{{br}} +{{br}} # (10.3.4) == Dragging And Dropping Onto Drawable Widgets +(10.3.4) + +{{br}} + + + +{{image_right("iconv-to-drww-dnd.png")}} + + + + + + + +((*iconv-to-drww-dnd.rb*)) + + + +{{br}} +{{br}} +# (10.3.4.1) +== DnD Onto Gtk::DrawingArea +(10.3.4.1) + + +{{br}} +{{br}} +# (10.3.4.2) +== DnD And Cairo +(10.3.4.2)