[ruby-gnome2-doc-cvs] [Hiki] update - Status of Ruby/GTK

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2004年 5月 18日 (火) 03:38:51 JST


-------------------------
REMOTE_ADDR = 218.231.180.27
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp//?Status+of+Ruby%2FGTK
-------------------------
  = Status of Ruby/GTK
  
- {{status "Ruby/GTK", ["2.0"], "
- Main loop and Events|Gtk module|-|O
- Keyboard Accelerator Groups|Gtk::AccelGroup|GtkAccelGroup|O
- Keyboard Accelerator Groups|Gtk::Accelerator|GtkAccelerator|O|As a module.
- Keyboard Accelerator Groups|Gtk::AccelGroupEntry|GtkAccelGroupEntry|O
- Keyboard Accelerator Groups|Gtk::AccelKey|GtkAccelKey|O
- Accelerator Maps|Gtk::AccelMap|-|#|As a module. Done without Gtk::AccelMap.load_scanner.
- Clipboards|Gtk::Clipboard|GtkClipboard|O
- Drag and Drop|Gtk::Drag|-|O|As a module
- Stock Items|Gtk::Stock|Stock Items|O|As a module
- Themeable Stock Images|Gtk::IconFactory|GtkIconFactory|O
- Themeable Stock Images|Gtk::IconSet|GtkIconSet|O
- Themeable Stock Images|Gtk::IconSource|GtkIconSource|O
- Themeable Stock Images|Gtk::IconSize|Themeable Stock Images|O|As a module
- Resource Files|Gtk::RcStyle|GtkRcStyle|O
- Resource Files|Gtk::RC|-|#|As a module. Almost done except functions which need GScanner.
- Settings|Gtk::RcProperty|-|x| This is used internal only.
- Settings|Gtk::Settings|GtkSettings|O
- Bindings|Gtk::BindingSet|GtkBindingSet|O
- Bindings|Gtk::BindingEntry|GtkBindingEntry|x|This is used internal only.
- Bindings|Gtk::BindingSignal|GtkBindingSignal|x|This is used internal only.
- Bindings|Gtk::BindingArg|GtkBindingArg|x|This is used internal only.
- Standard Enumerations|Gtk module(constants)|-|O
- Graphics Contexts|Gtk::GC|-|x| Don't need this. Use Gdk::GC instead.
- Styles|Gtk::Style|GtkStyle|O
- Styles|Gtk::Border|GtkBorder|x| Use [left, right, top, bottom] instead.
- Selections|Gtk::Selection|-|O
- Selections|Gtk::TargetEntry|GtkTargetEntry|x| Use [target, flag, info] instead.
- Selections|Gtk::TargetList|GtkTargetList|O
- Selections|Gtk::TargetPair|GtkTargetPair|x| This is used internal only.
- Selections|Gtk::SelectionData|GtkSelectionData|O| GtkSelectionData is defined in GtkWidget. GtkSelection functions are defined in Selections.
- Version Information|Gtk module(constants)|-|O
- Signals|-|-|x|Obsolete. Use GLib::Signal instead.
- Types|-|-|x|Obsolete. Use GLib::Type instead.
- Windows|Gtk::Dialog|GtkDialog|O
- Windows|Gtk::Invisible|GtkInvisible|O
- Windows|Gtk::MessageDialog|GtkMessageDialog|O
- Windows|Gtk::Plug|GtkPlug|O
- Windows|Gtk::Window|GtkWindow|O
- Windows|Gtk::WindowGroup|GtkWindowGroup|O
- Display Widgets|Gtk::AccelLabel|GtkAccelLabel|O
- Display Widgets|Gtk::Image|GtkImage|O
- Display Widgets|Gtk::Label|GtkLabel|O
- Display Widgets|Gtk::ProgressBar|GtkProgressBar|O
- Display Widgets|Gtk::Statusbar|GtkStatusbar|O
- Buttons and Toggles|Gtk::Button|GtkButton|O
- Buttons and Toggles|Gtk::CheckButton|GtkCheckButton|O
- Buttons and Toggles|Gtk::RadioButton|GtkRadioButton|O
+ {{status "Ruby/GTK", ["2.0", "2.2", "2.4"], "
+ Main loop and Events|Gtk module|-|O|O|O
+ Keyboard Accelerator Groups|Gtk::AccelGroup|GtkAccelGroup|#|#|#|Done except Gtk::AccelGroup#activate
+ Keyboard Accelerator Groups|Gtk::Accelerator|GtkAccelerator|O|O|O|As a module.
+ Keyboard Accelerator Groups|Gtk::AccelGroupEntry|GtkAccelGroupEntry|O|O|O
+ Keyboard Accelerator Groups|Gtk::AccelKey|GtkAccelKey|O|O|O
+ Accelerator Maps|Gtk::AccelMap|-|#|#|#|As a module until 2.2. As a class since 2.4. Done without Gtk::AccelMap.load_scanner.
+ Clipboards|Gtk::Clipboard|GtkClipboard|O|O|#
+ Drag and Drop|Gtk::Drag|-|O|O|#|As a module
+ GtkIconTheme|Gtk::IconTheme|GtkIconTheme|-|-|-| 
+ Stock Items|Gtk::Stock|Stock Items|O|O|O|As a module
+ Themeable Stock Images|Gtk::IconFactory|GtkIconFactory|O|O|O
+ Themeable Stock Images|Gtk::IconSet|GtkIconSet|O|O|O
+ Themeable Stock Images|Gtk::IconSource|GtkIconSource|O|O|O
+ Themeable Stock Images|Gtk::IconSize|Themeable Stock Images|O|O|O|As a module
+ Resource Files|Gtk::RcStyle|GtkRcStyle|O|O|O
+ Resource Files|Gtk::RC|-|#|#|#|As a module. Almost done except functions which need GScanner.
+ Settings|Gtk::RcProperty|-|x|x|x| This is used internal only.
+ Settings|Gtk::Settings|GtkSettings|O|O|O
+ Bindings|Gtk::BindingSet|GtkBindingSet|O|O|O
+ Bindings|Gtk::BindingEntry|GtkBindingEntry|x|x|x|This is used internal only.
+ Bindings|Gtk::BindingSignal|GtkBindingSignal|x|x|x|This is used internal only.
+ Bindings|Gtk::BindingArg|GtkBindingArg|x|x|x|This is used internal only.
+ Standard Enumerations|Gtk module(constants)|-|O|O|O
+ Graphics Contexts|Gtk::GC|-|x|x|x| Don't need this. Use Gdk::GC instead.
+ Styles|Gtk::Style|GtkStyle|O|O|#
+ Styles|Gtk::Border|GtkBorder|x|x|x| Use [left, right, top, bottom] instead.
+ Selections|Gtk::Selection|-|O|#|#
+ Selections|Gtk::TargetEntry|GtkTargetEntry|x|x|x|Use [target, flag, info] instead.
+ Selections|Gtk::TargetList|GtkTargetList|O|O|O
+ Selections|Gtk::TargetPair|GtkTargetPair|x|x|x| This is used internal only.
+ Selections|Gtk::SelectionData|GtkSelectionData|O|O|O| GtkSelectionData is defined in GtkWidget. GtkSelection functions are defined in Selections.
+ Version Information|Gtk module(constants)|-|O|O|O
+ Signals|-|-|x|x|x|Obsolete. Use GLib::Signal instead.
+ Types|-|-|x|x|x|Obsolete. Use GLib::Type instead.
+ Windows|Gtk::Dialog|GtkDialog|O|O|O
+ Windows|Gtk::Invisible|GtkInvisible|O|O|O
+ Windows|Gtk::MessageDialog|GtkMessageDialog|O|O|#
+ Windows|Gtk::Window|GtkWindow|O|#|#
+ Windows|Gtk::WindowGroup|GtkWindowGroup|O|O|O
+ Display Widgets|Gtk::AccelLabel|GtkAccelLabel|O|O|O
+ Display Widgets|Gtk::Image|GtkImage|O|O|O
+ Display Widgets|Gtk::Label|GtkLabel|O|O|O
+ Display Widgets|Gtk::ProgressBar|GtkProgressBar|O|O|O
+ Display Widgets|Gtk::Statusbar|GtkStatusbar|O|O|#
+ Buttons and Toggles|Gtk::Button|GtkButton|O|O|#
+ Buttons and Toggles|Gtk::CheckButton|GtkCheckButton|O|O|O
+ Buttons and Toggles|Gtk::RadioButton|GtkRadioButton|O|O|O
  Buttons and Toggles|Gtk::ToggleButton|GtkToggleButton|O
- Numeric/Text Data Entry|Gtk::Entry|GtkEntry|O
- Numeric/Text Data Entry|Gtk::HScale|GtkHScale|O
- Numeric/Text Data Entry|Gtk::VScale|GtkVScale|O
- Numeric/Text Data Entry|Gtk::SpinButton|GtkSpinButton|O
- Numeric/Text Data Entry|Gtk::Editable|-|O|As a module
- Multiline Text Editor|Gtk::TextIter|GtkTextIter|O
- Multiline Text Editor|Gtk::TextMark|GtkTextMark|O
- Multiline Text Editor|Gtk::TextBuffer|GtkTextBuffer|O|Gtk::TextBuffer#get_insert doesn't implemented.
- Multiline Text Editor|Gtk::TextTag|GtkTextTag|O
- Multiline Text Editor|Gtk::TextAppearance|GtkTextAppearance|O|In GtkTextTag
- Multiline Text Editor|Gtk::TextAttributes|GtkTextAttributes|O|In GtkTextTag
- Multiline Text Editor|Gtk::TextTagTable|GtkTextTagTable|O
- Multiline Text Editor|Gtk::TextView|GtkTextView|O
- Multiline Text Editor|Gtk::TextChildAnchor|GtkTextChildAnchor|O|In GtkTextView
- Tree and List Widget|Gtk::TreeModel|GtkTreeModel|O
- Tree and List Widget|Gtk::TreeIter|GtkTreeIter|O|In GtkTreeModel
- Tree and List Widget|Gtk::TreePath|GtkTreePath|O|In GtkTreeModel
- Tree and List Widget|Gtk::TreeRowReference|GtkTreeRowReference|O|In GtkTreeModel
- Tree and List Widget|Gtk::TreeModelIface|GtkTreeModelIface|x|In GtkTreeModel. Don't need to implement.
- Tree and List Widget|Gtk::TreeSelection|GtkTreeSelection|O
- Tree and List Widget|Gtk::TreeViewColumn|GtkTreeViewColumn|O
- Tree and List Widget|Gtk::TreeView|GtkTreeView|O
- Tree and List Widget|Gtk::TreeDragDest|GtkTreeDragDest|O|As a module. GtkTreeView drag-and-drop
- Tree and List Widget|Gtk::TreeDragSource|GtkTreeDragSource|O|As a module. GtkTreeView drag-and-drop
- Tree and List Widget|Gtk::TreeDragDestIface|GtkTreeDragDestIface|x|GtkTreeView drag-and-drop
- Tree and List Widget|Gtk::TreeDragSourceIface|GtkTreeDragSourceIface|x|GtkTreeView drag-and-drop
- Tree and List Widget|Gtk::TreeSortable|GtkTreeSortable|O
- Tree and List Widget|Gtk::TreeModelSort|GtkTreeModelSort|O
- Tree and List Widget|Gtk::CellRenderer|GtkCellRenderer|O
- Tree and List Widget|Gtk::CellEditable|-|O|As a module
- Tree and List Widget|Gtk::CellRendererPixbuf|GtkCellRendererPixbuf|O
- Tree and List Widget|Gtk::CellRendererText|GtkCellRendererText|O
- Tree and List Widget|Gtk::CellRendererToggle|GtkCellRendererToggle|O
- Tree and List Widget|Gtk::ListStore|GtkListStore|O
- Tree and List Widget|Gtk::TreeStore|GtkTreeStore|O
- Menus, Combo Box, Toolbar|Gtk::Combo|GtkCombo|O
- Menus, Combo Box, Toolbar|Gtk::ItemFactory|GtkItemFactory|O|We shouldn't implement other methods, maybe. 
- Menus, Combo Box, Toolbar|Gtk::Menu|GtkMenu|O
- Menus, Combo Box, Toolbar|Gtk::MenuBar|GtkMenuBar|O
- Menus, Combo Box, Toolbar|Gtk::MenuShell|GtkMenuShell|O
- Menus, Combo Box, Toolbar|Gtk::MenuItem|GtkMenuItem|O
- Menus, Combo Box, Toolbar|Gtk::OptionMenu|GtkOptionMenu|O
- Menus, Combo Box, Toolbar|Gtk::CheckMenuItem|GtkCheckMenuItem|O
- Menus, Combo Box, Toolbar|Gtk::RadioMenuItem|GtkRadioMenuItem|O
- Menus, Combo Box, Toolbar|Gtk::ImageMenuItem|GtkImageMenuItem|O
- Menus, Combo Box, Toolbar|Gtk::SeparatorMenuItem|GtkSeparatorMenuItem|O
- Menus, Combo Box, Toolbar|Gtk::TearoffMenuItem|GtkTearoffMenuItem|O
- Menus, Combo Box, Toolbar|Gtk::Toolbar|GtkToolbar|O
- Selectors|Gtk::ColorSelection|GtkColorSelection|O
- Selectors|Gtk::ColorSelectionDialog|GtkColorSelectionDialog|O
- Selectors|Gtk::FileSelection|GtkFileSelection|O
- Selectors|Gtk::FontSelection|GtkFontSelection|O
- Selectors|Gtk::FontSelectionDialog|GtkFontSelectionDialog|O
- Selectors|Gtk::InputDialog|GtkInputDialog|O
- Layout Containers|Gtk::Alignment|GtkAlignment|O
- Layout Containers|Gtk::AspectFrame|GtkAspectFrame|O
- Layout Containers|Gtk::HBox|GtkHBox|O
- Layout Containers|Gtk::VBox|GtkVBox|O
- Layout Containers|Gtk::HButtonBox|GtkHButtonBox|O
- Layout Containers|Gtk::VButtonBox|GtkVButtonBox|O
- Layout Containers|Gtk::Fixed|GtkFixed|O
- Layout Containers|Gtk::HPaned|GtkHPaned|O
- Layout Containers|Gtk::VPaned|GtkVPaned|O
- Layout Containers|Gtk::Layout|GtkLayout|O
- Layout Containers|Gtk::Notebook|GtkNotebook|O
- Layout Containers|Gtk::NotebookPage|GtkNotebookPage|O
- Layout Containers|Gtk::Table|GtkTable|O
- Ornaments|Gtk::Frame|GtkFrame|O
- Ornaments|Gtk::HSeparator|GtkHSeparator|O
- Ornaments|Gtk::VSeparator|GtkVSeparator|O
- Scrolling|Gtk::HScrollbar|GtkHScrollbar|O
- Scrolling|Gtk::VScrollbar|GtkVScrollbar|O
- Scrolling|Gtk::ScrolledWindow|GtkScrolledWindow|O
- Miscellaneous|Gtk::Adjustment|GtkAdjustment|O
- Miscellaneous|Gtk::Arrow|GtkArrow|O
- Miscellaneous|Gtk::Calendar|GtkCalendar|O
- Miscellaneous|Gtk::DrawingArea|GtkDrawingArea|O
- Miscellaneous|Gtk::EventBox|GtkEventBox|O
- Miscellaneous|Gtk::HandleBox|GtkHandleBox|O
- Miscellaneous|Gtk::IMContext|GtkIMContext|O
- Miscellaneous|Gtk::IMContextSimple|GtkIMContextSimple|O
- Miscellaneous|Gtk::IMMulticontext|GtkIMMulticontext|O
- Miscellaneous|Gtk::SizeGroup|GtkSizeGroup|O
- Miscellaneous|Gtk::Tooltips|GtkTooltips|O
- Miscellaneous|Gtk::Viewport|GtkViewport|O
- Miscellaneous|Gtk::Accessible|GtkAccessible|O|AtkObject
- Abstract Base Classes|Gtk::Bin|GtkBin|O
- Abstract Base Classes|Gtk::Box|GtkBox|O
- Abstract Base Classes|Gtk::ButtonBox|GtkButtonBox|O
- Abstract Base Classes|Gtk::Container|GtkContainer|O
- Abstract Base Classes|Gtk::Item|GtkItem|O
- Abstract Base Classes|Gtk::Misc|GtkMisc|O
- Abstract Base Classes|Gtk::Object|GtkObject|O
- Abstract Base Classes|Gtk::Paned|GtkPaned|O
- Abstract Base Classes|Gtk::Range|GtkRange|O
- Abstract Base Classes|Gtk::Scale|GtkScale|O
- Abstract Base Classes|Gtk::Scrollbar|GtkScrollbar|O
- Abstract Base Classes|Gtk::Separator|GtkSeparator|O
- Abstract Base Classes|Gtk::Widget|GtkWidget|O
- Abstract Base Classes|Gtk::Requisition|GtkRequisition|x|Use [width, height] instead. included GtkWidget
- Abstract Base Classes|Gtk::Allocation|GtkAllocation|O|included GtkWidget
- Abstract Base Classes|Gtk::WidgetAuxInfo|GtkWidgetAuxInfo|x|Use internal only. included GtkWidget
- Abstract Base Classes|Gtk::WidgetShapeInfo|GtkWidgetShapeInfo|x|Use internal only. included GtkWidget
- Cross-process Embedding|Gtk::Socket|GtkSocket|O
- Special-purpose features|Gtk::Curve|GtkCurve|O
- Special-purpose features|Gtk::GammaCurve|GtkGammaCurve|O|Will this be obsoleted by GTK+?
- Special-purpose features|Gtk::Ruler|GtkRuler|O
- Special-purpose features|Gtk::HRuler|GtkHRuler|O
- Special-purpose features|Gtk::VRuler|GtkVRuler|O
- Deprecated|Gtk::CList|GtkCList|x
- Deprecated|Gtk::CTree|GtkCTree|x
- Deprecated|Gtk::List|GtkList|x
- Deprecated|Gtk::ListItem|GtkListItem|x
- Deprecated|Gtk::Pixmap|GtkPixmap|x
- Deprecated|Gtk::Progress|GtkProgress|O|Deprecated, but this used super class of Gtk::ProgressBar.
- Deprecated|Gtk::Preview|GtkPreview|x
- Deprecated|Gtk::OldEditable|GtkOldEditable|x
- Deprecated|Gtk::Text|GtkText|x
- Deprecated|Gtk::TipsQuery|GtkTipsQuery|x
- Deprecated|Gtk::Tree|GtkTree|x
- Deprecated|Gtk::TreeItem|GtkTreeItem|x
+ Numeric/Text Data Entry|Gtk::Entry|GtkEntry|O|O|#
+ Numeric/Text Data Entry|Gtk::EntryCompletion|GtkEntryCompletion|-|-|-|Since 2.4
+ Numeric/Text Data Entry|Gtk::HScale|GtkHScale|O|O|O
+ Numeric/Text Data Entry|Gtk::VScale|GtkVScale|O|O|O
+ Numeric/Text Data Entry|Gtk::SpinButton|GtkSpinButton|O|O|O
+ Numeric/Text Data Entry|Gtk::Editable|-|O|O|O|As a module
+ Multiline Text Editor|Gtk::TextIter|GtkTextIter|O|O|#
+ Multiline Text Editor|Gtk::TextMark|GtkTextMark|O|O|O
+ Multiline Text Editor|Gtk::TextBuffer|GtkTextBuffer|O|O|#|Gtk::TextBuffer#get_insert doesn't implemented.
+ Multiline Text Editor|Gtk::TextTag|GtkTextTag|O|O|O
+ Multiline Text Editor|Gtk::TextAppearance|GtkTextAppearance|O|O|O|In GtkTextTag
+ Multiline Text Editor|Gtk::TextAttributes|GtkTextAttributes|O|O|O|In GtkTextTag
+ Multiline Text Editor|Gtk::TextTagTable|GtkTextTagTable|O|O|O
+ Multiline Text Editor|Gtk::TextView|GtkTextView|O|O|#
+ Multiline Text Editor|Gtk::TextChildAnchor|GtkTextChildAnchor|O|O|O|In GtkTextView
+ Tree and List Widget|Gtk::TreeModel|GtkTreeModel|O|O|O
+ Tree and List Widget|Gtk::TreeIter|GtkTreeIter|O|O|O|In GtkTreeModel
+ Tree and List Widget|Gtk::TreePath|GtkTreePath|O|#|#|In GtkTreeModel
+ Tree and List Widget|Gtk::TreeRowReference|GtkTreeRowReference|O|#|#|In GtkTreeModel
+ Tree and List Widget|Gtk::TreeModelIface|GtkTreeModelIface|x|x|x|In GtkTreeModel. Don't need to implement.
+ Tree and List Widget|Gtk::TreeSelection|GtkTreeSelection|O|O|#
+ Tree and List Widget|Gtk::TreeViewColumn|GtkTreeViewColumn|O|O|#
+ Tree and List Widget|Gtk::TreeView|GtkTreeView|O|O|O
+ Tree and List Widget|Gtk::TreeDragDest|GtkTreeDragDest|O|O|O|As a module. GtkTreeView drag-and-drop
+ Tree and List Widget|Gtk::TreeDragSource|GtkTreeDragSource|O|O|O|As a module. GtkTreeView drag-and-drop
+ Tree and List Widget|Gtk::TreeDragDestIface|GtkTreeDragDestIface|x|x|x|GtkTreeView drag-and-drop
+ Tree and List Widget|Gtk::TreeDragSourceIface|GtkTreeDragSourceIface|x|x|x|GtkTreeView drag-and-drop
+ Tree and List Widget|Gtk::TreeSortable|GtkTreeSortable|O|O|O
+ Tree and List Widget|Gtk::TreeModelSort|GtkTreeModelSort|O|O|O
+ Tree and List Widget|Gtk::TreeModelFilter|GtkTreeModelFilter|-|-|-|Since 2.4
+ Tree and List Widget|Gtk::CellLayout|GtkCellLayout|-|-|-|Since 2.4
+ Tree and List Widget|Gtk::CellRenderer|GtkCellRenderer|O|O|#
+ Tree and List Widget|Gtk::CellEditable|-|O|O|O|As a module
+ Tree and List Widget|Gtk::CellRendererPixbuf|GtkCellRendererPixbuf|O|O|O
+ Tree and List Widget|Gtk::CellRendererText|GtkCellRendererText|O|O|O
+ Tree and List Widget|Gtk::CellRendererToggle|GtkCellRendererToggle|O|O|O
+ Tree and List Widget|Gtk::ListStore|GtkListStore|O|O|O
+ Tree and List Widget|Gtk::TreeStore|GtkTreeStore|O|O|O
+ Menus, Combo Box, Toolbar|Gtk::Combo|GtkCombo|O|O|-|Yet another implementation since 2.4
+ Menus, Combo Box, Toolbar|Gtk::ComboEntry|GtkComboEntry|-|-|-|Since 2.4
+ Menus, Combo Box, Toolbar|Gtk::Menu|GtkMenu|O|#|#
+ Menus, Combo Box, Toolbar|Gtk::MenuBar|GtkMenuBar|O|O|O
+ Menus, Combo Box, Toolbar|Gtk::MenuItem|GtkMenuItem|O|O|O
+ Menus, Combo Box, Toolbar|Gtk::MenuShell|GtkMenuShell|O|#|#
+ Menus, Combo Box, Toolbar|Gtk::ImageMenuItem|GtkImageMenuItem|O|O|O
+ Menus, Combo Box, Toolbar|Gtk::RadioMenuItem|GtkRadioMenuItem|O|O|#
+ Menus, Combo Box, Toolbar|Gtk::CheckMenuItem|GtkCheckMenuItem|O|O|#
+ Menus, Combo Box, Toolbar|Gtk::SeparatorMenuItem|GtkSeparatorMenuItem|O|O|O
+ Menus, Combo Box, Toolbar|Gtk::TearoffMenuItem|GtkTearoffMenuItem|O|O|O
+ Menus, Combo Box, Toolbar|Gtk::Toolbar|GtkToolbar|O|O|#
+ Menus, Combo Box, Toolbar|Gtk::ToolItem|GtkToolItem|-|-|-|Since 2.4
+ Menus, Combo Box, Toolbar|Gtk::SeparatorToolItem|GtkSeparatorToolItem|-|-|-|Since 2.4
+ Menus, Combo Box, Toolbar|Gtk::ToolButton|GtkToolButton|-|-|-|Since 2.4
+ Menus, Combo Box, Toolbar|Gtk::ToggleToolButton|GtkToggleToolButton|-|-|-|Since 2.4
+ Menus, Combo Box, Toolbar|Gtk::RadioToolButton|GtkRadioToolButton|-|-|-|Since 2.4
+ Action-based menus and toolbars|Gtk::UIManager|GtkUIManager|-|-|-|Since 2.4
+ Action-based menus and toolbars|Gtk::ActionGroup|GtkActionGroup|-|-|-|Since 2.4
+ Action-based menus and toolbars|Gtk::Action|GtkAction|-|-|-|Since 2.4
+ Action-based menus and toolbars|Gtk::ToggleAction|GtkToggleAction|-|-|-|Since 2.4
+ Action-based menus and toolbars|Gtk::RadioAction|GtkRadioAction|-|-|-|Since 2.4
+ Selectors|Gtk::ColorButton|GtkColorButton|-|-|-|Since 2.4
+ Selectors|Gtk::ColorSelection|GtkColorSelection|O|#|#
+ Selectors|Gtk::ColorSelectionDialog|GtkColorSelectionDialog|O|O|O
+ Selectors|Gtk::FileSelection|GtkFileSelection|O|O|O
+ Selectors|Gtk::FileChooser|GtkFileChooser|-|-|#|Since 2.4
+ Selectors|Gtk::FileChooserDialog|GtkFileChooserDialog|-|-|O|Since 2.4
+ Selectors|Gtk::FileChooserWidget|GtkFileChooserWidget|-|-|-|Since 2.4
+ Selectors|Gtk::FileFilter|GtkFileFilter|-|-|#|Since 2.4
+ Selectors|Gtk::FontButton|GtkFontButton|-|-|-|Since 2.4
+ Selectors|Gtk::FontSelection|GtkFontSelection|O|O|O
+ Selectors|Gtk::FontSelectionDialog|GtkFontSelectionDialog|O|O|O
+ Selectors|Gtk::InputDialog|GtkInputDialog|O|O|O
+ Layout Containers|Gtk::Alignment|GtkAlignment|O|O|#
+ Layout Containers|Gtk::AspectFrame|GtkAspectFrame|O|O|O
+ Layout Containers|Gtk::HBox|GtkHBox|O|O|O
+ Layout Containers|Gtk::VBox|GtkVBox|O|O|O
+ Layout Containers|Gtk::HButtonBox|GtkHButtonBox|O|O|O
+ Layout Containers|Gtk::VButtonBox|GtkVButtonBox|O|O|O
+ Layout Containers|Gtk::Fixed|GtkFixed|O|O|O
+ Layout Containers|Gtk::HPaned|GtkHPaned|O|O|O
+ Layout Containers|Gtk::VPaned|GtkVPaned|O|O|O
+ Layout Containers|Gtk::Layout|GtkLayout|O|O|O
+ Layout Containers|Gtk::Notebook|GtkNotebook|O|O|#
+ Layout Containers|Gtk::NotebookPage|GtkNotebookPage|O|O|O
+ Layout Containers|Gtk::Table|GtkTable|O|O|O
+ Layout Containers|Gtk::Expander|GtkExpander|-|-|-|Since 2.4
+ Ornaments|Gtk::Frame|GtkFrame|O|O|O
+ Ornaments|Gtk::HSeparator|GtkHSeparator|O|O|O
+ Ornaments|Gtk::VSeparator|GtkVSeparator|O|O|O
+ Scrolling|Gtk::HScrollbar|GtkHScrollbar|O|O|O
+ Scrolling|Gtk::VScrollbar|GtkVScrollbar|O|O|O
+ Scrolling|Gtk::ScrolledWindow|GtkScrolledWindow|O|O|O
+ Miscellaneous|Gtk::Adjustment|GtkAdjustment|O|O|O
+ Miscellaneous|Gtk::Arrow|GtkArrow|O|O|O
+ Miscellaneous|Gtk::Calendar|GtkCalendar|O|O|#
+ Miscellaneous|Gtk::DrawingArea|GtkDrawingArea|O|O|O
+ Miscellaneous|Gtk::EventBox|GtkEventBox|O|O|O
+ Miscellaneous|Gtk::HandleBox|GtkHandleBox|O|O|O
+ Miscellaneous|Gtk::IMContextSimple|GtkIMContextSimple|O|O|O
+ Miscellaneous|Gtk::IMMulticontext|GtkIMMulticontext|O|O|O
+ Miscellaneous|Gtk::SizeGroup|GtkSizeGroup|O|O|O
+ Miscellaneous|Gtk::Tooltips|GtkTooltips|O|O|#
+ Miscellaneous|Gtk::Viewport|GtkViewport|O|O|O
+ Miscellaneous|Gtk::Accessible|GtkAccessible|O|O|O|AtkObject
+ Abstract Base Classes|Gtk::Bin|GtkBin|O|O|O
+ Abstract Base Classes|Gtk::Box|GtkBox|O|O|O
+ Abstract Base Classes|Gtk::ButtonBox|GtkButtonBox|O|O|O
+ Abstract Base Classes|Gtk::Container|GtkContainer|O|O|O
+ Abstract Base Classes|Gtk::Item|GtkItem|O|O|O
+ Abstract Base Classes|Gtk::Misc|GtkMisc|O|O|O
+ Abstract Base Classes|Gtk::Object|GtkObject|O|O|O
+ Abstract Base Classes|Gtk::Paned|GtkPaned|O|O|#
+ Abstract Base Classes|Gtk::Range|GtkRange|O|O|O
+ Abstract Base Classes|Gtk::Scale|GtkScale|O|O|#
+ Abstract Base Classes|Gtk::Scrollbar|GtkScrollbar|O|O|O
+ Abstract Base Classes|Gtk::Separator|GtkSeparator|O|O|O
+ Abstract Base Classes|Gtk::Widget|GtkWidget|O|#|#
+ Abstract Base Classes|Gtk::IMContext|GtkIMContext|O|O|O
+ Abstract Base Classes|Gtk::Requisition|GtkRequisition|x|x|x|Use [width, height] instead. included GtkWidget
+ Abstract Base Classes|Gtk::Allocation|GtkAllocation|O|O|O|included GtkWidget
+ Abstract Base Classes|Gtk::WidgetAuxInfo|GtkWidgetAuxInfo|x|x|x|Use internal only. included GtkWidget
+ Abstract Base Classes|Gtk::WidgetShapeInfo|GtkWidgetShapeInfo|x|x|x|Use internal only. included GtkWidget
+ Cross-process Embedding|Gtk::Socket|GtkSocket|O|O|O
+ Cross-process Embedding|Gtk::Plug|GtkPlug|O|O|O
+ Special-purpose features|Gtk::Curve|GtkCurve|O|O|O
+ Special-purpose features|Gtk::GammaCurve|GtkGammaCurve|O|O|O|Will this be obsoleted by GTK+?
+ Special-purpose features|Gtk::Ruler|GtkRuler|O|O|O
+ Special-purpose features|Gtk::HRuler|GtkHRuler|O|O|O
+ Special-purpose features|Gtk::VRuler|GtkVRuler|O|O|O
+ Deprecated|Gtk::CList|GtkCList|x|x|x
+ Deprecated|Gtk::CTree|GtkCTree|x|x|x
+ Deprecated|Gtk::List|GtkList|x|x|x
+ Deprecated|Gtk::ListItem|GtkListItem|x|x|x
+ Deprecated|Gtk::Pixmap|GtkPixmap|x|x|x
+ Deprecated|Gtk::Progress|GtkProgress|O|O|O|Deprecated, but this used super class of Gtk::ProgressBar.
+ Deprecated|Gtk::Preview|GtkPreview|x|x|x
+ Deprecated|Gtk::OldEditable|GtkOldEditable|x|x|x
+ Deprecated|Gtk::Text|GtkText|x|x|x
+ Deprecated|Gtk::TipsQuery|GtkTipsQuery|x|x|x
+ Deprecated|Gtk::Tree|GtkTree|x|x|x
+ Deprecated|Gtk::TreeItem|GtkTreeItem|x|x|x
+ Deprecated|Gtk::OptionMenu|GtkOptionMenu|O|O|O|Depricated since 2.4. 
+ Deprecated|Gtk::ItemFactory|GtkItemFactory|O|O|O|Depricated since 2.4. We shouldn't implement other methods, maybe. 
  "}}





ruby-gnome2-cvs メーリングリストの案内
Back to archive index