ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 15日 (月) 08:52:42 JST
------------------------- REMOTE_ADDR = 184.145.82.7 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-kbda ------------------------- @@ -8,7 +8,10 @@ {{image_right("treev-kbda-01.png")}} Gtk::CellRendererAccel widget displays textual representation of the keyboard accelerator keys. It allows you to dynamically edit the accelerator, hence changing its binding for the application. To edit the accelerator user must click on the "Accelerator" cell. The cell will then accept a new key combination user enters. The new key code will be added, along with any mask keys such as Ctrl, -Alt, Shift or any combination of these. In fact the new key combination the user presses will be displayed. +Alt, Shift or any combination of these. In fact the new key combination the user presses will be displayed. + +{{br}} +{{image_right("dialog-warning.png")}}Currently, as of October 2012, there is a minor((*BUG*))in this area. Namely, one can not define more than a single modifier key in the model (if you wish to understand more about the bug, please search for the word BUG in the 'accelerators.rb' example program listing below). Following is the example program: