diff options
author | Lars Hamann <lars@gtk.org> | 1998-11-07 14:29:22 +0000 |
---|---|---|
committer | Lars Hamann <lars@src.gnome.org> | 1998-11-07 14:29:22 +0000 |
commit | 9d874ec20a8f42a34a5f35fdfff9bf2164bc8420 (patch) | |
tree | 118584f438397d4857a755f10bcc31e71009a1fa /ChangeLog.pre-2-2 | |
parent | 75fff482b91691ca465d8f343ce018955fb212fe (diff) | |
download | gtk+-9d874ec20a8f42a34a5f35fdfff9bf2164bc8420.tar.gz |
resize clist if adjustments are NULL and list size has changed
Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
if adjustments are NULL and list size has changed
(gtk_clist_size_request): return real list requsition,
if adjustments are NULL.
(size_allocate_columns): use button->requisition.with, if column
width is not set.
(list_requisition_width): new function. return full list width.
(gtk_clist_set_hadjustment) (gtk_clist_set_vadjustment): do not
auto create adjustments.
(gtk_clist_motion) (move_vertical) (move_horizontal):
check adjustment != NULL.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index bf6f251c54..b03d272b84 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,17 @@ +Fri Nov 6 23:29:40 1998 Lars Hamann <lars@gtk.org> + + * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist + if adjustments are NULL and list size has changed + (gtk_clist_size_request): return real list requsition, + if adjustments are NULL. + (size_allocate_columns): use button->requisition.with, if column + width is not set. + (list_requisition_width): new function. return full list width. + (gtk_clist_set_hadjustment) (gtk_clist_set_vadjustment): do not + auto create adjustments. + (gtk_clist_motion) (move_vertical) (move_horizontal): + check adjustment != NULL. + Thu Nov 5 12:06:16 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkcheckbutton.c (gtk_check_button_draw_focus): Queue |