libgtk-java 2.5.90



       Module: libgtk-java
      Version: 2.5.90
  Uploaded by: Jeffrey Morgan

http://ftp.gnome.org/pub/GNOME/sources/libgtk-java/2.5/libgtk-java-2.5.90.tar.gz
  md5sum: 055da69382442c1f34751571e8fa1e4b
    size: 956K

http://ftp.gnome.org/pub/GNOME/sources/libgtk-java/2.5/libgtk-java-2.5.90.tar.bz2
  md5sum: 6b8483951df207699020370d2a3fe3a5
    size: 700K

News
----

2.5.4  (to be released 10 January 2005)
- New Classes/Interfaces
	org.gnu.glib.JGException
	org.gnu.glib.ParmFlags
	org.gnu.glib.PropertyNotificationListener
	org.gnu.atk.Hyperlink
	org.gnu.atk.ObjectFactory
	org.gnu.atk.Registry
	org.gnu.atk.StateSet
	org.gnu.pango.EllipsizeMode
	org.gnu.gtk.AboutDialogActivateLinkMethod
	org.gnu.gtk.KeySnoopMethod
	org.gnu.gtk.MenuToolButton
	org.gnu.gdk.PixbufError
	org.gnu.gdk.PixbufFormat
	org.gnu.gdk.PixbufRotation
	org.gnu.gtk.TreeViewRowSeparatorMethod
