Ruby-GNOME2 Milestones and Status Matrix

LastModified $Date: 2003/01/12 18:11:18 $

Status Key

Matrix

GDK

class/module nameC TypeStatusComments
Gdk module-#General. Some constants moved to several classes.
Gdk::DeviceGdkDevice-
Gdk::DisplayGdkDisplay-
Gdk::ScreenGdkScreen-
-GdkPoint-Use Array [x,y] instead.
Gdk::RectangleGdkRectangleO
Gdk::RegionGdkRegionO
Gdk::RegionGdkSpanO
Gdk::GCGdkGC#Don't implement GdkGCValues. But it may be better to implement getters for attributes of GdkGCValues.
Gdk::DrawableGdkDrawableORemoved GdkRGB methods(differ from Ruby/GTK).
-GdkSegment-Use Array [x1, y1, x2, y2] instead.
Gdk::PixmapGdkPixmapO
Gdk::BitmapGdkBitmapObsoleteUse Gdk::Pixmap(depth = 1) instead.
Gdk::RGBGdkRGB#As module
Gdk::ImageGdkImage#
Gdk::PixbufGdkPixbuf-
Gdk::PixbufAnimationGdkPixbufAnimation-
Gdk::ColorGdkColor#
Gdk::ColormapGdkColormap#
Gdk::VisualGdkVisual#
Gdk::FontGdkFont-Obsolete
Gdk::CursorGdkCursor#
Gdk::GeometryGdkGeometry#
Gdk::WindowGdkWindow#Include Some General/Properties function (pointer|keyboard)_(grab|ungrab).
Constants were all done.
Gdk::EventGdkEvent#Constants were all done.
Gdk::EventAnyGdkEventAny#
Gdk::EventKeyGdkEventKey#
Gdk::EventButtonGdkEventButton#
Gdk::EventScrollGdkEventScroll#
Gdk::EventMotionGdkEventMotion#
Gdk::EventExposeGdkEventExpose#
Gdk::EventVisibilityGdkEventVisibility#
Gdk::EventCrossingGdkEventCrossing#
Gdk::EventFocusGdkEventFocus#
Gdk::EventConfigureGdkEventConfigure#
Gdk::EventPropertyGdkEventProperty#
Gdk::EventSelectionGdkEventSelection#
Gdk::EventDNDGdkEventDND#
Gdk::EventProximityGdkEventProximity#
Gdk::EventClientGdkEventClient#
Gdk::EventNoExposeGdkEventNoExpose#
Gdk::EventWindowStateGdkEventWindowState#
Gdk::EventSettingGdkEventSetting#
Gdk::Keyval-#
Gdk::KeymapGdkKeymap-
Gdk::SelectionGdkSelection#As module
Gdk::TargetGdkTarget-Obsolete
Gdk::DragContextGdkDragContext#
Gdk::AtomGdkAtom#
Gdk::Property--Include to Gdk::Window
Gdk::SpanGdkSpan-
Gdk::PangoPango InteractionOAs module. Add Pango::Context.set_colormap, Pango::Layout#get_clip_region, Pango::LayoutLine#get_clip_region.
Gdk::Pango::EmbossedPango InteractionO
Gdk::Pango::StipplePango InteractionO
Gdk::X11--