File: BUGS

package info (click to toggle)
libgtk-ruby 0.22-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,216 kB
  • ctags: 3,487
  • sloc: ansic: 13,431; ruby: 6,625; makefile: 114
file content (12 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12

- slow thread change
    It's is performed on Gtk+ timeout method to change ruby threads. Its
    interval time, 100ms, is too long to change threads.
    But if you set it to 1ms, then Gtk+ event handler is too late...

- Gtk::OptionMenu#children does't return correct object.
    If you call Gtk::OptionMenu#children before calling Gtk::OptionMenu#child,
    correspoding object to Gtk::OptionMenu's child is not created yet,
    and so Gtk::OptionMenu#children does't return child widget.

- memory management for GDK object is imperfect.