[gnome-db] GnomeDbGrid hide column



Hi,

I saw in the latest CVS version that the functions:

gnome_db_grid_hide_column (...)
gnome_db_grid_show_column (...)

are present in gnome-db-grid.h but not implemented in gnome-db-grid.c

I made the two functions:

gnome_db_grid_set_column_visible (...)
gnome_db_grid_get_column_visible (...)

In fact only the first one is working now, but I will finish the second
one soon.

First, I personally find that this naming of the functions is more
coherent with the other functions (like gnome_db_grid_set_show_title).

Secondly, if you are interested, I may send you a patch.

Concerning an eventual patch, is the following procedure correct (my
knpwledge of CVS is too limited to find how to patch branch, HEAD or all
those stuffs):

1. get the latest CVS version:
cvs -z3 -d :pserver:anonymous anoncvs gnome org:/cvs/gnome co libgnomedb

2. modify the following files:
gnome-db-grid.c[h]
Changelog

3. create a patch with:
cvs -z3 diff -up > out.diff

Phil




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]