[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - tut-gtk2-dnd

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 12月 16日 (日) 13:42:39 JST


-------------------------
REMOTE_ADDR = 184.145.81.223
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-dnd
-------------------------
@@ -26,21 +26,45 @@
         * 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-intro#Their Own Gdk::Window>))
+      * 10.3 ((<DnD Widgets With Their Own Gdk::Window|tut-gtk2-dnd-native-treev#Their Own Gdk::Window>))
 
-        * 10.3.1 ((<DnD Tree View Items|tut-gtk2-dnd-intro#DnD Tree View Items>))
-          * 10.3.1.1 ((<Built-in DnD Tree View Mechanism|tut-gtk2-dnd-intro#Built-in DnD Tree View Mechanism>))
-          * 10.3.1.2 ((<Custom DnD In Tree View|tut-gtk2-dnd-intro#Custom DnD In Tree View>))
+        * 10.3.1 ((<DnD Tree View Items|tut-gtk2-dnd-native-treev#DnD Tree View Items>))
+          * 10.3.1.1 ((<Built-in DnD Tree View Mechanism|tut-gtk2-dnd-native-treev#Built-in DnD Tree View Mechanism>))
+          * 10.3.1.2 ((<Custom DnD In Tree View|tut-gtk2-dnd-native-treev#Custom DnD In Tree View>))
 
-        * 10.3.2 ((<DnD In Text View Widget|tut-gtk2-dnd-intro#DnD In Text View Widget>))
+        * 10.3.2 ((<DnD In Text View Widget|tut-gtk2-dnd-textv-n-iconv#DnD In Text View Widget>))
 
-        * 10.3.3 ((<DnD Icon View Items|tut-gtk2-dnd-intro#DnD DnD Icon View Items>))
+        * 10.3.3 ((<DnD Icon View Items|tut-gtk2-dnd-textv-n-iconv#DnD DnD Icon View Items>))
 
-        * 10.3.4 ((<Dragging And Dropping Onto Drawable Widgets|tut-gtk2-dnd-intro#Dragging And Dropping Onto Drawable Widgets>))
-          * 10.3.4.1 ((<DnD Onto Gtk::DrawingArea|tut-gtk2-dnd-intro#DnD Onto Gtk::DrawingArea>))
-          * 10.3.4.2 ((<DnD And Cairo|tut-gtk2-dnd-intro#DnD And Cairo>))
+        * 10.3.4 ((<Dragging And Dropping Onto Drawable Widgets|tut-gtk2-dnd-onto-drawables#Dragging And Dropping Onto Drawable Widgets>))
+          * 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}}
 
 
+# ------ P R E P A R I N G ------------------------------------------------------
+
+### === Dragging a Toolbar Within a Window
+
+### Dragging and dropping Gtk widgets basically operates between two different geometric locations within your graphical environment. The location from which you are dragging a widget is called the 'source' and, naturally, the location to which you drag the widget is called the 'destination' location.
+
+
+### Conceptually dragging and dropping graphic objects identifies three distinct entities: (1) the object or widget you are moving, (2) the 'source' location, i.e. the location on which the widget originally resides, and (3) the 'destination' location, i.e. the location to which you wish to drag or move the object (widget).
+
+
+
 In this chapter we will be looking at the Gtk drag-and-drag implementation, its features and other related objects. Note that we have already touched the drag-and-drop metaphor in previous chapter [segment: 9.6.2.2], when discussing '((<Dragging a Toolbar Within a Window|tut-gtk2-mnstbs-tb#Dragging a Toolbar Within a Window>))'. We will also revisit the parts of the last (dnd-toolbox.rb) example program there, because it introduces an exception to plain drag-and-drop action, where mostly the GUI developer rather than, as in most cases, the Gtk system magically provides the implementation of drag-and-drop actions.
+
+
+#############################
+
+## = Drag And Drop					# change to: tut-gtk2-dnd-intro
+## {{link "tut-gtk2-mnstbs-tyu", "tut-gtk2-dnd", "tut-gtk", "tut-gtk2-dynui"}}
+
+## :Contents of this chapter:
+##    * 10 ((<|tut-gtk2-dnd>))
+##
+##      * 10.1 ((<|tut-gtk2-dnd-intro>)){{image_right("dialog-warning-s2.png")}}
+##        * 10.1.1 ((<|tut-gtk2-dnd#xxxxx>)) (!)
+##




ruby-gnome2-cvs メーリングリストの案内
Back to archive index