| Class | Demo::StockBrowser |
| In: |
gtk/sample/gtk-demo/stock_browser.rb
|
| Parent: | BasicWindow |
| Item | = | Struct.new('Item', :stock_id, :label, :modifier, :keyval, :translation_domain) |
| ItemInfo | = | Struct.new('ItemInfo', :id, :item, :small_icon, :const, :accel_str) |
| ItemDisplay | = | Struct.new('ItemDisplay', :type_label, :const_label, :id_label, :label_accel_label, :icon_image) |