summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.h
Commit message (Collapse)AuthorAgeFilesLines
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+10
| | | | Add annotations to all exported functions in GTK+ headers.
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* GtkScaleButton: Move public members to private structureJavier Jardón2010-07-131-4/+1
|
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
| | | | ...and disallow inclusion of individual files unconditionally.
* Remove deprecated GtkScaleButton functionsChristian Dywan2010-05-031-8/+0
|
* Bug 566532 – GtkScaleButton implementation of GtkOrientableChristian Dywan2009-01-131-3/+8
| | | | | | | | | | | | | | 2009-01-13 Christian Dywan <christian@imendio.com> Bug 566532 – GtkScaleButton implementation of GtkOrientable * gtk/gtk.symbols: * gtk/gtkscalebutton.c (gtk_scale_button_class_init), (gtk_scale_button_set_property): * gtk/gtkscalebutton.h: Deprecate gtk_scale_button_get_orientation in favour of implementing GtkOrientable. Patch by Bruce Cowan. svn path=/trunk/; revision=22112
* Bug 539944 – Add GtkScaleButton API so struct fields can be marked asMichael Natterer2008-07-041-18/+20
| | | | | | | | | | | | | | 2008-07-04 Michael Natterer <mitch@imendio.com> Bug 539944 – Add GtkScaleButton API so struct fields can be marked as private * gtk/gtk.symbols * gtk/gtkscalebutton.[ch]: add gtk_scale_button_get_plus_button() and _get_minus_button(). Patch by Christian Dywan. svn path=/trunk/; revision=20757
* Add gtk_scale_button_get_popupMatthias Clasen2008-07-031-0/+1
| | | | svn path=/trunk/; revision=20748
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* forgot to commit the header, fixed now.Michael Natterer2008-07-011-14/+17
| | | | | | | | | 2008-07-01 Michael Natterer <mitch@imendio.com> * gtk/gtkscalebutton.h: forgot to commit the header, fixed now. svn path=/trunk/; revision=20719
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Revert GtkScaleButton accesses for plus/minus buttons, as per #539944Johan Dahlin2008-06-241-2/+0
| | | | svn path=/trunk/; revision=20682
* Add missing accessor for sealed fields GtkScaleButton->plus_button andJohan Dahlin2008-06-201-0/+2
| | | | | | | | | | | | | | 2008-06-20 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk.symbols: * gtk/gtkscalebutton.c (gtk_scale_button_get_plus_button), (gtk_scale_button_get_minus_button): * gtk/gtkscalebutton.h: Add missing accessor for sealed fields GtkScaleButton->plus_button and minus_button. svn path=/trunk/; revision=20648
* gtk/gtkaccellabel.h gtk/gtkactiongroup.h gtk/gtkalignment.h gtk/gtkarrow.hMichael Natterer2008-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | | 2008-06-20 Michael Natterer <mitch@imendio.com> * gtk/gtkaccellabel.h * gtk/gtkactiongroup.h * gtk/gtkalignment.h * gtk/gtkarrow.h * gtk/gtkaspectframe.h * gtk/gtkbin.h * gtk/gtkhandlebox.h * gtk/gtkprogressbar.h * gtk/gtkrange.h * gtk/gtkscale.h * gtk/gtkscalebutton.h * gtk/gtkselection.h: fix some formatting and spacing uglyness that got merged from the GSEAL branch. svn path=/trunk/; revision=20643
* Seal priv pointer in GtkScaleButton.Tim Janik2008-06-201-1/+1
| | | | svn path=/trunk/; revision=20580
* Seal GtkScaleButton public fieldsTim Janik2008-06-201-2/+2
| | | | | | * gtk/gtkscalebutton.h: Deprecate direct access through GSEAL(). svn path=/trunk/; revision=20495
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-28 Michael Natterer <mitch@imendio.com> * gtk/gtk.h: define __GTK_H_INSIDE__ around including all other headers. * gtk/gtktypebuiltins.h.template * gtk/gtkversion.h.in * gtk/gtk*.h: add single-include guards that #error out if GTK_DISABLE_SINGLE_INCLUDES is defined and any of these files is included individually. * gtk/gtkprintbackend.h * gtk/gtkprinter-private.h * gtk/gtktextlayout.h * gtk/gtktexttagprivate.h * gtk/gtktexttypes.h * gtk/gtktreedatalist.h: include <gtk/gtk.h> instead of individual headers in these private or semi-private headers. * gtk/gtkimmodule.h: also here because it's not in gtk.h. * gtk/gtkpagesetupunixdialog.h * gtk/gtkprinter.h * gtk/gtkprintjob.h * gtk/gtkprintunixdialog.h: likewise in the gtkunixprint headers. * gtk/gtkclist.h * gtk/gtkcombo.h * gtk/gtkctree.h * gtk/gtkfilesel.h * gtk/gtkitemfactory.h * gtk/gtklist.h * gtk/gtklistitem.h * gtk/gtkoldeditable.h * gtk/gtkoptionmenu.h * gtk/gtkpixmap.h * gtk/gtkpreview.h * gtk/gtksignal.h * gtk/gtktipsquery.h: whenever possible, include only <gtk/gtk.h> instead of individual headers in these deprecated headers. They don't get included at all when GTK_DISABLE_DEPRECATED is defined, so if an app needs them anyway, it must undef GTK_DISABLE_DEPRECATED and include them individually, which should continue to work. * gtk/gtkclist.c: include "gtkctree.h" because of the change above. svn path=/trunk/; revision=20221
* gtk/gtkcellrenderercombo.h gtk/gtkcellrendererspin.h style cleanups forMichael Natterer2008-05-051-14/+14
| | | | | | | | | | | | | | | | | 2008-05-05 Michael Natterer <mitch@imendio.com> * gtk/gtkcellrenderercombo.h * gtk/gtkcellrendererspin.h * gtk/gtkfilechooserbutton.h: style cleanups for the sake of consistency. * gtk/gtkfilechooserdialog.h * gtk/gtkfilechooserwidget.h * gtk/gtkscalebutton.h: reorder instance and class structs to be in canonical order. svn path=/trunk/; revision=20074
* Fix code style and warts in GtkScaleButtonEmmanuele Bassi2007-06-101-4/+7
| | | | | | | This patch fixes the code style inconsistencies and some weird bits of the GtkScaleButton widget implementation. svn path=/trunk/; revision=18092
* reviewed by: Matthias Clasen <mclasen@redhat.com>Bastien Nocera2007-05-191-0/+94
2007-05-19 Bastien Nocera <hadess@hadess.net> reviewed by: Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am: * gtk/gtk.h: * gtk/gtk.symbols: * gtk/gtkscalebutton.[ch]: Add the GtkScaleButton widget, a button that pops up a scale when pressed 2007-05-19 Bastien Nocera <hadess@hadess.net> * POTFILES.in: Add scale button to the list 2007-05-20 Bastien Nocera <hadess@hadess.net> * gtk/gtk-docs.sgml: * gtk/gtk-sections.txt: add the GtkScaleButton widget to the docs svn path=/trunk/; revision=17876