summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/stock_browser.c
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanupsMatthias Clasen2011-09-011-59/+59
* gtk-demo: Drop uses of GtkAlignmentMatthias Clasen2011-09-011-7/+4
* gtk-demo: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-151-3/+3
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-12/+4
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Don't include config.h in the examples.Matthias Clasen2004-11-161-1/+0
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Call the do_ functions with the toplevel as argument.Matthias Clasen2003-11-081-1/+3
* add deprecation compile flagsManish Singh2002-09-291-6/+6
* This commit adds stock icon functionality to GtkCellRendererPixbuf whichKristian Rietveld2002-04-221-25/+6
* Set a reasonable default height for the window.Owen Taylor2001-11-021-17/+53
* at Oct 20 19:38:16 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-10-201-2/+1
* remove unused enumHavoc Pennington2001-10-081-8/+0
* add editable_cells.c, list_store.c and tree_store.cKristian Rietveld2001-10-021-1/+1
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-8/+1
* demos/gtk-demo/stock_browser.c (id_to_macro): make the uppercasing work. (#59...Matthias Clasen2001-09-141-2/+1
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-14/+44
* Fix to use GtkSelectionMode. ditto ditto ditto.Jonathan Blandford2001-08-271-1/+1
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-4/+0
* gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.Matthias Clasen2001-08-171-1/+1
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-1/+1
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-4/+4
* Update signal name to be changed instead of selection_changed.Anders Carlsson2001-06-101-1/+1
* fix so that default icons are created if you call gtk_stock_list_ids()Havoc Pennington2001-05-251-2/+6
* forgot to add stock_browser.cHavoc Pennington2001-05-251-0/+516