gtk/demos/gtk-demo
Stef Walter eab02f697a GtkEntryBuffer holds text for GtkEntry
Adds a 'model' type buffer for GtkEntry in which the actual
textual data is stored. GtkEntryBuffer can be subclassed.

Among other things, this allows GtkEntry to be used for secrets
that need to be stored in non-pageable memory. It also allows
buffers to be shared by entries.

See bug #576801.
2009-07-08 20:41:53 -05:00
..
alphatest.png fix some shell typos 2001-05-07 15:58:47 +00:00
apple-red.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
appwindow.c Add a message area widget 2009-06-05 18:00:26 -04:00
assistant.c More work on GtkAssistant by Carlos Garnacho: 2006-01-28 06:03:50 +00:00
background.jpg fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
builder.c Mark these functions with G_MODULE_EXPORT. 2008-04-08 14:06:17 +00:00
button_box.c Don't include config.h in the examples. 2004-11-16 15:49:17 +00:00
changedisplay.c demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.c 2008-08-11 19:12:58 +00:00
clipboard.c demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.c 2008-08-11 19:12:58 +00:00
colorsel.c Small formatting fix. 2006-04-17 15:08:04 +00:00
combobox.c Add a simple validation demo. Make it possible to add arbitrary children 2007-04-26 15:55:48 +00:00
demo-common.h Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore to 2001-11-23 21:46:44 +00:00
demo.ui Add translatable/context and comment attributes on <col> tags under a 2008-03-02 01:14:48 +00:00
dialog.c Don't include config.h in the examples. 2004-11-16 15:49:17 +00:00
drawingarea.c demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.c 2008-08-11 19:12:58 +00:00
editable_cells.c Fix 346375 2006-07-02 15:05:14 +00:00
entry_buffer.c GtkEntryBuffer holds text for GtkEntry 2009-07-08 20:41:53 -05:00
entry_completion.c End the search if the window is closed. 2009-01-18 15:50:29 +00:00
expander.c Don't include config.h in the examples. 2004-11-16 15:49:17 +00:00
floppybuddy.gif fix some shell typos 2001-05-07 15:58:47 +00:00
geninclude.pl.in Accept dashes in demo titles. 2005-07-12 15:28:45 +00:00
gnome-applets.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-calendar.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-foot.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-fs-directory.png Add a simple file browser based on the icon view. 2004-07-04 20:35:35 +00:00
gnome-fs-regular.png Add a simple file browser based on the icon view. 2004-07-04 20:35:35 +00:00
gnome-gimp.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-gmush.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnome-gsame.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gnu-keys.png fix to properly queue resizes when the image is set 2001-04-18 18:09:18 +00:00
gtk-logo-rgb.gif Handle case where we need to parse the xsetting as if it were an RC file 2001-06-04 23:15:51 +00:00
hypertext.c Fix up highlighting 2008-07-06 07:24:02 +00:00
iconview_edit.c Don't leak text. 2005-12-07 19:50:39 +00:00
iconview.c demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.c 2008-08-11 19:12:58 +00:00
images.c demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.c 2008-08-11 19:12:58 +00:00
infobar.c Bug 586691 – Better GtkInfoBar defaults 2009-06-25 15:23:40 -04:00
links.c Add a separate keybinding signal for activating links 2009-05-11 02:44:12 -04:00
list_store.c Don't include config.h in the examples. 2004-11-16 15:49:17 +00:00
main.c Fix deprecated glib call. 2009-02-17 18:57:05 +00:00
Makefile.am GtkEntryBuffer holds text for GtkEntry 2009-07-08 20:41:53 -05:00
makefile.msc.in updated 2004-11-21 21:01:28 +00:00
menus.c change_orientation() should return void, remove unused variable in 2005-07-07 00:25:18 +00:00
panes.c s/gtk_widget_[un]ref/g_object_[un]ref/g 2007-09-06 10:46:54 +00:00
pickers.c Add a demo showing all picker widgets. 2005-05-25 04:09:20 +00:00
pixbufs.c demos/gtk-demo/changedisplay.c demos/gtk-demo/clipboard.c 2008-08-11 19:12:58 +00:00
printing.c Improve printing example 2009-06-28 16:58:00 -04:00
rotated_text.c fix compile warnings 2009-06-17 10:28:03 +02:00
search_entry.c End the search if the window is closed. 2009-01-18 15:50:29 +00:00
sizegroup.c Don't include config.h in the examples. 2004-11-16 15:49:17 +00:00
stock_browser.c Don't include config.h in the examples. 2004-11-16 15:49:17 +00:00
textscroll.c don't use the deprecated gtk_box_pack_start_defaults(). 2008-08-11 11:23:06 +00:00
textview.c Don't do funny casts to avoid compiler warnings 2008-07-18 18:27:30 +00:00
tree_store.c Don't include config.h in the examples. 2004-11-16 15:49:17 +00:00
ui_manager.c Fix some leaks. (#348108, Chris Wilson) 2006-12-23 02:39:45 +00:00