1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
# C version (3.19.1) versus Ruby version
# Ruby version : is there already a ruby version of the demo
# Updated 3.19 : if there is a ruby version is it udapted to 3.19
# Changed? 3.20: does this demo has changed with version 3.20
#
C version Ruby version Updated 3.20
application.c no no
assistant.c ok ok
builder.c ok ok
button_box.c ok ok
changedisplay.c ok no
clipboard.c ok ok
colorsel.c ok ok
combobox.c no no
css_accordion.c ok ok
css_basics.c ok ok
css_multiplebgs.c ok ok
css_pixbufs.c ok ok
css_shadows.c ok ok
cursors.c ok ok
dialog.c ok ok
drawingarea.c ok ok
editable_cells.c ok ok
entry_buffer.c ok ok
entry_completion.c ok ok
event_axes.c no no
expander.c ok ok
filtermodel.c ok ok
flowbox.c no no
font_features.c ok ok
foreigndrawing no no
gestures.c no no
glarea.c ok ok
headerbar.c ok ok
hypertext.c ok ok
iconview.c ok ok
iconview_edit.c ok ok
images.c ok no
infobar.c ok ok
links.c ok ok
listbox.c ok ok
list_store.c ok ok
markup.c ok ok
menus.c ok ok
modelbutton.c ok ok
offscreen_window.c no no
offscreen_window2.c no no
overlay.c ok ok
overlay2.c ok ok
panes.c ok ok
pickers.c ok ok
pixbufs.c ok ok
popover.c ok ok
printing.c ok ok
revealer.c ok ok
rotated_text.c ok ok
scale.c ok ok
search_entry.c ok ok
search_entry2.c ok ok
shortcuts.c no no
sidebar.c ok ok
sizegroup.c ok ok
spinbutton.c ok ok
spinner.c ok ok
stack.c ok ok
textmask.c ok ok
textscroll.c ok ok
textview.c ok no
theming_style_classes.c ok ok
toolpalette.c no no
transparent.c ok ok
tree_store.c ok no
# Ruby version
Check all the ruby demos that doesn't correspond to a C version.
# Demo that are not to be done
pagesetup.c
|