/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-cell-tree.h - Tree cell object. * Copyright 1999, 2000, 2001, Ximian, Inc. * * Authors: * Chris Toshok * * A majority of code taken from: * * the ECellText renderer. * Copyright 1998, The Free Software Foundation * Copyright 1999, 2000, Ximian, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License, version 2, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ #ifndef _E_CELL_TREE_H_ #define _E_CELL_TREE_H_ #include #include G_BEGIN_DECLS #define E_CELL_TREE_TYPE (e_cell_tree_get_type ()) #define E_CELL_TREE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_CELL_TREE_TYPE, ECellTree)) #define E_CELL_TREE_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), E_CELL_TREE_TYPE, ECellTreeClass)) #define E_IS_CELL_TREE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), E_CELL_TREE_TYPE)) #define E_IS_CELL_TREE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), E_CELL_TREE_TYPE)) typedef struct { ECell parent; gboolean draw_lines; GdkPixbuf *open_pixbuf; GdkPixbuf *closed_pixbuf; ECell *subcell; } ECellTree; typedef struct { ECellClass parent_class; } ECellTreeClass; GType e_cell_tree_get_type (void); ECell *e_cell_tree_new (GdkPixbuf *open_pixbuf, GdkPixbuf *closed_pixbuf, gboolean draw_lines, ECell *subcell); void e_cell_tree_construct (ECellTree *ect, GdkPixbuf *open_pixbuf, GdkPixbuf *closed_pixbuf, gboolean draw_lines, ECell *subcell); G_END_DECLS #endif /* _E_CELL_TREE_H_ */ '/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/commit/devel/p4'>commitdiffstats
path: root/devel/p4
Commit message (Expand)AuthorAgeFilesLines
* Update devel/p4 due to micropatching.gordon2016-12-093-7/+7
* Update Perforce related ports due to micropatching.gordon2016-11-173-9/+7
* Mark BROKEN due to checksum mismatch. Again.amdmi32016-11-151-0/+2
* Update devel ports for p4, p4d, and p4api for micropatching.gordon2016-10-213-7/+7
* Update Perforce ports due to micropatching.gordon2016-10-043-7/+7
* Update devel/p4, p4d, p4api to 2016.1/1429894 due to micropatching.gordon2016-08-313-7/+7
* Update Perforce related ports due to micropatching.gordon2016-07-173-7/+7
* Update Perforce related ports to 2016.1.gordon2016-07-056-11/+9
* Update various Perforce ports to 2015.1/1384697 due to micropatching.gordon2016-05-106c1d08584ab3e03f6eb15184df834468f92'>audio/festvox-ked16
-gnome/log/graphics/imageindex/Makefile?h=gnome-3.24&id=a03457049734c34fc07b1d0b439f1a0c5d2cc405&showmsg=1'>Expand)
Commit message (Expand)AuthorAgeFilesLines
AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Set MAINTAINER back to John Reynolds, who is still actively working on thestefan2007-04-061-1/+1
* Update to 1.1.stefan2007-04-061-2/+2
* - Utilize PORTDOCSmarkus2007-02-031-2/+4
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
* - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-1/+1
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-0/+1
* - Update to 1.0.9 [1]vs2005-11-15