gtk3/demos/gtk-demo
Phillip Wood 6b26464fbb Editable cells demo: Add new row at cursor
Adding rows to the bottom of the list is confusing as you cannot see
them if the window is small so it is not apparent that anything has
happened. Fix this by adding the new row immediately below the current
row and set the cursor on the new row so it is ready to be edited.

https://bugzilla.gnome.org/show_bug.cgi?id=721939
2014-12-07 18:53:30 -05:00
..
data Provide symbolic variants of app icons 2014-11-28 16:08:56 -05:00
alphatest.png
apple-red.png
application-standalone.c
application.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
application.ui gtk-demo: Use primary-toolbar style in the application example 2014-01-12 22:25:19 -05:00
assistant.c
background.jpg
brick2.png gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
brick.png gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
builder.c gtk3-demo: set primary-toolbar style class on primary toolbars 2014-02-17 23:44:49 -05:00
button_box.c gtk-demo: Fix expand button box demo 2014-07-09 13:19:36 -04:00
changedisplay.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
clipboard.c gtk-demo: Fix compile warnings 2013-06-26 15:51:31 +02:00
colorsel.c gtk-demo: Remove useless code in colorsel example 2014-10-03 06:48:18 +02:00
combobox.c gtk-demo: Properly override font color in combobox example 2014-10-03 06:38:21 +02:00
css_accordion.c
css_accordion.css
css_basics.c
css_basics.css
css_multiplebgs.c gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
css_multiplebgs.css gtk-demo: Add demo of hidpi css assets via -gtk-scaled() 2013-07-03 14:39:25 +02:00
css_pixbufs.c
css_pixbufs.css
css_shadows.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
css_shadows.css
cssview.css
demo.gresource.xml Add glarea demo to gtk3-demo 2014-10-13 10:43:31 -04:00
demo.ui gtk3-demo: Fix two issues with the builder demo 2014-01-31 15:44:46 -05:00
dialog.c demo: Add two buttons to the message dialog 2014-01-17 17:52:07 -05:00
drawingarea.c
editable_cells.c Editable cells demo: Add new row at cursor 2014-12-07 18:53:30 -05:00
entry_buffer.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
entry_completion.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
event_axes.c gtk-demo: Use title case consistently 2013-12-12 16:28:07 -05:00
expander.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
floppybuddy.gif
flowbox.c gtk-demo: Improve flowbox demo code 2014-10-03 06:45:38 +02:00
geninclude.pl.in
gestures.c gesturezoom: Just return a double in get_scale_delta() 2014-05-27 17:47:12 +02:00
glarea.c Add glarea demo to gtk3-demo 2014-10-13 10:43:31 -04:00
gnome-applets.png
gnome-calendar.png
gnome-foot.png
gnome-fs-directory.png
gnome-fs-regular.png
gnome-gimp.png
gnome-gmush.png
gnome-gsame.png
gnu-keys.png
gtk3-demo.desktop demo: Add desktop file 2013-11-05 14:14:58 -05:00
headerbar.c Fix a start/end mixup 2014-05-24 00:48:12 -04:00
hypertext.c gtk-demo: Drop uses of gdk_cursor_new() 2014-10-28 00:56:46 -04:00
iconview_edit.c Deprecate GdkColor 2014-05-22 09:09:55 -04:00
iconview.c gtk-demo: Fix underlines 2014-03-24 07:02:44 -04:00
images.c gtk-demo: Fix images demo 2014-04-12 20:40:27 -07:00
infobar.c demo: add a multi-line infobar example 2013-08-03 15:15:12 +02:00
links.c gtk-demo: Avoid a compiler warning 2014-04-12 22:13:40 -07:00
list_store.c gtk-demo: Drop use of deprecated api 2014-08-04 10:09:18 +02:00
listbox.c demo: use the installed named icon 2013-11-05 15:31:11 -05:00
listbox.ui Replace all margin-left and margin-right with margin-start and margin-end 2013-11-15 02:54:35 +01:00
main.c gtk3-demo: Use better text margins 2014-11-12 16:05:49 -05:00
main.ui gtk3-demo: Use better text margins 2014-11-12 16:05:49 -05:00
Makefile.am Drop remaining traces of GTK_UPDATE_ICON_CACHE build variable 2014-12-01 18:32:56 +01:00
makefile.msc.in Fix the build 2013-06-30 11:30:37 -04:00
menus.c
menus.ui
messages.txt
offscreen_window2.c Remove deprecation warnings from demos and tests 2014-01-24 21:08:59 -05:00
offscreen_window.c gtk3-demo: Don't use deprecated API 2014-10-07 00:48:30 -04:00
org.gtk.Demo.gschema.xml
overlay.c Replace all margin-left and margin-right with margin-start and margin-end 2013-11-15 02:54:35 +01:00
panes.c
pickers.c
pixbufs.c
popover.c popover: Add a "modal" boolean property to GtkPopover 2014-01-22 17:10:06 +01:00
popover.ui gtk-demo: Fix crash after running popovers demo 2014-01-22 17:10:06 +01:00
printing.c
reset.css
revealer.c gtk-demo: Make sure to clear the timeout when we stop it 2014-04-22 18:55:06 -04:00
revealer.ui Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
rotated_text.c gtk3-demo: Don't use deprecated API 2014-10-07 00:48:30 -04:00
search_entry2.c gtk3-demo: Adapt to GtkSearchEntry api changes 2013-07-28 21:51:45 -04:00
search_entry.c gtk-demo: Remove unused variable 2013-06-26 15:51:31 +02:00
sidebar.c gtk-demo: Make the sidebar demo scroll 2014-10-02 18:06:02 -04:00
sizegroup.c gtk3-demo: Don't leak in the sizegroup example 2014-05-13 15:50:23 -04:00
spinner.c Remove usage of stock APIs in demo 2013-06-24 14:50:01 -04:00
stack.c
stack.ui demo: use the installed named icon 2013-11-05 15:31:11 -05:00
textscroll.c gtk-demo: Improve text scroll example 2014-07-21 11:18:10 -04:00
textview.c gtk-demo: Replace old code 2014-10-03 06:59:14 +02:00
theming_style_classes.c
theming.ui
toolpalette.c gtk-demo: Only show non-symbolic icons in toolpalette 2014-06-30 13:28:46 -04:00
transparent.c gtk-demo: Remove unneeded code 2014-10-03 06:40:13 +02:00
tree_store.c gtk-demo: Drop use of deprecated api 2014-08-04 10:09:18 +02:00