libgtk-java 2.4.8
- From: Jeffrey Morgan <install-module widget gnome org>
- To: FTP Releases <ftp-release-list gnome org>
- Subject: libgtk-java 2.4.8
- Date: Fri, 4 Feb 2005 19:41:09 -0500 (EST)
Module: libgtk-java
Version: 2.4.8
Uploaded by: Jeffrey Morgan
http://ftp.gnome.org/pub/GNOME/sources/libgtk-java/2.4/libgtk-java-2.4.8.tar.gz
md5sum: ae7c9780caa6f363a2b62f5d326d99f1
size: 984K
http://ftp.gnome.org/pub/GNOME/sources/libgtk-java/2.4/libgtk-java-2.4.8.tar.bz2
md5sum: cbf00d6c2a51e0259c114f95918513b9
size: 736K
ChangeLog
---------
2005-02-04 Jeffrey Morgan <kuzman gmail com>
* Makefile.am: Changed installation of examples.
2005-02-03 Jeffrey Morgan <kuzman gmail com>
* src/java/org/gnu/glib/Value.java: (Value.getJavaObject), (Value):
* src/jni/jg_jnu.c:
* src/jni/jg_jnu.h:
* src/jni/org_gnu_glib_GObject.c:
* src/jni/org_gnu_glib_Value.c:
Applied Massi's patch
2005-02-02 Jeffrey Morgan <kuzman gmail com>
* Makefile.am: Cleaned up example inclusion in EXTRA_DIST
* doc/examples/textbuffer/TextBuffer.java: (TextBuffer.insertText):
fixed error in example
* doc/examples/tree/TreeExample.java: (TreeExample.TreeExample),
(TreeExample.main): Fixed error in example
* gtk2-java.pc.in: Fixed VERSION to use correct value.
2005-02-02 Jeffrey Morgan <kuzman gmail com>
* .cvsignore:
* Makefile.am: added examples to EXTRA_DIST
* doc/FAQ.sgml: updated so it creates correct file name
2005-02-01 Jeffrey Morgan <kuzman gmail com>
* Makefile.am:
* src/java/org/gnu/atk/AtkObject.java: (AtkObject),
(AtkObject.AtkObject), (AtkObject.getName), (AtkObject.setName),
(AtkObject.getDescription), (AtkObject.setDescription),
(AtkObject.getParent), (AtkObject.setParent),
(AtkObject.getNumChildren), (AtkObject.getChild),
(AtkObject.getRole), (AtkObject.setRole), (AtkObject.getLayer),
(AtkObject.getMDIZorder), (AtkObject.getIndexInParent),
(AtkObject.getRoleName), (AtkObject.getRoleForName),
(AtkObject.addRelationship), (AtkObject.removeRelationship),
(AtkObject.getLocalizedRoleName):
* src/java/org/gnu/atk/Layer.java: (Layer):
* src/java/org/gnu/atk/Relation.java: (Relation),
(Relation.Relation), (Relation.init), (Relation.registerType),
(Relation.getRelationTypeName), (Relation.getRelationTypeForName),
(Relation.getRelationType), (Relation.getTargets):
* src/java/org/gnu/atk/RelationSet.java: (RelationSet),
(RelationSet.RelationSet), (RelationSet.add), (RelationSet.remove),
(RelationSet.contains), (RelationSet.getNumRelations),
(RelationSet.getRelation), (RelationSet.getRelationByType):
* src/java/org/gnu/atk/RelationType.java: (RelationType):
* src/java/org/gnu/atk/Role.java: (Role):
* src/java/org/gnu/atk/State.java: (State), (State.getTypeName),
(State.getTypeForName):
* src/java/org/gnu/atk/StateType.java: (StateType):
* src/java/org/gnu/gdk/Atom.java: (Atom.Atom), (Atom):
* src/java/org/gnu/gdk/Bitmap.java: (Bitmap.Bitmap), (Bitmap):
* src/java/org/gnu/gdk/Color.java: (Color.Color), (Color.finalize),
(Color), (Color.parse):
* src/java/org/gnu/gdk/Colormap.java: (Colormap.Colormap),
(Colormap), (Colormap.getVisual), (Colormap.getScreen),
(Colormap.allocateColors), (Colormap.freeColors),
(Colormap.queryColor):
* src/java/org/gnu/gdk/Colorspace.java: (Colorspace):
* src/java/org/gnu/gdk/Cursor.java: (Cursor):
* src/java/org/gnu/gdk/Device.java: (Device.Device), (Device):
* src/java/org/gnu/gdk/Display.java: (Display), (Display.Display),
(Display.open), (Display.getScreen), (Display.getDefaultScreen),
(Display.listDevice), (Display.getEvent), (Display.peekEvent),
(Display.putEvent), (Display.getPointerLocation),
(Display.getPointerScreen), (Display.getCorePointer),
(Display.getWindowAtPointer), (Display.getMaxCursorWidth),
(Display.getMaxCursorHeight), (Display.getDefaultGroup):
* src/java/org/gnu/gdk/DragContext.java: (DragContext.DragContext),
(DragContext.getSource), (DragContext.getDestination),
(DragContext):
* src/java/org/gnu/gdk/Drawable.java: (Drawable.Drawable),
(Drawable), (Drawable.getSize), (Drawable.setColormap),
(Drawable.getColormap), (Drawable.getVisual), (Drawable.getDepth),
(Drawable.getImage), (Drawable.getClipRegion),
(Drawable.drawRGBImage), (Drawable.drawRGBImageDitherAlign),
(Drawable.drawRGB32Image), (Drawable.drawRGB32ImageDitherAlign),
(Drawable.drawGrayImage), (Drawable.drawIndexedImage),
(Drawable.drawPolygon), (Drawable.drawDrawable),
(Drawable.drawImage), (Drawable.drawPoints),
(Drawable.drawSegments), (Drawable.drawLines),
(Drawable.drawGlyphs), (Drawable.drawLayoutLine),
(Drawable.drawLayout), (Drawable.drawLayoutLineWithColors),
(Drawable.drawLayoutWithColors), (Drawable.getDisplay),
(Drawable.getScreen), (Drawable.drawPoint), (Drawable.drawLine),
(Drawable.drawPixbuf), (Drawable.drawRectangle),
(Drawable.drawArc), (Drawable.getType):
* src/java/org/gnu/gdk/Event.java: (Event), (Event.Event),
(Event.eventsPending), (Event.peek), (Event.get),
(Event.getGraphicsExpose), (Event.put), (Event.getTime),
(Event.finalize):
* src/java/org/gnu/gdk/EventAny.java: (EventAny),
(EventAny.getWindow):
* src/java/org/gnu/gdk/EventButton.java: (EventButton),
(EventButton.EventButton), (EventButton.getButton),
(EventButton.getX), (EventButton.getY), (EventButton.getType),
(EventButton.getWindow), (EventButton.getDevice):
* src/java/org/gnu/gdk/EventClient.java: (EventClient):
* src/java/org/gnu/gdk/EventConfigure.java: (EventConfigure):
* src/java/org/gnu/gdk/EventCrossing.java:
(EventCrossing.EventCrossing), (EventCrossing):
* src/java/org/gnu/gdk/EventDND.java: (EventDND):
* src/java/org/gnu/gdk/EventExpose.java: (EventExpose.EventExpose),
(EventExpose):
* src/java/org/gnu/gdk/EventFocus.java: (EventFocus):
* src/java/org/gnu/gdk/EventKey.java: (EventKey),
(EventKey.EventKey), (EventKey.getKeyVal), (EventKey.getString),
(EventKey.getGroup), (EventKey.getLength), (EventKey.getState),
(EventKey.getModifierKey), (EventKey.getWindow):
* src/java/org/gnu/gdk/EventMask.java: (EventMask):
* src/java/org/gnu/gdk/EventMotion.java: (EventMotion.EventMotion),
(EventMotion):
* src/java/org/gnu/gdk/EventNoExpose.java:
(EventNoExpose.EventNoExpose), (EventNoExpose):
* src/java/org/gnu/gdk/EventProperty.java: (EventProperty):
* src/java/org/gnu/gdk/EventProximity.java: (EventProximity):
* src/java/org/gnu/gdk/EventScroll.java: (EventScroll.EventScroll),
(EventScroll):
* src/java/org/gnu/gdk/EventSelection.java: (EventSelection):
* src/java/org/gnu/gdk/EventSetting.java: (EventSetting):
* src/java/org/gnu/gdk/EventType.java: (EventType):
* src/java/org/gnu/gdk/EventVisibility.java: (EventVisibility):
* src/java/org/gnu/gdk/EventWindowState.java: (EventWindowState):
* src/java/org/gnu/gdk/ExtensionMode.java: (ExtensionMode):
* src/java/org/gnu/gdk/Fill.java: (Fill):
* src/java/org/gnu/gdk/Function.java: (Function):
* src/java/org/gnu/gdk/GC.java: (GC.GC), (GC.getColormap), (GC),
(GC.getScreen):
* src/java/org/gnu/gdk/GCValuesMask.java: (GCValuesMask):
* src/java/org/gnu/gdk/Gdk.java: (Gdk), (Gdk.getScreenDimension),
(Gdk.beep):
* src/java/org/gnu/gdk/Gdk.java.in:
* src/java/org/gnu/gdk/Geometry.java: (Geometry.getMinWidth),
(Geometry), (Geometry.getMaxWidth), (Geometry.getMinHeight),
(Geometry.getMaxHeight), (Geometry.getBaseWidth),
(Geometry.getBaseHeight), (Geometry.getWidthIncrement),
(Geometry.getHeightIncrement), (Geometry.getMinAspect),
(Geometry.getMaxAspect), (Geometry.getWindowGravity):
* src/java/org/gnu/gdk/Image.java: (Image.Image),
(Image.getColormap), (Image):
* src/java/org/gnu/gdk/InterpType.java: (InterpType):
* src/java/org/gnu/gdk/KeySymbol.java: (KeySymbol):
* src/java/org/gnu/gdk/Keymap.java: (Keymap.Keymap), (Keymap),
(Keymap.getType):
* src/java/org/gnu/gdk/KeymapKey.java: (KeymapKey):
* src/java/org/gnu/gdk/ModifierType.java: (ModifierType):
* src/java/org/gnu/gdk/Pango.java: (Pango):
* src/java/org/gnu/gdk/PangoAttrEmbossed.java: (PangoAttrEmbossed),
(PangoAttrEmbossed.PangoAttrEmbossed),
(PangoAttrEmbossed.getEmbossed):
* src/java/org/gnu/gdk/PangoAttrStipple.java: (PangoAttrStipple),
(PangoAttrStipple.PangoAttrStipple), (PangoAttrStipple.getStipple):
* src/java/org/gnu/gdk/Pixbuf.java: (Pixbuf), (Pixbuf.Pixbuf),
(Pixbuf.createInline), (Pixbuf.createWithFile),
(Pixbuf.createWithFileSized), (Pixbuf.checkFileExists),
(Pixbuf.getFileInformation), (Pixbuf.copy), (Pixbuf.copyArea),
(Pixbuf.width), (Pixbuf.height), (Pixbuf.scale),
(Pixbuf.composite), (Pixbuf.getColorspace),
(Pixbuf.getNumChannels), (Pixbuf.hasAlpha),
(Pixbuf.getBitsPerSample), (Pixbuf.getPixels),
(Pixbuf.getRowstride), (Pixbuf.getOption), (Pixbuf.save),
(Pixbuf.saveToBuffer), (Pixbuf.addAlpha), (Pixbuf.fill),
(Pixbuf.saturateAndPixelate):
* src/java/org/gnu/gdk/PixbufAlphaMode.java: (PixbufAlphaMode):
* src/java/org/gnu/gdk/PixbufAnimation.java: (PixbufAnimation),
(PixbufAnimation.PixbufAnimation), (PixbufAnimation.init),
(PixbufAnimation.width), (PixbufAnimation.height),
(PixbufAnimation.getIter), (PixbufAnimation.isStaticImage),
(PixbufAnimation.getStaticImage):
* src/java/org/gnu/gdk/PixbufAnimationIter.java:
(PixbufAnimationIter), (PixbufAnimationIter.PixbufAnimationIter),
(PixbufAnimationIter.advance), (PixbufAnimationIter.getDelayTime),
(PixbufAnimationIter.onCurrentlyLoadingFrame),
(PixbufAnimationIter.getPixbuf):
* src/java/org/gnu/gdk/PixbufLoader.java: (PixbufLoader.getPixbuf),
(PixbufLoader):
* src/java/org/gnu/gdk/Pixmap.java: (Pixmap), (Pixmap.Pixmap):
* src/java/org/gnu/gdk/Point.java: (Point), (Point.Point),
(Point.getX), (Point.setX), (Point.getY), (Point.setY),
(Point.finalize):
* src/java/org/gnu/gdk/Property.java: (Property):
* src/java/org/gnu/gdk/Rectangle.java: (Rectangle),
(Rectangle.Rectangle), (Rectangle.getX), (Rectangle.setX),
(Rectangle.getY), (Rectangle.setY), (Rectangle.getWidth),
(Rectangle.setWidth), (Rectangle.getHeight), (Rectangle.setHeight),
(Rectangle.intersect), (Rectangle.union), (Rectangle.finalize):
* src/java/org/gnu/gdk/Region.java: (Region), (Region.Region),
(Region.getClipbox), (Region.getRectangles), (Region.isEmpty),
(Region.isEqual), (Region.containsPoint),
(Region.containsRectangle), (Region.offset), (Region.shrink),
(Region.unionWithRect), (Region.intersect), (Region.union),
(Region.subtract), (Region.xor), (Region.finalize), (Region.init):
* src/java/org/gnu/gdk/RgbCmap.java: (RgbCmap):
* src/java/org/gnu/gdk/Screen.java: (Screen.Screen),
(Screen.getDefaultColormap), (Screen.getSystemColormap),
(Screen.gdtSystemVisual), (Screen.getRGBColormap),
(Screen.getRGBVisual), (Screen.getRootWindow), (Screen.getDisplay),
(Screen.ListVisuals), (Screen.getToplevelWindows),
(Screen.getMonitorGeometry), (Screen):
* src/java/org/gnu/gdk/Segment.java: (Segment), (Segment.Segment),
(Segment.getX1), (Segment.setX1), (Segment.getY1), (Segment.setY1),
(Segment.getX2), (Segment.setX2), (Segment.getY2), (Segment.setY2):
* src/java/org/gnu/gdk/Span.java: (Span), (Span.Span), (Span.getX),
(Span.setX), (Span.getY), (Span.setY), (Span.getWidth),
(Span.setWidth):
* src/java/org/gnu/gdk/SubwindowMode.java: (SubwindowMode):
* src/java/org/gnu/gdk/Visual.java: (Visual.Visual), (Visual),
(Visual.getDepth), (Visual.getByteOrder), (Visual.getColormapSize),
(Visual.getBitsPerRGB), (Visual.getRedMask), (Visual.getRedShift),
(Visual.getRedPrec), (Visual.getGreenMask), (Visual.getGreenShift),
(Visual.getGreenPrec), (Visual.getBlueMask), (Visual.getBlueShift),
(Visual.getBluePrec), (Visual.getScreen):
* src/java/org/gnu/gdk/Window.java: (Window.Window),
(Window.getWindowAt), (Window.clearArea), (Window),
(Window.getKeyboardFocus), (Window.mergeChildShapes),
(Window.setStaticGravities), (Window.setModalHint),
(Window.setGeometryHints), (Window.beginPaintRectangle),
(Window.beginPaintRegion), (Window.endPaint), (Window.setTitle),
(Window.setRole), (Window.setTransientOf), (Window.setBackground),
(Window.setCursor), (Window.getPosition), (Window.getOrigin),
(Window.getRootOrigin), (Window.getFrameExtents),
(Window.getParent), (Window.getToplevel), (Window.getChildren),
(Window.setIconList), (Window.setIcon), (Window.setIconName),
(Window.iconify), (Window.deiconify), (Window.stick),
(Window.unstick), (Window.maximize), (Window.unmaximize),
(Window.getType):
* src/java/org/gnu/gdk/WindowAttr.java: (WindowAttr.WindowAttr),
(WindowAttr):
* src/java/org/gnu/glib/Boxed.java: (Boxed), (Boxed.Boxed),
(Boxed.getHandle), (Boxed.setHandle), (Boxed.equals),
(Boxed.hashCode):
* src/java/org/gnu/glib/Error.java: (Error.Error), (Error),
(Error.getDomain), (Error.getErrorCode), (Error.getErrorMessage),
(Error.finalize):
* src/java/org/gnu/glib/EventMap.java: (EventMap.Entry),
(EventMap.Entry.Entry), (EventMap.addEvent), (EventMap.initialize),
(EventMap.uninitialize), (EventMap.getEventType):
* src/java/org/gnu/glib/Fireable.java:
* src/java/org/gnu/glib/GListString.java: (GListString):
* src/java/org/gnu/glib/GObject.java: (GObject), (GObject.GObject),
(GObject.getHandle), (GObject.equals), (GObject.hashCode),
(GObject.getData), (GObject.setData),
(GObject.getEventListenerClass), (GObject.getEventType),
(GObject.setProperty), (GObject.setIntProperty),
(GObject.setStringProperty), (GObject.setBooleanProperty),
(GObject.setFloatProperty), (GObject.setLongProperty),
(GObject.setDoubleProperty), (GObject.setPixbufProperty),
(GObject.setJavaObjectProperty), (GObject.getProperty),
(GObject.getIntProperty), (GObject.getStringProperty),
(GObject.getBooleanProperty), (GObject.getFloatProperty),
(GObject.getLongProperty), (GObject.getDoubleProperty),
(GObject.getPixbufProperty), (GObject.getJavaObjectProperty),
(GObject.hasProperty), (GObject.addListener),
(GObject.removeListener), (GObject.freezeNotify), (GObject.notify),
(GObject.thawNotify), (GObject.setHandle),
(GObject.retrieveGObject), (GObject.getGObjectFromHandle),
(GObject.printStackTrace), (GObject.setInternProperty),
(GObject.getInternProperty), (GObject.hasGtkProperty),
(GObject.hasInternProperty), (GObject.notifyIntern),
(GObject.handlePropertyNotify):
* src/java/org/gnu/glib/GObject.java.in:
* src/java/org/gnu/glib/List.java: (List.List), (List.first),
(List.last), (List.next), (List.previous), (List):
* src/java/org/gnu/glib/Quark.java: (Quark.Quark),
(Quark.findQuark), (Quark):
* src/java/org/gnu/glib/Timer.java:
* src/java/org/gnu/glib/Type.java: (Type), (Type.typeIsA),
(Type.INVALID), (Type.NONE), (Type.INTERFACE), (Type.CHAR),
(Type.BOOLEAN), (Type.INT), (Type.LONG), (Type.FLAGS),
(Type.FLOAT), (Type.DOUBLE), (Type.STRING), (Type.BOXED),
(Type.PARAM), (Type.JAVA_OBJECT):
* src/java/org/gnu/glib/Value.java: (Value), (Value.Value),
(Value.copy), (Value.setJavaObject), (Value.getJavaObject):
* src/java/org/gnu/gtk/AccelGroup.java: (AccelGroup.AccelGroup),
(AccelGroup):
* src/java/org/gnu/gtk/AccelKey.java: (AccelKey):
* src/java/org/gnu/gtk/AccelLabel.java: (AccelLabel.AccelLabel),
(AccelLabel.getAccelWidget), (AccelLabel):
* src/java/org/gnu/gtk/AccelMap.java: (AccelMap.AccelMap),
(AccelMap):
* src/java/org/gnu/gtk/Accessible.java: (Accessible.Accessible),
(Accessible.getWidget), (Accessible):
* src/java/org/gnu/gtk/Action.java: (Action), (Action.Action),
(Action.getProxies):
* src/java/org/gnu/gtk/ActionEntry.java: (ActionEntry.ActionEntry),
(ActionEntry.handleCallback), (ActionEntry):
* src/java/org/gnu/gtk/ActionGroup.java: (ActionGroup.ActionGroup),
(ActionGroup), (ActionGroup.getAction), (ActionGroup.addActions),
(ActionGroup.addToggleActions), (ActionGroup.addRadioActions),
(ActionGroup.listActions), (ActionGroup.handleRadioAction):
* src/java/org/gnu/gtk/Adjustment.java: (Adjustment.Adjustment),
(Adjustment), (Adjustment.getEventType):
* src/java/org/gnu/gtk/Alignment.java: (Alignment.Alignment),
(Alignment):
* src/java/org/gnu/gtk/Arrow.java: (Arrow.Arrow), (Arrow):
* src/java/org/gnu/gtk/ArrowType.java:
* src/java/org/gnu/gtk/AspectFrame.java: (AspectFrame),
(AspectFrame.AspectFrame):
* src/java/org/gnu/gtk/Bin.java: (Bin.Bin), (Bin.getChild), (Bin):
* src/java/org/gnu/gtk/BindingSet.java: (BindingSet.BindingSet),
(BindingSet), (BindingSet.activateEvent), (BindingSet.removeEntry):
* src/java/org/gnu/gtk/Border.java: (Border):
* src/java/org/gnu/gtk/Box.java: (Box.Box), (Box):
* src/java/org/gnu/gtk/Button.java: (Button.init), (Button),
(Button.Button), (Button.setAlignment), (Button.getXAlignment),
(Button.getYAlignment), (Button.getEventType):
* src/java/org/gnu/gtk/ButtonBox.java: (ButtonBox.ButtonBox),
(ButtonBox):
* src/java/org/gnu/gtk/ButtonsType.java: (ButtonsType):
* src/java/org/gnu/gtk/Calendar.java: (Calendar.Calendar),
(Calendar.getEventType):
* src/java/org/gnu/gtk/CellEditable.java:
(CellEditable.getEventType):
* src/java/org/gnu/gtk/CellRenderer.java:
(CellRenderer.CellRenderer), (CellRenderer):
* src/java/org/gnu/gtk/CellRendererPixbuf.java:
(CellRendererPixbuf.setPixbuf),
(CellRendererPixbuf.setPixbufExpanderOpen), (CellRendererPixbuf):
* src/java/org/gnu/gtk/CellRendererText.java: (CellRendererText),
(CellRendererText.CellRendererText),
(CellRendererText.getEventType):
* src/java/org/gnu/gtk/CellRendererToggle.java:
* src/java/org/gnu/gtk/CheckButton.java: (CheckButton.CheckButton),
(CheckButton), (CheckButton.init):
* src/java/org/gnu/gtk/CheckMenuItem.java:
(CheckMenuItem.CheckMenuItem), (CheckMenuItem.init),
(CheckMenuItem), (CheckMenuItem.getEventType):
* src/java/org/gnu/gtk/Clipboard.java: (Clipboard.Clipboard),
(Clipboard.clear), (Clipboard.getDisplay),
(Clipboard.isTextAvailable), (Clipboard.setText),
(Clipboard.getText), (Clipboard):
* src/java/org/gnu/gtk/ColorButton.java: (ColorButton),
(ColorButton.getEventType):
* src/java/org/gnu/gtk/ColorSelection.java:
(ColorSelection.ColorSelection), (ColorSelection.getCurrentColor),
(ColorSelection.getPreviousColor), (ColorSelection.getEventType):
* src/java/org/gnu/gtk/ColorSelectionDialog.java:
(ColorSelectionDialog.ColorSelectionDialog),
(ColorSelectionDialog.getOKButton),
(ColorSelectionDialog.getCancelButton),
(ColorSelectionDialog.getHelpButton),
(ColorSelectionDialog.getColorSelectionWidget),
(ColorSelectionDialog):
* src/java/org/gnu/gtk/Combo.java: (Combo.Combo), (Combo),
(Combo.getEntry):
* src/java/org/gnu/gtk/ComboBox.java: (ComboBox.ComboBox),
(ComboBox), (ComboBox.getActiveIter), (ComboBox.getModel),
(ComboBox.getEventType):
* src/java/org/gnu/gtk/ComboBoxEntry.java:
(ComboBoxEntry.ComboBoxEntry), (ComboBoxEntry):
* src/java/org/gnu/gtk/Container.java: (Container),
(Container.Container), (Container.add), (Container.remove),
(Container.getResizeMode), (Container.setResizeMode),
(Container.getBorderWidth), (Container.setBorderWidth),
(Container.resizeChildren), (Container.getChildren),
(Container.getType), (Container.addListener),
(Container.removeListener), (Container.fireContainerEvent),
(Container.handleAdd), (Container.handleCheckResize),
(Container.handleRemove), (Container.handleSetFocusChild),
(Container.getEventListenerClass), (Container.getEventType):
* src/java/org/gnu/gtk/Curve.java: (Curve.Curve), (Curve):
* src/java/org/gnu/gtk/DataColumn.java: (DataColumn),
(DataColumn.equals):
* src/java/org/gnu/gtk/Dialog.java: (Dialog.Dialog),
(Dialog.getDialogLayout), (Dialog.getActionArea), (Dialog),
(Dialog.getEventType):
* src/java/org/gnu/gtk/DialogFlags.java: (DialogFlags):
* src/java/org/gnu/gtk/DrawingArea.java: (DrawingArea.DrawingArea),
(DrawingArea):
* src/java/org/gnu/gtk/Editable.java:
* src/java/org/gnu/gtk/EditableHelper.java: (EditableHelper),
(EditableHelper.EditableHelper):
* src/java/org/gnu/gtk/Entry.java: (Entry.Entry), (Entry),
(Entry.getLayout), (Entry.setAlignment), (Entry.getAlignment),
(Entry.layoutIndexToTextIndex), (Entry.textIndexToLayoutIndex),
(Entry.getEventType):
* src/java/org/gnu/gtk/EntryCompletion.java: (EntryCompletion),
(EntryCompletion.EntryCompletion), (EntryCompletion.getEntry),
(EntryCompletion.setModel), (EntryCompletion.getModel),
(EntryCompletion.setMinimumKeyLength),
(EntryCompletion.getMinimumKeyLength), (EntryCompletion.complete),
(EntryCompletion.insertActionText),
(EntryCompletion.insertActionMarkup),
(EntryCompletion.deleteAction), (EntryCompletion.setTextColumn),
(EntryCompletion.addListener), (EntryCompletion.removeListener),
(EntryCompletion.fireEntrySelectionEvent),
(EntryCompletion.handleMatchSelected),
(EntryCompletion.handleActionActivated),
(EntryCompletion.getEventListenerClass),
(EntryCompletion.getEventType):
* src/java/org/gnu/gtk/EventBox.java: (EventBox.EventBox),
(EventBox):
* src/java/org/gnu/gtk/Expander.java: (Expander.Expander),
(Expander.init), (Expander.getLabelWidget),
(Expander.getEventType):
* src/java/org/gnu/gtk/FileChooser.java: (FileChooser):
* src/java/org/gnu/gtk/FileChooserDialog.java:
(FileChooserDialog.FileChooserDialog), (FileChooserDialog),
(FileChooserDialog.init), (FileChooserDialog.getPreviewWidget),
(FileChooserDialog.getExtraWidget),
(FileChooserDialog.listFilters), (FileChooserDialog.getFilter),
(FileChooserDialog.setShowHidden),
(FileChooserDialog.getShowHidden):
* src/java/org/gnu/gtk/FileChooserHelper.java: (FileChooserHelper):
* src/java/org/gnu/gtk/FileChooserWidget.java:
(FileChooserWidget.FileChooserWidget),
(FileChooserWidget.getPreviewWidget),
(FileChooserWidget.getExtraWidget),
(FileChooserWidget.listFilters), (FileChooserWidget.getFilter),
(FileChooserWidget), (FileChooserWidget.setShowHidden),
(FileChooserWidget.getShowHidden):
* src/java/org/gnu/gtk/FileFilter.java: (FileFilter.FileFilter),
(FileFilter):
* src/java/org/gnu/gtk/FileSelection.java:
(FileSelection.FileSelection), (FileSelection.getOKButton),
(FileSelection.getCancelButton), (FileSelection.getHelpButton),
(FileSelection.getDirList), (FileSelection.getFileList),
(FileSelection.getSelectionEntry), (FileSelection),
(FileSelection.getSelections), (FileSelection.setSelectMultiple),
(FileSelection.getSelectMultiple):
* src/java/org/gnu/gtk/Fixed.java: (Fixed.Fixed), (Fixed):
* src/java/org/gnu/gtk/FontButton.java: (FontButton.FontButton),
(FontButton.getEventType):
* src/java/org/gnu/gtk/FontSelection.java:
(FontSelection.FontSelection), (FontSelection):
* src/java/org/gnu/gtk/FontSelectionDialog.java:
(FontSelectionDialog.FontSelectionDialog),
(FontSelectionDialog.getOKButton),
(FontSelectionDialog.getApplyButton),
(FontSelectionDialog.getCancelButton), (FontSelectionDialog):
* src/java/org/gnu/gtk/Frame.java: (Frame.Frame),
(Frame.getLabelWidget), (Frame):
* src/java/org/gnu/gtk/GammaCurve.java: (GammaCurve.GammaCurve),
(GammaCurve):
* src/java/org/gnu/gtk/Gtk.java: (Gtk.eventsPending),
(Gtk.getTypeName), (Gtk), (Gtk.getTrue), (Gtk.getFalse),
(Gtk.mainIterationDo), (Gtk.propagateEvent):
* src/java/org/gnu/gtk/Gtk.java.in:
* src/java/org/gnu/gtk/GtkObject.java: (GtkObject.GtkObject),
(GtkObject), (GtkObject.destroy), (GtkObject.sink):
* src/java/org/gnu/gtk/GtkStockItem.java: (GtkStockItem):
* src/java/org/gnu/gtk/HBox.java: (HBox.HBox), (HBox):
* src/java/org/gnu/gtk/HButtonBox.java: (HButtonBox.HButtonBox),
(HButtonBox):
* src/java/org/gnu/gtk/HPaned.java: (HPaned.HPaned), (HPaned):
* src/java/org/gnu/gtk/HRuler.java: (HRuler.HRuler), (HRuler):
* src/java/org/gnu/gtk/HScale.java: (HScale.HScale), (HScale):
* src/java/org/gnu/gtk/HScrollBar.java: (HScrollBar.HScrollBar),
(HScrollBar):
* src/java/org/gnu/gtk/HSeparator.java: (HSeparator.HSeparator),
(HSeparator):
* src/java/org/gnu/gtk/HandleBox.java: (HandleBox.HandleBox),
(HandleBox.handleChildAttached), (HandleBox.handleChildDetached),
(HandleBox.getEventType):
* src/java/org/gnu/gtk/IMContext.java: (IMContext.IMContext),
(IMContext):
* src/java/org/gnu/gtk/IMContextSimple.java: (IMContextSimple):
* src/java/org/gnu/gtk/IMMulticontext.java: (IMMulticontext):
* src/java/org/gnu/gtk/IconFactory.java:
(IconFactory.lookupIconSet), (IconFactory):
* src/java/org/gnu/gtk/IconInfo.java: (IconInfo.IconInfo),
(IconInfo):
* src/java/org/gnu/gtk/IconSet.java: (IconSet.IconSet),
(IconSet.getType), (IconSet):
* src/java/org/gnu/gtk/IconSize.java: (IconSize):
* src/java/org/gnu/gtk/IconSource.java: (IconSource.getPixbuf),
(IconSource), (IconSource.setIconName), (IconSource.getIconName):
* src/java/org/gnu/gtk/IconTheme.java: (IconTheme.IconTheme),
(IconTheme):
* src/java/org/gnu/gtk/Image.java: (Image), (Image.Image):
* src/java/org/gnu/gtk/ImageMenuItem.java: (ImageMenuItem.init),
(ImageMenuItem.ImageMenuItem), (ImageMenuItem),
(ImageMenuItem.setImage), (ImageMenuItem.getImage):
* src/java/org/gnu/gtk/ImageType.java: (ImageType):
* src/java/org/gnu/gtk/InputDialog.java: (InputDialog.InputDialog),
(InputDialog):
* src/java/org/gnu/gtk/Invisible.java: (Invisible.getScreen),
(Invisible):
* src/java/org/gnu/gtk/Item.java: (Item.Item), (Item.getEventType):
* src/java/org/gnu/gtk/ItemFactory.java: (ItemFactory.ItemFactory),
(ItemFactory.init), (ItemFactory.createItem),
(ItemFactory.createItems), (ItemFactory.deleteEntries),
(ItemFactory.getItem), (ItemFactory.getWidget), (ItemFactory):
* src/java/org/gnu/gtk/ItemFactoryEntry.java:
(ItemFactoryEntry.ItemFactoryEntry), (ItemFactoryEntry):
* src/java/org/gnu/gtk/Label.java: (Label.Label), (Label.init),
(Label.setText), (Label.setLabel), (Label.setMarkup),
(Label.getMnemonicWidget), (Label):
* src/java/org/gnu/gtk/Layout.java: (Layout.Layout),
(Layout.getHorizontalAdjustment), (Layout.getVerticalAdjustment),
(Layout):
* src/java/org/gnu/gtk/ListStore.java: (ListStore),
(ListStore.init), (ListStore.setColumnTypes),
(ListStore.moveRowToEnd), (ListStore.moveRowToStart):
* src/java/org/gnu/gtk/Menu.java: (Menu.Menu), (Menu):
* src/java/org/gnu/gtk/MenuBar.java: (MenuBar.MenuBar), (MenuBar):
* src/java/org/gnu/gtk/MenuItem.java: (MenuItem.MenuItem),
(MenuItem.init), (MenuItem.getEventType):
* src/java/org/gnu/gtk/MenuShell.java: (MenuShell.MenuShell),
(MenuShell), (MenuShell.selectFirst), (MenuShell.cancel):
* src/java/org/gnu/gtk/MessageDialog.java: (MessageDialog),
(MessageDialog.init), (MessageDialog.MessageDialog),
(MessageDialog.setMarkup):
* src/java/org/gnu/gtk/MessageType.java: (MessageType):
* src/java/org/gnu/gtk/Misc.java: (Misc.Misc), (Misc):
* src/java/org/gnu/gtk/Notebook.java: (Notebook),
(Notebook.Notebook), (Notebook.appendPage), (Notebook.prependPage),
(Notebook.insertPage), (Notebook.removePage), (Notebook.pageNum),
(Notebook.nextPage), (Notebook.prevPage), (Notebook.reorderChild),
(Notebook.setTabPosition), (Notebook.setShowTabs),
(Notebook.setShowBorder), (Notebook.setScrollable),
(Notebook.popupEnable), (Notebook.popupDisable),
(Notebook.getCurrentPage), (Notebook.setCurrentPage),
(Notebook.getPage), (Notebook.setMenuLabel),
(Notebook.setTabLabel), (Notebook.setTabLabelPacking),
(Notebook.getNumPages), (Notebook.getEventListenerClass),
(Notebook.getEventType):
* src/java/org/gnu/gtk/OptionMenu.java: (OptionMenu.OptionMenu),
(OptionMenu.getMenu), (OptionMenu.getEventType):
* src/java/org/gnu/gtk/Paned.java: (Paned.Paned),
(Paned.getChild1), (Paned.getChild2), (Paned):
* src/java/org/gnu/gtk/Plug.java: (Plug.Plug), (Plug):
* src/java/org/gnu/gtk/Progress.java: (Progress.Progress),
(Progress):
* src/java/org/gnu/gtk/ProgressBar.java: (ProgressBar.ProgressBar),
(ProgressBar):
* src/java/org/gnu/gtk/RadioAction.java: (RadioAction.RadioAction),
(RadioAction.getGroup), (RadioAction.setGroup), (RadioAction):
* src/java/org/gnu/gtk/RadioActionEntry.java:
(RadioActionEntry.RadioActionEntry), (RadioActionEntry):
* src/java/org/gnu/gtk/RadioButton.java: (RadioButton.init1),
(RadioButton.init2), (RadioButton.init3), (RadioButton.init4),
(RadioButton.RadioButton), (RadioButton):
* src/java/org/gnu/gtk/RadioMenuItem.java: (RadioMenuItem.init1),
(RadioMenuItem.init2), (RadioMenuItem.init3),
(RadioMenuItem.init4), (RadioMenuItem.RadioMenuItem),
(RadioMenuItem.getGroup), (RadioMenuItem.setGroup),
(RadioMenuItem):
* src/java/org/gnu/gtk/RadioToolButton.java:
(RadioToolButton.init1), (RadioToolButton.init2),
(RadioToolButton.RadioToolButton), (RadioToolButton.getGroup),
(RadioToolButton.setGroup), (RadioToolButton):
* src/java/org/gnu/gtk/Range.java: (Range.Range),
(Range.getAdjustment), (Range.getEventType):
* src/java/org/gnu/gtk/Rc.java: (Rc):
* src/java/org/gnu/gtk/RcStyle.java: (RcStyle.RcStyle), (RcStyle):
* src/java/org/gnu/gtk/Requisition.java: (Requisition.Requisition),
(Requisition), (Requisition.getWidth), (Requisition.setWidth),
(Requisition.getHeight), (Requisition.setHeight):
* src/java/org/gnu/gtk/Ruler.java: (Ruler.Ruler), (Ruler):
* src/java/org/gnu/gtk/Scale.java: (Scale.Scale), (Scale),
(Scale.getDrawValue), (Scale.getEventType):
* src/java/org/gnu/gtk/ScrollBar.java: (ScrollBar.ScrollBar),
(ScrollBar):
* src/java/org/gnu/gtk/ScrolledWindow.java: (ScrolledWindow.init),
(ScrolledWindow.ScrolledWindow), (ScrolledWindow.getHAdjustment),
(ScrolledWindow.getVAdjustment), (ScrolledWindow):
* src/java/org/gnu/gtk/SelectionData.java:
(SelectionData.SelectionData), (SelectionData.getSelection),
(SelectionData), (SelectionData.targetsIncludText),
(SelectionData.getTargets):
* src/java/org/gnu/gtk/Separator.java: (Separator.Separator),
(Separator):
* src/java/org/gnu/gtk/SeparatorMenuItem.java:
(SeparatorMenuItem.SeparatorMenuItem), (SeparatorMenuItem):
* src/java/org/gnu/gtk/SeparatorToolItem.java:
(SeparatorToolItem.SeparatorToolItem), (SeparatorToolItem):
* src/java/org/gnu/gtk/Settings.java: (Settings.Settings),
(Settings), (Settings.getType):
* src/java/org/gnu/gtk/SimpleList.java: (SimpleList.init),
(SimpleList.remove), (SimpleList):
* src/java/org/gnu/gtk/SizeGroup.java: (SizeGroup):
* src/java/org/gnu/gtk/SpinButton.java: (SpinButton.SpinButton),
(SpinButton.getAdjustment), (SpinButton.getEventType):
* src/java/org/gnu/gtk/StatusBar.java: (StatusBar.StatusBar),
(StatusBar.getEventType):
* src/java/org/gnu/gtk/Style.java: (Style.Style), (Style):
* src/java/org/gnu/gtk/Table.java: (Table.Table), (Table):
* src/java/org/gnu/gtk/TargetEntry.java: (TargetEntry):
* src/java/org/gnu/gtk/TearoffMenuItem.java:
(TearoffMenuItem.TearoffMenuItem), (TearoffMenuItem):
* src/java/org/gnu/gtk/TextAppearance.java:
(TextAppearance.TextAppearance), (TextAppearance):
* src/java/org/gnu/gtk/TextAttributes.java:
(TextAttributes.TextAttributes), (TextAttributes):
* src/java/org/gnu/gtk/TextBuffer.java: (TextBuffer),
(TextBuffer.TextBuffer), (TextBuffer.getLineCount),
(TextBuffer.getCharCount), (TextBuffer.getTextTagTable),
(TextBuffer.insertText), (TextBuffer.insertTextInteractive),
(TextBuffer.insertRange), (TextBuffer.insertRangeInteractive),
(TextBuffer.deleteText), (TextBuffer.deleteTextInteractive),
(TextBuffer.setText), (TextBuffer.getText), (TextBuffer.getSlice),
(TextBuffer.insertPixbuf), (TextBuffer.inserChildAnchor),
(TextBuffer.createChildAnchor), (TextBuffer.createMark),
(TextBuffer.moveMark), (TextBuffer.deleteMark),
(TextBuffer.markExists), (TextBuffer.getMark),
(TextBuffer.getInsert), (TextBuffer.getSelectionBound),
(TextBuffer.placeCursor), (TextBuffer.applyTag),
(TextBuffer.removeTag), (TextBuffer.removeAllTags),
(TextBuffer.getIter), (TextBuffer.getLineIter),
(TextBuffer.getStartIter), (TextBuffer.getEndIter),
(TextBuffer.getModified), (TextBuffer.setModified),
(TextBuffer.deleteSelection), (TextBuffer.pasteClipboard),
(TextBuffer.copyClipboard), (TextBuffer.cutClipboard),
(TextBuffer.getSelected), (TextBuffer.getSelectionStart),
(TextBuffer.getSelectionEnd), (TextBuffer.beginUserAction),
(TextBuffer.endUserAction), (TextBuffer.addClipboard),
(TextBuffer.removeClipboard), (TextBuffer.selectRange),
(TextBuffer.getEventListenerClass), (TextBuffer.getEventType):
* src/java/org/gnu/gtk/TextChildAnchor.java:
(TextChildAnchor.TextChildAnchor), (TextChildAnchor.getWidget),
(TextChildAnchor):
* src/java/org/gnu/gtk/TextIter.java: (TextIter.TextIter),
(TextIter.isPixbuf), (TextIter.isChildAnchor), (TextIter):
* src/java/org/gnu/gtk/TextMark.java: (TextMark.TextMark),
(TextMark), (TextMark.getBuffer):
* src/java/org/gnu/gtk/TextTag.java: (TextTag.TextTag), (TextTag):
* src/java/org/gnu/gtk/TextTagTable.java:
(TextTagTable.TextTagTable), (TextTagTable.lookup), (TextTagTable):
* src/java/org/gnu/gtk/TextView.java: (TextView),
(TextView.TextView), (TextView.setBuffer), (TextView.getBuffer),
(TextView.scrollToMark), (TextView.scrollToIter),
(TextView.moveCursorOnScreen), (TextView.addChild),
(TextView.setWrapMode), (TextView.setEditable),
(TextView.getEditable), (TextView.setCursorVisible),
(TextView.setPixelsAboveLines), (TextView.setPixelsBelowLine),
(TextView.setPixelsInsideWrap), (TextView.setJustification),
(TextView.setLeftMargin), (TextView.setRightMargin),
(TextView.setIndent), (TextView.setTabs),
(TextView.getDefaultAttributes), (TextView.setAcceptsTab),
(TextView.getAcceptsTab), (TextView.setOverwrite),
(TextView.getOverwrite), (TextView.getHAdjustment),
(TextView.getVAdjustment), (TextView.getEventListenerClass),
(TextView.getEventType):
* src/java/org/gnu/gtk/ToggleAction.java:
(ToggleAction.ToggleAction), (ToggleAction):
* src/java/org/gnu/gtk/ToggleActionEntry.java:
(ToggleActionEntry.ToggleActionEntry),
(ToggleActionEntry.handleCallback), (ToggleActionEntry):
* src/java/org/gnu/gtk/ToggleButton.java:
(ToggleButton.ToggleButton), (ToggleButton.init),
(ToggleButton.getEventType):
* src/java/org/gnu/gtk/ToggleToolButton.java:
(ToggleToolButton.ToggleToolButton),
(ToggleToolButton.getEventType):
* src/java/org/gnu/gtk/ToolBar.java: (ToolBar.ToolBar), (ToolBar),
(ToolBar.getItem), (ToolBar.getEventType):
* src/java/org/gnu/gtk/ToolButton.java: (ToolButton.init),
(ToolButton.ToolButton), (ToolButton.getIconWidget),
(ToolButton.getLabelWidget), (ToolButton.getEventType):
* src/java/org/gnu/gtk/ToolItem.java: (ToolItem.ToolItem),
(ToolItem), (ToolItem.setToolTip), (ToolItem.getToolbarStyle),
(ToolItem.retrieveProxyMenuItem), (ToolItem.getProxyMenuItem):
* src/java/org/gnu/gtk/ToolTips.java: (ToolTips.ToolTips),
(ToolTips):
* src/java/org/gnu/gtk/ToolTipsData.java:
(ToolTipsData.ToolTipsData), (ToolTipsData.getToolTip),
(ToolTipsData):
* src/java/org/gnu/gtk/TreeIter.java: (TreeIter.TreeIter),
(TreeIter.getNextIter), (TreeIter.getFirstChild),
(TreeIter.getChild), (TreeIter.getParent),
(TreeIter.iterFromHandle), (TreeIter):
* src/java/org/gnu/gtk/TreeModel.java: (TreeModel.TreeModel),
(TreeModel.getIter), (TreeModel.getFirstIter),
(TreeModel.getValue), (TreeModel.iterFromHandle),
(TreeModel.handleRowChanged), (TreeModel.handleRowInserted),
(TreeModel.handleRowHasChildToggled), (TreeModel.handleRowDeleted),
(TreeModel.handleRowsReordered), (TreeModel.getEventType):
* src/java/org/gnu/gtk/TreeModelFilter.java: (TreeModelFilter),
(TreeModelFilter.TreeModelFilter),
(TreeModelFilter.setVisibleColumn), (TreeModelFilter.getModel),
(TreeModelFilter.refilter), (TreeModelFilter.clearCache),
(TreeModelFilter.convertChildPathToPath),
(TreeModelFilter.convertPathToChildPath),
(TreeModelFilter.getType):
* src/java/org/gnu/gtk/TreeModelSort.java: (TreeModelSort),
(TreeModelSort.TreeModelSort), (TreeModelSort.getType),
(TreeModelSort.getModel):
* src/java/org/gnu/gtk/TreePath.java: (TreePath),
(TreePath.TreePath), (TreePath.toString), (TreePath.getDepth),
(TreePath.compare), (TreePath.next), (TreePath.previous),
(TreePath.up), (TreePath.down), (TreePath.isAncestor),
(TreePath.isDescendant), (TreePath.appendIndex),
(TreePath.prependIndex), (TreePath.getIndices):
* src/java/org/gnu/gtk/TreeSelection.java:
(TreeSelection.TreeSelection), (TreeSelection.doEach),
(TreeSelection.getTreeView), (TreeSelection.getSelectedRows),
(TreeSelection.getEventType):
* src/java/org/gnu/gtk/TreeSortable.java: (TreeSortable):
* src/java/org/gnu/gtk/TreeStore.java: (TreeStore),
(TreeStore.init), (TreeStore.setColumnTypes),
(TreeStore.insertRow), (TreeStore.insertRowBefore),
(TreeStore.insertRowAfter), (TreeStore.prependRow),
(TreeStore.appendRow), (TreeStore.moveRowToEnd),
(TreeStore.moveRowToStart):
* src/java/org/gnu/gtk/TreeView.java: (TreeView.TreeView),
(TreeView.getModel), (TreeView.getSelection),
(TreeView.getHAdjustment), (TreeView), (TreeView.getColumn),
(TreeView.getExpanderColumn), (TreeView.scrollToCell),
(TreeView.getCursorPath), (TreeView.getCursorColumn),
(TreeView.getColumns), (TreeView.setSearchColumn),
(TreeView.getSearchColumn), (TreeView.setSearchDataColumn),
(TreeView.getSearchDataColumn), (TreeView.addListener),
(TreeView.handleRowActivated), (TreeView.handleRowExpanded),
(TreeView.handleRowCollapsed), (TreeView.getEventType):
* src/java/org/gnu/gtk/TreeViewColumn.java:
(TreeViewColumn.TreeViewColumn), (TreeViewColumn),
(TreeViewColumn.getCellRenderers), (TreeViewColumn.getWidget),
(TreeViewColumn.getEventType):
* src/java/org/gnu/gtk/UIManager.java: (UIManager.getActionGroups),
(UIManager.getAccelGroup), (UIManager.getWidget),
(UIManager.getToplevels), (UIManager.addUIFromString),
(UIManager.addUIFromFile), (UIManager.getEventType):
* src/java/org/gnu/gtk/VBox.java: (VBox.VBox), (VBox):
* src/java/org/gnu/gtk/VButtonBox.java: (VButtonBox.VButtonBox),
(VButtonBox):
* src/java/org/gnu/gtk/VPaned.java: (VPaned.VPaned), (VPaned):
* src/java/org/gnu/gtk/VRuler.java: (VRuler.VRuler), (VRuler):
* src/java/org/gnu/gtk/VScale.java: (VScale.VScale), (VScale):
* src/java/org/gnu/gtk/VScrollBar.java: (VScrollBar.VScrollBar),
(VScrollBar):
* src/java/org/gnu/gtk/VSeparator.java: (VSeparator.VSeparator),
(VSeparator):
* src/java/org/gnu/gtk/Viewport.java: (Viewport.init),
(Viewport.Viewport), (Viewport.getHAdjustment),
(Viewport.getVAdjustment), (Viewport):
* src/java/org/gnu/gtk/Widget.java: (Widget), (Widget..Widget),
(Widget..getParent), (Widget..getParentWindow),
(Widget..getWindow), (Widget..intersect), (Widget..getToplevel),
(Widget..getColormap), (Widget..getModifierStyle),
(Widget..getStyle), (Widget..createContext), (Widget..getContext),
(Widget..createLayout), (Widget.), (Widget..getAccessible),
(Widget..getScreen), (Widget..getDisplay), (Widget..getRootWindow),
(Widget..getEventType):
* src/java/org/gnu/gtk/WidgetAuxInfo.java: (WidgetAuxInfo):
* src/java/org/gnu/gtk/Window.java: (Window), (Window.Window),
(Window.getFocusWidget), (Window.getScreen),
(Window.setIconFromFile), (Window.setDefaultIconFromFile),
(Window.setDefaultIconList), (Window.getDefaultIconList),
(Window.listToplevelWindows):
* src/java/org/gnu/gtk/WindowGroup.java: (WindowGroup.addWindow),
(WindowGroup.removeWindow), (WindowGroup):
* src/java/org/gnu/gtk/event/AdjustmentEvent.java:
(AdjustmentEvent.Type), (AdjustmentEvent.AdjustmentEvent):
* src/java/org/gnu/gtk/event/ButtonEvent.java: (ButtonEvent.Type):
* src/java/org/gnu/gtk/event/CalendarEvent.java:
(CalendarEvent.Type):
* src/java/org/gnu/gtk/event/CellEditableEvent.java:
(CellEditableEvent.Type):
* src/java/org/gnu/gtk/event/CellRendererTextEvent.java:
(CellRendererTextEvent.Type):
* src/java/org/gnu/gtk/event/CellRendererToggleEvent.java:
(CellRendererToggleEvent.Type):
* src/java/org/gnu/gtk/event/CheckMenuItemEvent.java:
(CheckMenuItemEvent.Type), (CheckMenuItemEvent.CheckMenuItemEvent):
* src/java/org/gnu/gtk/event/ColorButtonEvent.java:
(ColorButtonEvent.Type), (ColorButtonEvent.ColorButtonEvent):
* src/java/org/gnu/gtk/event/ColorSelectionEvent.java:
(ColorSelectionEvent.Type),
(ColorSelectionEvent.ColorSelectionEvent):
* src/java/org/gnu/gtk/event/ComboBoxEvent.java:
(ComboBoxEvent.Type), (ComboBoxEvent.ComboBoxEvent):
* src/java/org/gnu/gtk/event/ContainerEvent.java:
(ContainerEvent.Type):
* src/java/org/gnu/gtk/event/DialogEvent.java: (DialogEvent.Type),
(DialogEvent.DialogEvent):
* src/java/org/gnu/gtk/event/EntryCompletionEvent.java:
(EntryCompletionEvent.Type),
(EntryCompletionEvent.EntryCompletionEvent):
* src/java/org/gnu/gtk/event/EntryEvent.java: (EntryEvent.Type),
(EntryEvent.EntryEvent):
* src/java/org/gnu/gtk/event/ExpanderEvent.java:
(ExpanderEvent.Type), (ExpanderEvent.ExpanderEvent):
* src/java/org/gnu/gtk/event/ExposeEvent.java: (ExposeEvent.Type),
(ExposeEvent):
* src/java/org/gnu/gtk/event/FocusEvent.java: (FocusEvent.Type):
* src/java/org/gnu/gtk/event/FontButtonEvent.java:
(FontButtonEvent.Type), (FontButtonEvent.FontButtonEvent):
* src/java/org/gnu/gtk/event/GtkEvent.java: (GtkEvent),
(GtkEvent.GtkEvent), (GtkEvent.getType):
* src/java/org/gnu/gtk/event/HandleBoxEvent.java:
(HandleBoxEvent.Type), (HandleBoxEvent.HandleBoxEvent):
* src/java/org/gnu/gtk/event/ItemEvent.java: (ItemEvent.Type):
* src/java/org/gnu/gtk/event/KeyEvent.java: (KeyEvent.Type),
(KeyEvent.KeyEvent):
* src/java/org/gnu/gtk/event/LifeCycleEvent.java:
(LifeCycleEvent.Type):
* src/java/org/gnu/gtk/event/LifeCycleListener.java:
(LifeCycleListener):
* src/java/org/gnu/gtk/event/MenuItemEvent.java:
(MenuItemEvent.Type):
* src/java/org/gnu/gtk/event/MouseEvent.java: (MouseEvent.Type):
* src/java/org/gnu/gtk/event/MouseMotionEvent.java:
(MouseMotionEvent.Type), (MouseMotionEvent):
* src/java/org/gnu/gtk/event/NotebookEvent.java:
(NotebookEvent.Type):
* src/java/org/gnu/gtk/event/OptionMenuEvent.java:
(OptionMenuEvent.Type):
* src/java/org/gnu/gtk/event/RangeEvent.java: (RangeEvent.Type):
* src/java/org/gnu/gtk/event/ScaleEvent.java: (ScaleEvent.Type):
* src/java/org/gnu/gtk/event/SpinEvent.java: (SpinEvent.Type):
* src/java/org/gnu/gtk/event/StatusBarEvent.java:
(StatusBarEvent.Type):
* src/java/org/gnu/gtk/event/TextBufferEvent.java:
(TextBufferEvent.Type), (TextBufferEvent.TextBufferEvent):
* src/java/org/gnu/gtk/event/TextViewEvent.java:
(TextViewEvent.Type):
* src/java/org/gnu/gtk/event/ToggleEvent.java: (ToggleEvent.Type):
* src/java/org/gnu/gtk/event/ToggleListener.java: (ToggleListener):
* src/java/org/gnu/gtk/event/ToggleToolButtonEvent.java:
(ToggleToolButtonEvent.Type),
(ToggleToolButtonEvent.ToggleToolButtonEvent):
* src/java/org/gnu/gtk/event/ToolBarEvent.java:
(ToolBarEvent.Type), (ToolBarEvent.ToolBarEvent):
* src/java/org/gnu/gtk/event/ToolButtonEvent.java:
(ToolButtonEvent.Type), (ToolButtonEvent.ToolButtonEvent):
* src/java/org/gnu/gtk/event/TreeModelEvent.java:
(TreeModelEvent.Type):
* src/java/org/gnu/gtk/event/TreeSelectionEvent.java:
(TreeSelectionEvent.Type):
* src/java/org/gnu/gtk/event/TreeViewColumnEvent.java:
(TreeViewColumnEvent.Type):
* src/java/org/gnu/gtk/event/TreeViewEvent.java:
(TreeViewEvent.Type):
* src/java/org/gnu/gtk/event/UIManagerEvent.java:
(UIManagerEvent.Type), (UIManagerEvent.UIManagerEvent):
* src/java/org/gnu/pango/AttrColor.java: (AttrColor):
* src/java/org/gnu/pango/AttrFloat.java: (AttrFloat):
* src/java/org/gnu/pango/AttrFontDesc.java: (AttrFontDesc):
* src/java/org/gnu/pango/AttrInt.java: (AttrInt):
* src/java/org/gnu/pango/AttrIterator.java: (AttrIterator),
(AttrIterator.AttrIterator), (AttrIterator.next),
(AttrIterator.getRangeStart), (AttrIterator.getRangeEnd),
(AttrIterator.get), (AttrIterator.finalize):
* src/java/org/gnu/pango/AttrLanguage.java: (AttrLanguage):
* src/java/org/gnu/pango/AttrList.java: (AttrList),
(AttrList.AttrList), (AttrList.insert), (AttrList.insertBefore),
(AttrList.change), (AttrList.splice), (AttrList.getIterator):
* src/java/org/gnu/pango/AttrShape.java: (AttrShape):
* src/java/org/gnu/pango/AttrString.java: (AttrString):
* src/java/org/gnu/pango/AttrType.java: (AttrType):
* src/java/org/gnu/pango/Attribute.java: (Attribute),
(Attribute.Attribute), (Attribute.getStartIndex),
(Attribute.getEndIndex):
* src/java/org/gnu/pango/Color.java: (Color), (Color.Color),
(Color.getRed), (Color.getGreen), (Color.getBlue),
(Color.setColor), (Color.finalize):
* src/java/org/gnu/pango/Context.java: (Context),
(Context.Context), (Context.getFontDescription),
(Context.setFontDescription), (Context.getLanguage),
(Context.setLanguage), (Context.getBaseDir), (Context.setBaseDir),
(Context.loadFont), (Context.getMetrics), (Context.listFamilies):
* src/java/org/gnu/pango/Coverage.java: (Coverage),
(Coverage.Coverage), (Coverage.get), (Coverage.setMax),
(Coverage.set):
* src/java/org/gnu/pango/Font.java: (Font), (Font.Font),
(Font.describe), (Font.getCoverage), (Font.getMetrics),
(Font.getType):
* src/java/org/gnu/pango/FontDescription.java: (FontDescription),
(FontDescription.FontDescription), (FontDescription.setFamily),
(FontDescription.getFamily), (FontDescription.setStyle),
(FontDescription.getStyle), (FontDescription.setVariant),
(FontDescription.getVariant), (FontDescription.setWeight),
(FontDescription.getWeight), (FontDescription.setStretch),
(FontDescription.getStretch), (FontDescription.setSize),
(FontDescription.getSize), (FontDescription.getSetFields),
(FontDescription.replace), (FontDescription.toString),
(FontDescription.hash), (FontDescription.equal),
(FontDescription.unsetFields), (FontDescription.betterMatch),
(FontDescription.toFilename), (FontDescription.finalize):
* src/java/org/gnu/pango/FontFace.java: (FontFace),
(FontFace.FontFace), (FontFace.toString), (FontFace.describe):
* src/java/org/gnu/pango/FontFamily.java: (FontFamily),
(FontFamily.FontFamily), (FontFamily.toString),
(FontFamily.listFaces):
* src/java/org/gnu/pango/FontMetrics.java: (FontMetrics),
(FontMetrics.FontMetrics), (FontMetrics.getAscent),
(FontMetrics.getDescent), (FontMetrics.getApproximateCharWidth),
(FontMetrics.getApproximateDigitWidth):
* src/java/org/gnu/pango/GlyphString.java: (GlyphString),
(GlyphString.GlyphString), (GlyphString.setSize),
(GlyphString.finalize):
* src/java/org/gnu/pango/Language.java: (Language.Language),
(Language):
* src/java/org/gnu/pango/Layout.java: (Layout), (Layout.Layout),
(Layout.getContext), (Layout.contextChanged), (Layout.setText),
(Layout.getText), (Layout.setMarkup), (Layout.setAttributes),
(Layout.getAttributes), (Layout.setFontDescription),
(Layout.setWidth), (Layout.getWidth), (Layout.setWrapStyle),
(Layout.getWrapMode), (Layout.setIndent), (Layout.getIndent),
(Layout.getSpacing), (Layout.setSpacing),
(Layout.setJustification), (Layout.getJustified),
(Layout.setAlignment), (Layout.getAlignment), (Layout.setTabs),
(Layout.getTabs), (Layout.setSingleParagraphMode),
(Layout.getSingleParagraphMode), (Layout.getLineCount),
(Layout.getLine), (Layout.indexToPos),
(Layout.getStrongCursorPosition), (Layout.getWeakCursorPosition),
(Layout.getHeight), (Layout.getPixelWidth),
(Layout.getPixelHeight):
* src/java/org/gnu/pango/LayoutLine.java: (LayoutLine.LayoutLine),
(LayoutLine):
* src/java/org/gnu/pango/Rectangle.java: (Rectangle.Rectangle),
(Rectangle):
* src/java/org/gnu/pango/TabArray.java: (TabArray),
(TabArray.TabArray), (TabArray.getSize), (TabArray.resize),
(TabArray.setTab), (TabArray.getPosition), (TabArray.getAligment),
(TabArray.positionInPixels), (TabArray.finalize):
* src/java/org/gnu/pango/Underline.java: (Underline):
* src/java/org/gnu/pango/WrapMode.java: (WrapMode):
* src/jni/jg_jnu.c:
* src/jni/jg_jnu.h:
* src/jni/org_gnu_atk_AtkObject.c:
* src/jni/org_gnu_atk_Relation.c:
* src/jni/org_gnu_atk_RelationSet.c:
* src/jni/org_gnu_atk_RelationType.c:
* src/jni/org_gnu_atk_StateType.c:
* src/jni/org_gnu_gdk_Atom.c:
* src/jni/org_gnu_gdk_Bitmap.c:
* src/jni/org_gnu_gdk_Color.c:
* src/jni/org_gnu_gdk_Colormap.c:
* src/jni/org_gnu_gdk_Cursor.c:
* src/jni/org_gnu_gdk_Device.c:
* src/jni/org_gnu_gdk_Display.c:
* src/jni/org_gnu_gdk_DragContext.c:
* src/jni/org_gnu_gdk_Drawable.c:
* src/jni/org_gnu_gdk_Event.c:
* src/jni/org_gnu_gdk_EventAny.c:
* src/jni/org_gnu_gdk_EventButton.c:
* src/jni/org_gnu_gdk_EventClient.c:
* src/jni/org_gnu_gdk_EventConfigure.c:
* src/jni/org_gnu_gdk_EventCrossing.c:
* src/jni/org_gnu_gdk_EventDND.c:
* src/jni/org_gnu_gdk_EventExpose.c:
* src/jni/org_gnu_gdk_EventFocus.c:
* src/jni/org_gnu_gdk_EventKey.c:
* src/jni/org_gnu_gdk_EventMotion.c:
* src/jni/org_gnu_gdk_EventNoExpose.c:
* src/jni/org_gnu_gdk_EventProperty.c:
* src/jni/org_gnu_gdk_EventProximity.c:
* src/jni/org_gnu_gdk_EventScroll.c:
* src/jni/org_gnu_gdk_EventSelection.c:
* src/jni/org_gnu_gdk_EventSetting.c:
* src/jni/org_gnu_gdk_EventVisibility.c:
* src/jni/org_gnu_gdk_EventWindowState.c:
* src/jni/org_gnu_gdk_GC.c:
* src/jni/org_gnu_gdk_Gdk.c:
* src/jni/org_gnu_gdk_Geometry.c:
* src/jni/org_gnu_gdk_Image.c:
* src/jni/org_gnu_gdk_Keymap.c:
* src/jni/org_gnu_gdk_KeymapKey.c:
* src/jni/org_gnu_gdk_Pango.c:
* src/jni/org_gnu_gdk_PangoAttrEmbossed.c:
* src/jni/org_gnu_gdk_PangoAttrStipple.c:
* src/jni/org_gnu_gdk_Pixbuf.c:
* src/jni/org_gnu_gdk_PixbufAnimation.c:
* src/jni/org_gnu_gdk_PixbufAnimationIter.c:
* src/jni/org_gnu_gdk_PixbufLoader.c:
* src/jni/org_gnu_gdk_Pixmap.c:
* src/jni/org_gnu_gdk_Point.c:
* src/jni/org_gnu_gdk_Property.c:
* src/jni/org_gnu_gdk_Rectangle.c:
* src/jni/org_gnu_gdk_Region.c:
* src/jni/org_gnu_gdk_RgbCmap.c:
* src/jni/org_gnu_gdk_Screen.c:
* src/jni/org_gnu_gdk_Segment.c:
* src/jni/org_gnu_gdk_Span.c:
* src/jni/org_gnu_gdk_Visual.c:
* src/jni/org_gnu_gdk_Window.c:
* src/jni/org_gnu_gdk_WindowAttr.c:
* src/jni/org_gnu_glib_Error.c:
* src/jni/org_gnu_glib_GListString.c:
* src/jni/org_gnu_glib_GObject.c:
* src/jni/org_gnu_glib_List.c:
* src/jni/org_gnu_glib_Quark.c:
* src/jni/org_gnu_glib_Timer.c:
* src/jni/org_gnu_glib_Type.c:
* src/jni/org_gnu_glib_Value.c:
* src/jni/org_gnu_gtk_AccelGroup.c:
* src/jni/org_gnu_gtk_AccelKey.c:
* src/jni/org_gnu_gtk_AccelLabel.c:
* src/jni/org_gnu_gtk_AccelMap.c:
* src/jni/org_gnu_gtk_Accessible.c:
* src/jni/org_gnu_gtk_Action.c:
* src/jni/org_gnu_gtk_ActionEntry.c:
* src/jni/org_gnu_gtk_ActionGroup.c:
* src/jni/org_gnu_gtk_Adjustment.c:
* src/jni/org_gnu_gtk_Alignment.c:
* src/jni/org_gnu_gtk_Arrow.c:
* src/jni/org_gnu_gtk_AspectFrame.c:
* src/jni/org_gnu_gtk_Bin.c:
* src/jni/org_gnu_gtk_BindingSet.c:
* src/jni/org_gnu_gtk_Border.c:
* src/jni/org_gnu_gtk_Box.c:
* src/jni/org_gnu_gtk_Button.c:
* src/jni/org_gnu_gtk_ButtonBox.c:
* src/jni/org_gnu_gtk_Calendar.c:
* src/jni/org_gnu_gtk_CellEditable.c:
* src/jni/org_gnu_gtk_CellRenderer.c:
* src/jni/org_gnu_gtk_CellRendererPixbuf.c:
* src/jni/org_gnu_gtk_CellRendererText.c:
* src/jni/org_gnu_gtk_CellRendererToggle.c:
* src/jni/org_gnu_gtk_CheckButton.c:
* src/jni/org_gnu_gtk_CheckMenuItem.c:
* src/jni/org_gnu_gtk_Clipboard.c:
* src/jni/org_gnu_gtk_ColorButton.c:
* src/jni/org_gnu_gtk_ColorSelection.c:
* src/jni/org_gnu_gtk_ColorSelectionDialog.c:
* src/jni/org_gnu_gtk_Combo.c:
* src/jni/org_gnu_gtk_ComboBox.c:
* src/jni/org_gnu_gtk_ComboBoxEntry.c:
* src/jni/org_gnu_gtk_Container.c:
* src/jni/org_gnu_gtk_Curve.c:
* src/jni/org_gnu_gtk_Dialog.c:
* src/jni/org_gnu_gtk_DrawingArea.c:
* src/jni/org_gnu_gtk_Entry.c:
* src/jni/org_gnu_gtk_EntryCompletion.c:
* src/jni/org_gnu_gtk_EventBox.c:
* src/jni/org_gnu_gtk_Expander.c:
* src/jni/org_gnu_gtk_FileChooserDialog.c:
* src/jni/org_gnu_gtk_FileChooserHelper.c:
* src/jni/org_gnu_gtk_FileChooserWidget.c:
* src/jni/org_gnu_gtk_FileFilter.c:
* src/jni/org_gnu_gtk_FileSelection.c:
* src/jni/org_gnu_gtk_Fixed.c:
* src/jni/org_gnu_gtk_FontButton.c:
* src/jni/org_gnu_gtk_FontSelection.c:
* src/jni/org_gnu_gtk_FontSelectionDialog.c:
* src/jni/org_gnu_gtk_Frame.c:
* src/jni/org_gnu_gtk_GammaCurve.c:
* src/jni/org_gnu_gtk_Gtk.c:
* src/jni/org_gnu_gtk_GtkObject.c:
* src/jni/org_gnu_gtk_HBox.c:
* src/jni/org_gnu_gtk_HButtonBox.c:
* src/jni/org_gnu_gtk_HPaned.c:
* src/jni/org_gnu_gtk_HRuler.c:
* src/jni/org_gnu_gtk_HScale.c:
* src/jni/org_gnu_gtk_HScrollBar.c:
* src/jni/org_gnu_gtk_HSeparator.c:
* src/jni/org_gnu_gtk_HandleBox.c:
* src/jni/org_gnu_gtk_IMContext.c:
* src/jni/org_gnu_gtk_IMContextSimple.c:
* src/jni/org_gnu_gtk_IMMulticontext.c:
* src/jni/org_gnu_gtk_IconFactory.c:
* src/jni/org_gnu_gtk_IconInfo.c:
* src/jni/org_gnu_gtk_IconSet.c:
* src/jni/org_gnu_gtk_IconSource.c:
* src/jni/org_gnu_gtk_IconTheme.c:
* src/jni/org_gnu_gtk_Image.c:
* src/jni/org_gnu_gtk_ImageMenuItem.c:
* src/jni/org_gnu_gtk_InputDialog.c:
* src/jni/org_gnu_gtk_Invisible.c:
* src/jni/org_gnu_gtk_Item.c:
* src/jni/org_gnu_gtk_ItemFactory.c:
* src/jni/org_gnu_gtk_ItemFactoryEntry.c:
* src/jni/org_gnu_gtk_Label.c:
* src/jni/org_gnu_gtk_Layout.c:
* src/jni/org_gnu_gtk_ListStore.c:
* src/jni/org_gnu_gtk_Menu.c:
* src/jni/org_gnu_gtk_MenuBar.c:
* src/jni/org_gnu_gtk_MenuItem.c:
* src/jni/org_gnu_gtk_MenuShell.c:
* src/jni/org_gnu_gtk_MessageDialog.c:
* src/jni/org_gnu_gtk_Misc.c:
* src/jni/org_gnu_gtk_Notebook.c:
* src/jni/org_gnu_gtk_OptionMenu.c:
* src/jni/org_gnu_gtk_Paned.c:
* src/jni/org_gnu_gtk_Plug.c:
* src/jni/org_gnu_gtk_Progress.c:
* src/jni/org_gnu_gtk_ProgressBar.c:
* src/jni/org_gnu_gtk_RadioAction.c:
* src/jni/org_gnu_gtk_RadioActionEntry.c:
* src/jni/org_gnu_gtk_RadioButton.c:
* src/jni/org_gnu_gtk_RadioMenuItem.c:
* src/jni/org_gnu_gtk_RadioToolButton.c:
* src/jni/org_gnu_gtk_Range.c:
* src/jni/org_gnu_gtk_Rc.c:
* src/jni/org_gnu_gtk_RcStyle.c:
* src/jni/org_gnu_gtk_Requisition.c:
* src/jni/org_gnu_gtk_Ruler.c:
* src/jni/org_gnu_gtk_Scale.c:
* src/jni/org_gnu_gtk_ScrollBar.c:
* src/jni/org_gnu_gtk_ScrolledWindow.c:
* src/jni/org_gnu_gtk_SelectionData.c:
* src/jni/org_gnu_gtk_Separator.c:
* src/jni/org_gnu_gtk_SeparatorMenuItem.c:
* src/jni/org_gnu_gtk_SeparatorToolItem.c:
* src/jni/org_gnu_gtk_Settings.c:
* src/jni/org_gnu_gtk_SizeGroup.c:
* src/jni/org_gnu_gtk_SpinButton.c:
* src/jni/org_gnu_gtk_StatusBar.c:
* src/jni/org_gnu_gtk_Style.c:
* src/jni/org_gnu_gtk_Table.c:
* src/jni/org_gnu_gtk_TargetEntry.c:
* src/jni/org_gnu_gtk_TearoffMenuItem.c:
* src/jni/org_gnu_gtk_TextAppearance.c:
* src/jni/org_gnu_gtk_TextAttributes.c:
* src/jni/org_gnu_gtk_TextBuffer.c:
* src/jni/org_gnu_gtk_TextChildAnchor.c:
* src/jni/org_gnu_gtk_TextIter.c:
* src/jni/org_gnu_gtk_TextMark.c:
* src/jni/org_gnu_gtk_TextTag.c:
* src/jni/org_gnu_gtk_TextTagTable.c:
* src/jni/org_gnu_gtk_TextView.c:
* src/jni/org_gnu_gtk_ToggleAction.c:
* src/jni/org_gnu_gtk_ToggleActionEntry.c:
* src/jni/org_gnu_gtk_ToggleButton.c:
* src/jni/org_gnu_gtk_ToolBar.c:
* src/jni/org_gnu_gtk_ToolButton.c:
* src/jni/org_gnu_gtk_ToolItem.c:
* src/jni/org_gnu_gtk_ToolTips.c:
* src/jni/org_gnu_gtk_ToolTipsData.c:
* src/jni/org_gnu_gtk_TreeIter.c:
* src/jni/org_gnu_gtk_TreeModel.c:
* src/jni/org_gnu_gtk_TreeModelFilter.c:
* src/jni/org_gnu_gtk_TreeModelSort.c:
* src/jni/org_gnu_gtk_TreePath.c:
* src/jni/org_gnu_gtk_TreeSelection.c:
* src/jni/org_gnu_gtk_TreeStore.c:
* src/jni/org_gnu_gtk_TreeView.c:
* src/jni/org_gnu_gtk_TreeViewColumn.c:
* src/jni/org_gnu_gtk_UIManager.c:
* src/jni/org_gnu_gtk_VBox.c:
* src/jni/org_gnu_gtk_VButtonBox.c:
* src/jni/org_gnu_gtk_VPaned.c:
(Java_org_gnu_gtk_VPaned_gtk_1vpaned_1get_1type),
(Java_org_gnu_gtk_VPaned_gtk_1vpaned_1new):
* src/jni/org_gnu_gtk_VRuler.c:
* src/jni/org_gnu_gtk_VScale.c:
* src/jni/org_gnu_gtk_VScrollBar.c:
* src/jni/org_gnu_gtk_VSeparator.c:
* src/jni/org_gnu_gtk_Viewport.c:
* src/jni/org_gnu_gtk_Widget.c:
* src/jni/org_gnu_gtk_WidgetAuxInfo.c:
* src/jni/org_gnu_gtk_Window.c:
* src/jni/org_gnu_gtk_WindowGroup.c:
* src/jni/org_gnu_pango_AttrColor.c:
* src/jni/org_gnu_pango_AttrFloat.c:
* src/jni/org_gnu_pango_AttrFontDesc.c:
* src/jni/org_gnu_pango_AttrInt.c:
* src/jni/org_gnu_pango_AttrIterator.c:
* src/jni/org_gnu_pango_AttrLanguage.c:
* src/jni/org_gnu_pango_AttrList.c:
* src/jni/org_gnu_pango_AttrShape.c:
* src/jni/org_gnu_pango_AttrString.c:
* src/jni/org_gnu_pango_Attribute.c:
* src/jni/org_gnu_pango_Color.c:
* src/jni/org_gnu_pango_Context.c:
* src/jni/org_gnu_pango_Coverage.c:
* src/jni/org_gnu_pango_Font.c:
* src/jni/org_gnu_pango_FontDescription.c:
* src/jni/org_gnu_pango_FontFace.c:
* src/jni/org_gnu_pango_FontFamily.c:
* src/jni/org_gnu_pango_FontMetrics.c:
* src/jni/org_gnu_pango_GlyphString.c:
* src/jni/org_gnu_pango_Language.c:
* src/jni/org_gnu_pango_Layout.c:
* src/jni/org_gnu_pango_LayoutLine.c:
* src/jni/org_gnu_pango_Rectangle.c:
* src/jni/org_gnu_pango_TabArray.c:
massive change to backport 64-bit support and bug fixes
from cvs head.
2005-01-30 Jeffrey Morgan <kuzman gmail com>
* .cvsignore:
* Makefile.in:
* autogen.sh:
* doc/.cvsignore:
* macros/am_path_docbook.m4:
* macros/am_path_gcj.m4:
* macros/jg_check_nativecompile.m4:
* macros/jg_common.m4:
* macros/jg_gnome_java.m4:
* macros/jg_gtk_java.m4:
* src/Makefile.in:
* src/java/org/gnu/gdk/.cvsignore:
* src/java/org/gnu/gdk/Gdk.java: (Gdk), (Gdk.getScreenDimension),
(Gdk.beep):
* src/java/org/gnu/glib/.cvsignore:
* src/java/org/gnu/glib/GObject.java: (GObject), (GObject.GObject),
(GObject.equals), (GObject.hashCode), (GObject.getData),
(GObject.setData), (GObject.getEventListenerClass),
(GObject.getEventType), (GObject.getHandle), (GObject.setHandle),
(GObject.retrieveGObject), (GObject.printStackTrace):
* src/java/org/gnu/gtk/.cvsignore:
* src/java/org/gnu/gtk/Gtk.java: (Gtk), (Gtk.init), (Gtk.main),
(Gtk.isGtkThread), (Gtk.mainIteration), (Gtk.mainQuit),
(Gtk.eventsPending), (Gtk.getTypeName):
ported new build system to stable branch.
--
An RSS 2.0 feed of ftp-release-list is available at:
http://ftp.gnome.org/pub/GNOME/LATEST.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]