gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.

Thu Nov  5 18:52:35 1998  Lars Hamann  <lars@gtk.org>

	* gtk/gtkclist.h (struct _GtkCListClass)
	* gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
This commit is contained in:
Lars Hamann 1998-11-05 18:16:17 +00:00 committed by Lars Hamann
parent 00fbbe68b0
commit 3c0df19a58
9 changed files with 35 additions and 7 deletions

View File

@ -1,3 +1,8 @@
Thu Nov 5 18:52:35 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCListClass)
* gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
Thu Nov 5 16:00:32 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCList): removed vscrollbar, hscrollbar,

View File

@ -1,3 +1,8 @@
Thu Nov 5 18:52:35 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCListClass)
* gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
Thu Nov 5 16:00:32 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCList): removed vscrollbar, hscrollbar,

View File

@ -1,3 +1,8 @@
Thu Nov 5 18:52:35 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCListClass)
* gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
Thu Nov 5 16:00:32 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCList): removed vscrollbar, hscrollbar,

View File

@ -1,3 +1,8 @@
Thu Nov 5 18:52:35 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCListClass)
* gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
Thu Nov 5 16:00:32 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCList): removed vscrollbar, hscrollbar,

View File

@ -1,3 +1,8 @@
Thu Nov 5 18:52:35 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCListClass)
* gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
Thu Nov 5 16:00:32 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCList): removed vscrollbar, hscrollbar,

View File

@ -1,3 +1,8 @@
Thu Nov 5 18:52:35 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCListClass)
* gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
Thu Nov 5 16:00:32 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCList): removed vscrollbar, hscrollbar,

View File

@ -1,3 +1,8 @@
Thu Nov 5 18:52:35 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCListClass)
* gtk/gtkclist.c (gtk_clist_class_init): removed scrollbar_spacing.
Thu Nov 5 16:00:32 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.h (struct _GtkCList): removed vscrollbar, hscrollbar,

View File

@ -43,9 +43,6 @@
/* used for auto-scrolling */
#define SCROLL_TIME 100
/* scrollbar spacing class macro */
#define SCROLLBAR_SPACING(w) (GTK_CLIST_CLASS (GTK_OBJECT (w)->klass)->scrollbar_spacing)
/* gives the top pixel of the given row in context of
* the clist's voffset */
#define ROW_TOP_YPIXEL(clist, row) (((clist)->row_height * (row)) + \
@ -596,8 +593,6 @@ gtk_clist_class_init (GtkCListClass *klass)
klass->set_cell_contents = set_cell_contents;
klass->cell_size_request = cell_size_request;
klass->scrollbar_spacing = 5;
{
GtkBindingSet *binding_set;

View File

@ -252,8 +252,6 @@ struct _GtkCListClass
GtkCListRow *clist_row,
gint column,
GtkRequisition *requisition);
gint scrollbar_spacing;
};
struct _GtkCListColumn