#ifndef _E_TABLE_COL_H_ #define _E_TABLE_COL_H_ #include "e-cell.h" #define E_TABLE_COL_TYPE (e_table_col_get_type ()) #define E_TABLE_COL(o) (GTK_CHECK_CAST ((o), E_TABLE_COL_TYPE, ETableCol)) #define E_TABLE_COL_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_TABLE_COL_TYPE, ETableColClass)) #define E_IS_TABLE_COL(o) (GTK_CHECK_TYPE ((o), E_TABLE_COL_TYPE)) #define E_IS_TABLE_COL_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), E_TABLE_COL_TYPE)) typedef struct _ETableCol ETableCol; /* * Information about a single column */ struct _ETableCol { GtkObject base; char *text; short width; short min_width; short x; GCompareFunc compare; unsigned int selected:1; unsigned int resizeable:1; int col_idx; ECell *ecell; }; typedef struct { GtkObjectClass parent_class; } ETableColClass; GtkType e_table_col_get_type (void); ETableCol *e_table_col_new (int col_idx, const char *text, int width, int min_width, ECell *ecell, GCompareFunc compare, gboolean resizable); void e_table_col_destroy (ETableCol *etc); #endif /* _E_TABLE_COL_H_ */ href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WWW-Mechanize
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.34clsung2007-12-122-7/+6
* - Update to 1.30clsung2007-05-252-4/+4
* - Update to 1.22miwi2007-03-042-10/+7
* Update to 1.20mat2006-08-192-4/+4
* Update to 1.18.tobez2006-02-063-20/+5
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* Take a perl@ hat and add SHA256 checksumsmat2005-11-141-0/+1
* Update to 1.16.tobez2005-10-302-3/+3
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
* Update to 1.14mat2005-09-052-4/+3
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-1/+2
* Update to 0.12mat2005-02-263-4/+5
* fix plistmat2005-02-041-2/+3
* Update to 1.10mat2005-02-032-13/+13
* Bad me, bad bad me, I forgot thatmat2004-12-282-1/+2
* Update to 1.08mat2004-12-272-5/+6
* - Reduce dependencies with perl-5.8.kuriyama2004-10-161-4/+4