diff options
author | Lars Hamann <lars@gtk.org> | 1998-10-16 15:00:05 +0000 |
---|---|---|
committer | Lars Hamann <lars@src.gnome.org> | 1998-10-16 15:00:05 +0000 |
commit | eff33964d753abf04786ce1f03a8cffff5a76cd2 (patch) | |
tree | d029375876fc861c20d82276306d301d706936cb /ChangeLog.pre-2-4 | |
parent | 0849664209839adf6fe85608e1303ab44de26d63 (diff) | |
download | gtk+-eff33964d753abf04786ce1f03a8cffff5a76cd2.tar.gz |
change a few cell styles of inserted row (change_style): change style of
Fri Oct 16 15:59:02 1998 Lars Hamann <lars@gtk.org>
* gtk/testgtk.c (insert_row_clist) (create_clist): change a few cell
styles of inserted row
(change_style): change style of focus_row
* gtk/gtkclist.c (gtk_clist_get_row_style) (gtk_clist_set_row_style)
(gtk_clist_get_cell_style) (gtk_clist_set_cell_style): new functions
to set/get row/cell styles.
(gtk_clist_realize): attach row and cell style, allocate row colors.
(gtk_clist_unrealize): detach row and cell styles.
(get_cell_style): new function. get correct cell style.
(draw_cell_pixmap): new function.
(draw_row): draw cells with row or cell styles.
(row_new): set cell and row styles to NULL.
(row_delete): detach & unref cell and row styles.
* gtk/gtkctree.c (ctree_detach_styles) (ctree_attach_styles):
new functions to attach/detach styles and allocate colors.
(gtk_ctree_realize) (gtk_ctree_unrealize): attach/detach cell and row
styles of invisible nodes.
(draw_cell_pixmap): new function.
(get_cell_style): new function. get correct cell style.
(gtk_ctree_draw_expander): new function. draw tree expander.
(gtk_ctree_draw_lines): new function.draw tree lines.
(draw_row): draw cells with row or cell styles.
(row_new): set cell and row styles to NULL.
(row_delete): detach & unref cell and row styles.
(gtk_ctree_node_get_row_style) (gtk_ctree_node_set_row_style)
(gtk_ctree_node_get_cell_style) (gtk_ctree_node_set_cell_style):
Analogons of GtkCList functions
(gtk_ctree_set_spacing): new function. set spacing between
tree expander and cell contents
(gtk_ctree_set_expander_style): new function. set expander style
of ctree.
(ctree_is_hot_spot): few changes due to draw_row modifications.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c11edc544e..552a072aad 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,4 +1,41 @@ -Wed, 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org> +Fri Oct 16 15:59:02 1998 Lars Hamann <lars@gtk.org> + + * gtk/testgtk.c (insert_row_clist) (create_clist): change a few cell + styles of inserted row + (change_style): change style of focus_row + + * gtk/gtkclist.c (gtk_clist_get_row_style) (gtk_clist_set_row_style) + (gtk_clist_get_cell_style) (gtk_clist_set_cell_style): new functions + to set/get row/cell styles. + (gtk_clist_realize): attach row and cell style, allocate row colors. + (gtk_clist_unrealize): detach row and cell styles. + (get_cell_style): new function. get correct cell style. + (draw_cell_pixmap): new function. + (draw_row): draw cells with row or cell styles. + (row_new): set cell and row styles to NULL. + (row_delete): detach & unref cell and row styles. + + * gtk/gtkctree.c (ctree_detach_styles) (ctree_attach_styles): + new functions to attach/detach styles and allocate colors. + (gtk_ctree_realize) (gtk_ctree_unrealize): attach/detach cell and row + styles of invisible nodes. + (draw_cell_pixmap): new function. + (get_cell_style): new function. get correct cell style. + (gtk_ctree_draw_expander): new function. draw tree expander. + (gtk_ctree_draw_lines): new function.draw tree lines. + (draw_row): draw cells with row or cell styles. + (row_new): set cell and row styles to NULL. + (row_delete): detach & unref cell and row styles. + (gtk_ctree_node_get_row_style) (gtk_ctree_node_set_row_style) + (gtk_ctree_node_get_cell_style) (gtk_ctree_node_set_cell_style): + Analogons of GtkCList functions + (gtk_ctree_set_spacing): new function. set spacing between + tree expander and cell contents + (gtk_ctree_set_expander_style): new function. set expander style + of ctree. + (ctree_is_hot_spot): few changes due to draw_row modifications. + +Wed 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org> * gtk/gtkcombo.c: try completion on MOD1-TAB. Handle case when the combo->list is empty. |