gtk2/docs/reference/gtk/tmpl
Havoc Pennington 42f429be76 make this special-case hscale/vscale details, so we can use it for
2001-06-03  Havoc Pennington  <hp@pobox.com>

	* gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
	hscale/vscale details, so we can use it for scrollbar as well.

	* tests/testgtk.c (reformat_value): honor digits from GtkScale

	* gtk/gtkenums.h (GtkTroughType): Remove this enum
	(GtkScrollType): add START and END from GtkTroughType

	* gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
	its x/y arguments

	* gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
	gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
	gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
	gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
	gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.

	Notable changes in the process:

	- stepper_size style property is the height for vertical
	  ranges, width for horizontal; the other dimension matches
	  the trough size
	- add ability to do NeXT-style steppers (and several other styles
	  that don't make any sense)
	- added min_slider_length, fixed_slider_length properties to
          GtkScrollbar
        - cleaned some private (or at least useless) functions out of
          gtkscale.h
        - moved bindings to GtkScale from subclasses, even arrow keys,
	  since blind users don't know scale orientation.
        - change move_slider action signal to use new GtkScrollType,
	  remove GtkTroughType argument
	- digits rounds the values a range will input to the given
	  number of decimals, but will not try to force adjustment
	  values set by other controllers. That is, we no longer
	  modify adjustment->value inside a value_changed handler.
	- added getters for GtkScale setters
        - middle-click begins a slider drag
2001-06-04 02:31:12 +00:00
..
gtk-unused.sgml make hanlder id a gulong as in GSignal. 2001-05-27 18:30:30 +00:00
gtkaccelgroup.sgml Move gtk-reference files into GTK+ tree proper. 2000-09-07 18:17:06 +00:00
gtkaccellabel.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkadjustment.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkalignment.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkarg.sgml Move gtk-reference files into GTK+ tree proper. 2000-09-07 18:17:06 +00:00
gtkarrow.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkaspectframe.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkbbox.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtkbin.sgml New function 2001-05-25 03:42:40 +00:00
gtkbindings.sgml changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc() 2001-04-03 13:18:00 +00:00
gtkbox.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtkbutton.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtkcalendar.sgml Updates to new gtk-doc, gsignal, causing quite a bit of diffs but little 2000-10-29 08:03:34 +00:00
gtkcellrenderer.sgml Applied patch from Nils Barth (bug # 51041) to replace "gint" with 2001-03-16 20:12:40 +00:00
gtkcellrendererpixbuf.sgml New function. 2000-10-30 23:21:38 +00:00
gtkcellrenderertext.sgml New function. 2000-10-30 23:21:38 +00:00
gtkcellrenderertextpixbuf.sgml New function. 2000-10-30 23:21:38 +00:00
gtkcellrenderertoggle.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkcheckbutton.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtkcheckmenuitem.sgml *** empty log message *** 2001-03-29 21:17:45 +00:00
gtkclipboard.sgml New function. 2000-10-30 23:21:38 +00:00
gtkclist.sgml Added note explaining how the @button parameter is off by 1. (#6739) 2001-01-30 21:03:03 +00:00
gtkcolorsel.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkcolorseldlg.sgml Move gtk-reference files into GTK+ tree proper. 2000-09-07 18:17:06 +00:00
gtkcombo.sgml You can't use + as a metacharacter for basic regular expressions. (This 2001-03-03 23:29:50 +00:00
gtkcontainer.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtkctree.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkcurve.sgml CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkdata.sgml Delete. 2001-03-15 19:02:23 +00:00
gtkdialog.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtkdnd.sgml Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN 2001-04-17 18:12:46 +00:00
gtkdrawingarea.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkeditable.sgml cd to srcdir before calling gtkdoc-fixref, distribute index.sgml. 2000-11-14 16:36:20 +00:00
gtkentry.sgml *** empty log message *** 2001-03-29 21:17:45 +00:00
gtkenums.sgml make this special-case hscale/vscale details, so we can use it for 2001-06-04 02:31:12 +00:00
gtkeventbox.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkfeatures.sgml Move gtk-reference files into GTK+ tree proper. 2000-09-07 18:17:06 +00:00
gtkfilesel.sgml Apply property patch from Lee Mallabone 2001-03-23 23:39:24 +00:00
gtkfixed.sgml Add the intro docs section 2001-02-04 03:11:11 +00:00
gtkfontsel.sgml New function 2001-05-25 03:42:40 +00:00
gtkfontseldlg.sgml Move gtk-reference files into GTK+ tree proper. 2000-09-07 18:17:06 +00:00
gtkframe.sgml Apply property patch from Lee Mallabone 2001-03-23 23:39:24 +00:00
gtkgamma.sgml CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkgc.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkhandlebox.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkhbbox.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkhbox.sgml fixed minor error - using <em>. 1999-11-16 00:33:10 +00:00
gtkhpaned.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkhruler.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkhscale.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtkhscrollbar.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtkhseparator.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkiconfactory.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtkimage.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkimagemenuitem.sgml Reset style attributes even if the widget isn't realized. 2001-05-18 20:56:55 +00:00
gtkimcontext.sgml Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN 2001-04-17 18:12:46 +00:00
gtkimmulticontext.sgml cd to srcdir before calling gtkdoc-fixref, distribute index.sgml. 2000-11-14 16:36:20 +00:00
gtkinputdialog.sgml CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkinvisible.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkitem.sgml Updates to new gtk-doc, gsignal, causing quite a bit of diffs but little 2000-10-29 08:03:34 +00:00
gtkitemfactory.sgml some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. 2001-03-22 13:44:00 +00:00
gtklabel.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtklayout.sgml fixed a bunch of notifications, added reference counts around emissions 2001-04-01 04:05:42 +00:00
gtklist.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtklistitem.sgml Updates to new gtk-doc, gsignal, causing quite a bit of diffs but little 2000-10-29 08:03:34 +00:00
gtkliststore.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtkmain.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkmenu.sgml some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. 2001-03-22 13:44:00 +00:00
gtkmenubar.sgml fix warning 2001-04-28 00:12:47 +00:00
gtkmenuitem.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkmenushell.sgml Updates to new gtk-doc, gsignal, causing quite a bit of diffs but little 2000-10-29 08:03:34 +00:00
gtkmessagedialog.sgml Check in these docs, I seem to have written them a while ago then 2000-11-01 16:01:17 +00:00
gtkmisc.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtknotebook.sgml voc Pennington <hp@redhat.com> 2001-04-28 20:18:29 +00:00
gtkobject.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkoldeditable.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkoptionmenu.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkpacker.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkpaned.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtkpixmap.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkplug.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkpreview.sgml Move gtk-reference files into GTK+ tree proper. 2000-09-07 18:17:06 +00:00
gtkprogress.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkprogressbar.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtkradiobutton.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkradiomenuitem.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkrange.sgml make this special-case hscale/vscale details, so we can use it for 2001-06-04 02:31:12 +00:00
gtkrc.sgml Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
gtkruler.sgml CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkscale.sgml make this special-case hscale/vscale details, so we can use it for 2001-06-04 02:31:12 +00:00
gtkscrollbar.sgml Started. 2000-01-19 20:14:49 +00:00
gtkscrolledwindow.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkselection.sgml cd to srcdir before calling gtkdoc-fixref, distribute index.sgml. 2000-11-14 16:36:20 +00:00
gtkseparator.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkseparatormenuitem.sgml Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN 2001-04-17 18:12:46 +00:00
gtksettings.sgml Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN 2001-04-17 18:12:46 +00:00
gtksignal.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtksizegroup.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtksocket.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkspinbutton.sgml Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN 2001-04-17 18:12:46 +00:00
gtkstatusbar.sgml Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKEN 2001-04-17 18:12:46 +00:00
gtkstock.sgml get sizes an icon set can render without falling back to missing image 2001-05-25 20:41:46 +00:00
gtkstyle.sgml fix some shell typos 2001-05-07 15:58:47 +00:00
gtktable.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtktearoffmenuitem.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtktext.sgml bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktextbuffer.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtktextiter.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtktextmark.sgml fix up some docs 2001-03-23 22:21:06 +00:00
gtktexttag.sgml fix some shell typos 2001-05-07 15:58:47 +00:00
gtktexttagtable.sgml Updates to new gtk-doc, gsignal, causing quite a bit of diffs but little 2000-10-29 08:03:34 +00:00
gtktextview.sgml New function 2001-05-25 03:42:40 +00:00
gtkthemes.sgml cd to srcdir before calling gtkdoc-fixref, distribute index.sgml. 2000-11-14 16:36:20 +00:00
gtktipsquery.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtktogglebutton.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtktoolbar.sgml fix warning 2001-04-28 00:12:47 +00:00
gtktooltips.sgml Move gtk-reference files into GTK+ tree proper. 2000-09-07 18:17:06 +00:00
gtktree.sgml bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktreeitem.sgml Add note about GTK_ENABLE_BROKEN. 2001-04-25 16:34:09 +00:00
gtktreemodel.sgml use more elaborate variable names. 2001-04-03 04:29:58 +00:00
gtktreemodelsimple.sgml You can't use + as a metacharacter for basic regular expressions. (This 2001-03-03 23:29:50 +00:00
gtktreemodelsort.sgml Released Gtk+-1.3.3. 2001-04-04 07:20:41 +00:00
gtktreeselection.sgml You can't use + as a metacharacter for basic regular expressions. (This 2001-03-03 23:29:50 +00:00
gtktreestore.sgml got rid of gtk_widget_popup(), a function that bad needs to be nuked, not 2001-04-01 07:32:41 +00:00
gtktreeview.sgml CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtktreeviewcolumn.sgml make hanlder id a gulong as in GSignal. 2001-05-27 18:30:30 +00:00
gtktypeutils.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkvbbox.sgml Move gtk-reference files into GTK+ tree proper. 2000-09-07 18:17:06 +00:00
gtkvbox.sgml fixed minor error - using <em>. 1999-11-16 00:33:10 +00:00
gtkviewport.sgml Restore build. 2001-01-09 16:41:17 +00:00
gtkvpaned.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkvruler.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkvscale.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtkvscrollbar.sgml Add documentation about GtkSizeGroup. 2001-05-18 18:28:52 +00:00
gtkvseparator.sgml ran make templates, to fix problems with structs. 1999-09-22 21:30:57 +00:00
gtkwidget.sgml docs, fixes bug #54144 2001-05-11 17:13:44 +00:00
gtkwindow.sgml grum, gtk_type_class() is not GNUC_CONST it has the _important_ side 2001-05-10 23:22:15 +00:00