- Member Dispatcher.addVisibilityListener (VisibilityListener listener, Widget widget)
- this one a kind of broken : visibility never gets called back...
- Member Font.this (String str)
- this segfaults
- Class GLArea
- ** DO NOT USE ** subclassing GLArea doesn't work
- Member List.appendItems (ListG items)
- seems this segfaults
- Member Widget.modifyFont (char[] font)
- segfaults
- Member Widget.modifyFont (Font font)
- segfaults
- Member Widget.resetCursor ()
- does nothing
- Member Widget.setBackground (Color color)
- nothing happens
- Member Widget.setCursor (CursorType cursorType)
- the cursor changes to the parent widget also
- Member Widget.setCursor (Cursor cursor)
- the cursor changes to the parent widget also