- Updated Classes/Interfaces
	org.gnu.glib.GObject - added the following methods
		GObject( Type )
		setProperty, 
		set{Int,String,Boolean,Float,Long,Double,Pixbuf,JavaObject}Property
		getProperty, 
		get{Int,String,Boolean,Float,Long,Double,Pixbuf,JavaObject}Property
		hasProperty
		addListener, removeListener
		freezeNotify, notify, thawNotify
		getGObjectFromHandle
		getNullHandle
	org.gnu.atk.AtkObject - added the following methods
		getLayer
		getMDIZorder
		getIndexInParent
		getRoleName
		getRoleForName
		addRelationship
		removeRelationship
		getLocalizedRoleName
	org.gnu.atk.Layer - added WINDOW members to enum
	org.gnu.atk.Relation - added the following methods
		Relation(AtkObject[], RelationType) constructor
		static registerType
		static getRelationType
		static getRelationTypeForName
		getRelationType
		getTargets
		addTarget
	org.gnu.atk.RelationSet - added the following methods
		add(RelationType, AtkObject)
		getNumRelations
		getRelation
		getRelationByType
	org.gnu.atk.RelationType - 	added the following members to the enum
		FLOWS_TO, FLOWS_FROM, SUBWINDOW_OF, EMBEDS, EMBEDDED_BY,
		POPUP_FOR, PARENT_WINDOW_OF
	org.gnu.atk.Role - added the following members to the enum
		HEADER, FOOTER, PARAGRAPH, RULER, APPLICATION, AUTOCOMPLETE,
		EDITBAR, EMBEDDED
	org.gnu.atk.State - added the following methods
		static getTypeName
		static getTypeForName
	org.gnu.atk.StateType - added the following members to the enum
		MANAGES_DESCENDANTS, INDETERMINATE, TRUNCATED
	org.gnu.pango.AttrIterator - added the following methods
		AttrIterator(AttrIterator)
		getRangeStart
		getRangeEnd
		get
	org.gnu.pango.AttrList - added new constructor AttrList(AttrList)
	org.gnu.pango.AttrType - Added missing elements to enum
	org.gnu.pango.Color - added new constructor Color(Color)
	org.gnu.pango.Context - added listFamilies method
	org.gnu.pango.Coverage - added new constructor Coverage(Coverage)
	org.gnu.pango.FontDescription - added the following methods
		FontDescription(FontDescription)
		hash
		equal
		unsetFields
		betterMatch
		toFilename
	org.gnu.pango.FontFamily - added the listFaces method
	org.gnu.pango.FontMetrics - added the following methods
		getAscent
		getDescent
		getApproximateCharWidth
		getApproximateDigitWidth
	org.gnu.pango.GlyphString - added setSize method and two new constuctors
	org.gnu.pango.Layout - added the following methods
		Layout(Layout)
		getContext
		contextChanged
		getTabs
		indexToPos
		getStrongCursorPosition
		getWeakCursorPosition
		getHeight
		getPixelWidth
		getPixelHeight
	org.gnu.pango.TabArray - added TabArray(TabArray) and positionInPixels methods
	org.gnu.pango.Underline - added missing elements to enum
	org.gnu.pango.WrapMode - added WORD_CHAR mode.
	org.gnu.gdk.Color - added parse method
	org.gnu.gdk.Colormap - added the following methods
		getScreen
		allocateColors
		freeColors
		queryColor
	org.gnu.gdk.Display - added the following methods
		getEvent
		peekEvent
		putEvent
		getPointerLocation
		getPointerScreen
		getMaxCursorWidth
		getMaxCursorHeight
		getDefaultGroup
	org.gnu.gdk.Drawable - added the following methods
		getDisplay
		getScreen
		drawPoint
		drawLine
		drawPixbuf
		drawRectangle
		drawArc
	org.gnu.gdk.Event - added the following methods
		Event(EventType)
		Event(Event)
		eventsPending
		peek
		get
		getGraphicsExpose
		put
		getTime
	org.gnu.gdk.EventAny - added the getWindow method
	org.gnu.gdk.EventButton - added the getWindow and getDevice methods
	org.gnu.gdk.EventKey - added the following methods
		getWindow
		getModifierKey
	org.gnu.gdk.EventMask - fixed value for ALL_EVENTS_MASK
	org.gnu.gdk.GC - added getScreen method
	org.gnu.gdk.Geometry - added the following methods
		getMinHeight getMaxHeight
		getMinWidth getMaxHeight
		getBaseWidth getBaseHeight
		getWidthIncrement getHeightIncrement
		getMinAspect getMaxAspect
		getWindowGravity
	org.gnu.gdk.Pixbuf - added the following methods
		Pixbuf(String, int, int)
		Pixbuf(Colorspace, boolean, int, int, int)
		Pixbuf(byte[)
		Pixbuf(byte[, boolean)
		Pixbuf(Pixbuf, int, int, int, int)
		static checkFileExists
		getFileInformation
		getColorspace
		getNumChannels
		hasAlpha
		getBitsPerSample
		getPixels
		getRowstride
		getOption
		copy
		scale(Pixbuf, int, int, int, int, double, double, double, double, InterpType)
		composite(int, int, InterpType, int, int, int, int)
		composite(Pixbuf, int, int, int, int, double, double, double, double, InterpType, int)
		composite(Pixbuf, int, int, int, int, double, double, double, double, InterpType, int, int, int, int, int, int)
		rotate
		flip
		save
		saveToBuffer
		copyArea
		addAlpha
		fill
		saturateAndPixelate
	org.gnu.gdk.PixbufAnimation - added the following methods
		getIter
		isStaticImage
		getStaticImage
	org.gnu.gdk.PixbufAnimationIter - added the following methods
		advance
		getDelayTime
		onCurrentlyLoadingFrame
		getPixbuf
	org.gnu.gdk.Pixmap - added three new constructors
	org.gnu.gdk.Point - added missing javadocs
	org.gnu.gdk.Rectangle - added implementations for the following methods
		intersect
		union
	org.gnu.gdk.Region - added the following methods
		Region()
		Region(Point[], FillRule)
		Region(Region)
		Region(Rectangle)
		getClipbox
		getRectangles
		isEmpty
		isEqual
		containsPoint
		containsRectangle
		offset
		shrink
		unionWithRect
		intersect
		union
		subtract
		xor
	org.gnu.gdk.Segment - added the following methods
		getX1, setX1,
		getX2, setX2,
		getY1, setY1,
		getY2, setY2
	org.gnu.gdk.Span - added the following methods
		getX
		setX
		getY
		setY
		getWidth
		setWidth
	org.gnu.gdk.Visual - added the following methods
		getDepth
		getByteOrder
		getColormapSize
		getBitsPerRGB
		getRedMask getRedShift getRedPrec
		getGreenMask getGreenShift getGreenPrec
		getBlueMask getBlueShift getBluePrec
		getScreen
	org.gnu.gdk.Window - added the following methods
		mergeChildShapes
		setStaticGravities
		setModalHint
		setGeometryHints
		beginPaintRectangle
		beginPaintRegion
		endPaint
		setTitle
		setRole
		setTransientOf
		setBackground(Color)
		setBackground(Pixmap, boolean)
		setCursor
		getPosition
		getOrigin
		getRootOrigin
		getFrameExtents
		getParent
		getToplevel
		getChildren
		setIconList
		setIcon
		setIconName
		iconify deiconify
		stick unstick
		maximize unmaximize
	org.gnu.gtk.AboutDialog - added the following methods
		setEmailHook
		setURLHook
	org.gnu.gtk.BindingSet - added the following methods
		activateEvent
		removeEvent
	org.gnu.gtk.ComboBox - added the following methods
		setRowSeparatorMethod
		getRowSeparatorMethod
        org.gnu.gtk.Entry - added the following methods
                setAlignment, getAlignment,
                layoutIndexToTextIndex,
                TextIndexToLayoutIndex
	org.gnu.gtk.FileChooser - added the following methods
		setShowHidden, getShowHidden
	org.gnu.gtk.FileChooserDialog - added the following methods
		setShowHidden, getShowHidden
	org.gnu.gtk.FileChooserWidget - added the following methods
		setShowHidden, getShowHidden
	org.gnu.gtk.FileSelection - added the following methods
		getSelections,
		setSelectMultiple,
		getSelectMultiple
	org.gnu.gtk.IconName - added the following methods
		getIconName
		setIconName
	org.gnu.gtk.IconTheme - added the method getIconSizes
	org.gnu.gtk.Gtk - added the following methods
		getTrue, getFalse,
		mainIterationDo
		setKeySnoopMethod
		removeKeySnoopMethod
		propagateEvent
	org.gnu.gtk.GtkObject - added the sink method.
	org.gnu.gtk.Label - added the following methods
		setEllipsize
		getEllipsize
	org.gnu.gtk.Menu - added the getAttachedMenus method
	org.gnu.gtk.MenuShell - added the following method
		selectFirst,
		cancel
	org.gnu.gtk.MessageDialog - added the followign methods
		setSecondaryText
		setSecondaryMarkup
	org.gnu.gtk.ProgressBar - added the following methods
		setEllipsize
		getEllipsize
	org.gnu.gtk.Scale - added the following methods
		getLayout
		getLayoutOffsetX, getLayoutOffsetY,
		getDrawValue
	org.gnu.gtk.SelectionData - added the targetsIncludeImage method
	org.gnu.gtk.TextBuffer - added the backspace method
	org.gnu.gtk.ToolItem - added the rebuildMenu method
	org.gnu.gtk.TreeView - added the following methods
		setRowSeparatorMethod
		getRowSeparatorMethod
		getHAdjustment
		getVAdjustment
- Other
        Some JavaDoc generation cleanups.

-- 
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]