ruby-****@sourc*****
ruby-****@sourc*****
2013年 3月 12日 (火) 20:10:43 JST
------------------------- REMOTE_ADDR = 184.145.80.119 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-dnd ------------------------- @@ -1,27 +1,49 @@ -= Drag And Drop -{{link "tut-gtk2-mnstbs-tyu", "tut-gtk2-dnd", "tut-gtk", "tut-gtk2-dnd-intro"}} += (10) Drag And Drop +{{link "tut-gtk2-dnd-textv-n-iconv", "tut-gtk2-dnd", "tut-gtk", "tut-gtk2-agtkw"}} +# (10.1)/(9a) - /Chapter Index Page/ == Sorry, still under construction -# (10.1)/(9a) - /Chapter Index Page/ +### ------------------------------------------------------------------------------------------ +### Contents of this chapter: -## 10.3 DnD Widgets With Their Own Gdk::Window -## -## 10.3.1 DnD In Text View Widget -## -## 10.3.2 DnD Tree View Items -## 10.3.2.1 Built-in DnD Tree View Mechanism -## 10.3.2.2 Custom Made DnD In Tree View -## +### 10 Drag And Drop (this page) // tut-gtk2-dnd +### 10.1 DnD Introduction // tut-gtk2-dnd-intro +### 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 +### 10.2 Setting DnD For Widgets Without Their Own Gdk::Window // tut-gtk2-dnd-intro +### 10.2.1 Dragging a Button Onto a Label +### 10.2.1.1 Time To Start Using Object-Oriented Programming Paradigm +### 10.2.1.1.1 Notes About the DnD Debugging Module +### [(10.2.2) 9.6.2.2 Dragging a Toolbar Within a Window] //*tut-gtk2-mnstbs-tb#Dra... +### 10.2.2 Dragging a Toolbar Within a Window (oo version) // tut-gtk2-dnd-intro +### 10.2.2.1 'dnd-toolbar-oo.rb' program example notes + +### 10.3 DnD Widgets With Their Own Gdk::Window // tut-gtk2-dnd-native-treev +### 10.3.1 DnD In Text View Widget +### 10.3.2 DnD Tree View Items +### 10.3.2.1 Built-in DnD Tree View Mechanism +### 10.3.2.2 Custom DnD In Tree View +### 10.3.3 DnD Icon View Items +### 10.3.3.1 Custom DnD In Text View + +### 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 // tut-gtk2-dnd-onto-drawables#DnD And Cairo +### ------------------------------------------------------------------------------------------ + + :Contents of this chapter: * 10 ((<Drag And Drop|tut-gtk2-dnd>)) (this page) * 10.1 ((<DnD Introduction|tut-gtk2-dnd-intro#Drag And Drop Introduction>)) - * 10.1.1 ((<Identifying the DnD Objects|tut-gtk2-dnd#Identifying the DnD Objects>)) - * 10.1.2 ((<The DnD Source And Destination Objects|tut-gtk2-dnd#The DnD Source And Destination Objects>)) + * 10.1.1 ((<Identifying the DnD Objects|tut-gtk2-dnd-intro#Identifying the DnD Objects>)) + * 10.1.2 ((<The DnD Source And Destination Objects|tut-gtk2-dnd-intro#The DnD Source And Destination Objects>)) * 10.1.2.1 ((<Why Do the DnD Widgets Need a Gdk::Window Of Their Own|tut-gtk2-dnd-intro#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|tut-gtk2-dnd-intro#There Are Three Different Source And Destination DnD Set-Up Scenarios>)) @@ -35,8 +57,31 @@ * 10.2.2 ((<Dragging a Toolbar Within a Window (oo version)|tut-gtk2-dnd-intro#Dragging a Toolbar Within a Window (oo version)>)) * 10.2.2.1 ((<'dnd-toolbar-oo.rb' program example notes|tut-gtk2-dnd-intro#'dnd-toolbar-oo.rb' program example notes:>)) - * 10.3 ((<DnD Widgets With Their Own Gdk::Window|tut-gtk2-dnd-native-treev#Their Own Gdk::Window>)) + * 10.3 ((<DnD Widgets With Their Own Gdk::Window|tut-gtk2-dnd-native-treev>)) + * 10.3.1 ((<DnD In Text View Widget|tut-gtk2-dnd-native-treev#DnD In Text View Widget>)) * 10.3.2 ((<DnD Tree View Items|tut-gtk2-dnd-native-treev#DnD Tree View Items>)) @@ -48,10 +71,35 @@ * 10.3.3.1 ((<Custom DnD In Text View|tut-gtk2-dnd-textv-n-iconv#Custom DnD In Text View>)) - * 10.3.4 ((<Dragging And Dropping Onto Drawable Widgets|tut-gtk2-dnd-onto-drawables#Dragging And Dropping Onto Drawable Widgets>)) + * 10.3.4 ((<Dragging And Dropping Onto Drawable Widgets|tut-gtk2-dnd-onto-drawables>)) * 10.3.4.1 ((<DnD Onto Gtk::DrawingArea|tut-gtk2-dnd-onto-drawables#DnD Onto Gtk::DrawingArea>)) * 10.3.4.2 ((<DnD And Cairo|tut-gtk2-dnd-onto-drawables#DnD And Cairo>)) + +{{br}} {{br}}