mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Document that the end points are included in the range. (#69783, Jeffrey
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document that the end points are included in the range. (#69783, Jeffrey Baker)
This commit is contained in:
parent
ebebafc095
commit
9602e6c3f0
@ -1,3 +1,9 @@
|
||||
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
|
||||
that the end points are included in the range. (#69783,
|
||||
Jeffrey Baker)
|
||||
|
||||
Tue Jan 29 20:38:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscale.[ch]: Revert the last changes to make the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
|
||||
that the end points are included in the range. (#69783,
|
||||
Jeffrey Baker)
|
||||
|
||||
Tue Jan 29 20:38:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscale.[ch]: Revert the last changes to make the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
|
||||
that the end points are included in the range. (#69783,
|
||||
Jeffrey Baker)
|
||||
|
||||
Tue Jan 29 20:38:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscale.[ch]: Revert the last changes to make the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
|
||||
that the end points are included in the range. (#69783,
|
||||
Jeffrey Baker)
|
||||
|
||||
Tue Jan 29 20:38:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscale.[ch]: Revert the last changes to make the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
|
||||
that the end points are included in the range. (#69783,
|
||||
Jeffrey Baker)
|
||||
|
||||
Tue Jan 29 20:38:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscale.[ch]: Revert the last changes to make the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
|
||||
that the end points are included in the range. (#69783,
|
||||
Jeffrey Baker)
|
||||
|
||||
Tue Jan 29 20:38:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscale.[ch]: Revert the last changes to make the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Tue Jan 29 20:56:13 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
|
||||
that the end points are included in the range. (#69783,
|
||||
Jeffrey Baker)
|
||||
|
||||
Tue Jan 29 20:38:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkscale.[ch]: Revert the last changes to make the
|
||||
|
@ -110,10 +110,10 @@ gtk_hscale_new (GtkAdjustment *adjustment)
|
||||
* @max: maximum value
|
||||
* @step: step increment (tick size) used with keyboard shortcuts
|
||||
*
|
||||
* Creates a new horizontal scale widget that lets the user
|
||||
* input a number between @min and @max with the increment @step.
|
||||
* @step must be nonzero; it's the distance the slider moves when
|
||||
* using the arrow keys to adjust the scale value.
|
||||
* Creates a new horizontal scale widget that lets the user input a
|
||||
* number between @min and @max (including @min and @max) with the
|
||||
* increment @step. @step must be nonzero; it's the distance the
|
||||
* slider moves when using the arrow keys to adjust the scale value.
|
||||
*
|
||||
* Return value: a new #GtkHScale
|
||||
**/
|
||||
|
@ -24,6 +24,8 @@
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#define GTK_MENU_INTERNALS
|
||||
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
#include "gtkbindings.h"
|
||||
#include "gtkmain.h"
|
||||
@ -35,8 +37,6 @@
|
||||
|
||||
#define MENU_SHELL_TIMEOUT 500
|
||||
|
||||
#define GTK_MENU_INTERNALS
|
||||
|
||||
enum {
|
||||
DEACTIVATE,
|
||||
SELECTION_DONE,
|
||||
|
@ -112,10 +112,10 @@ gtk_vscale_new (GtkAdjustment *adjustment)
|
||||
* @max: maximum value
|
||||
* @step: step increment (tick size) used with keyboard shortcuts
|
||||
*
|
||||
* Creates a new vertical scale widget that lets the user
|
||||
* input a number between @min and @max with the increment @step.
|
||||
* @step must be nonzero; it's the distance the slider moves when
|
||||
* using the arrow keys to adjust the scale value.
|
||||
* Creates a new vertical scale widget that lets the user input a
|
||||
* number between @min and @max (including @min and @max) with the
|
||||
* increment @step. @step must be nonzero; it's the distance the
|
||||
* slider moves when using the arrow keys to adjust the scale value.
|
||||
*
|
||||
* Return value: a new #GtkVScale
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user