#ifndef _E_TABLE_HEADER_ITEM_H_ #define _E_TABLE_HEADER_ITEM_H_ #include #include "e-table-header.h" #define E_TABLE_HEADER_ITEM_TYPE (e_table_header_item_get_type ()) #define E_TABLE_HEADER_ITEM(o) (GTK_CHECK_CAST ((o), E_TABLE_HEADER_ITEM_TYPE, ETableHeaderItem)) #define E_TABLE_HEADER_ITEM_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_TABLE_HEADER_ITEM_TYPE, ETableHeaderItemClass)) #define E_IS_TABLE_HEADER_ITEM(o) (GTK_CHECK_TYPE ((o), E_TABLE_HEADER_ITEM_TYPE)) #define E_IS_TABLE_HEADER_ITEM_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), E_TABLE_HEADER_ITEM_TYPE)) typedef struct { GnomeCanvasItem parent; ETableHeader *eth; GdkGC *gc; GdkCursor *change_cursor, *normal_cursor; short x1, y1, height, width; GdkFont *font; /* * Used during resizing; Could be shorts */ int resize_col; int resize_width; int resize_start_pos; int resize_min_width; GtkObject *resize_guide; /* * Ids */ int structure_change_id, dimension_change_id; /* * For dragging columns */ guint maybe_drag:1; guint dnd_ready:1; int click_x, click_y; int drag_col, drag_mark; guint drag_motion_id, drag_end_id, drag_leave_id; GnomeCanvasItem *drag_mark_item, *remove_item; GdkBitmap *stipple; } ETableHeaderItem; typedef struct { GnomeCanvasItemClass parent_class; } ETableHeaderItemClass; GtkType e_table_header_item_get_type (void); #endif /* _E_TABLE_HEADER_ITEM_H_ */ n> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/polish
Commit message (Expand)AuthorAgeFilesLines
* Deprecate a few portsantoine2019-09-162-0/+4
* Update to 20190907sunpoet2019-09-102-4/+4
* - Update to 6.3.1lwhsu2019-09-061-5/+5
* Update to 20190831sunpoet2019-09-032-4/+4
* Update to 20190823sunpoet2019-08-262-4/+4
* - Update to 6.3.0lwhsu2019-08-201-5/+5
* Update to 20190812sunpoet2019-08-202-4/+4
* Update to 20190808sunpoet2019-08-132-4/+4
* Update to 20190801sunpoet2019-08-052-4/+4
* Mark BROKEN: unfetchableantoine2019-08-052-0/+4
* Update to 20190725sunpoet2019-07-302-4/+4
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-272-2/+2
* Update to 20190721sunpoet2019-07-242-4/+4
* Update to 20190709sunpoet2019-07-162-4/+4
* net-im/qxmpp-qt5: update to 1.0.0tcberner2019-07-111-1/+1
* Update to 20190706sunpoet2019-07-092-4/+4
* - Update to 6.2.5lwhsu2019-07-081-5/+5
* Update to 20190626sunpoet2019-07-012-4/+4
* Update to 20190623sunpoet2019-06-252-4/+4
* Update to 20190615sunpoet2019-06-202-4/+4
* Update to 20190608sunpoet2019-06-112-4/+4
* Update to 20190602sunpoet2019-06-042-6/+6
* Update to 20190527sunpoet2019-05-282-4/+4
* - Update to 6.2.4lwhsu2019-05-241-5/+5
* - Update to 6.2.3lwhsu2019-04-211-5/+5
* Update to 20190419sunpoet2019-04-202-4/+4
* Update to 20190418sunpoet2019-04-192-4/+4
* Update devel/readline to 8.0sunpoet2019-04-092-2/+2
* Mark BROKEN on FreeBSD 12 and 13antoine2019-04-071-1/+8
* Update CMake to latest release, 3.14.1adridg2019-04-054-0/+44
* Mark BROKEN on FreeBSD 12 and 13antoine2019-04-041-1/+8
* dns/libidn: Update to 1.35yuri2019-04-021-1/+1
* Update to 6.2.2lwhsu2019-03-231-5/+5
* Qt4 deprecation: Remove Qt4 and its consumes.tcberner2019-03-177-111/+0
* devel/qca: remove flavors (Qt4 deprecation)tcberner2019-03-171-2/+2
* Update to 20190226sunpoet2019-03-052-4/+4
* First step at deorbitting esound:bapt2019-02-252-7/+4
* Update to 20190224bapt2019-02-252-4/+4
* Update to 20190215sunpoet2019-02-202-4/+4
* Update to 20190202sunpoet2019-02-052-4/+4
* Update to 20190125sunpoet2019-01-292-4/+4
* Update to 20190119sunpoet2019-01-222-4/+4
* Fix Qt5 symbol version scripts to put the catch-all clause first. Whentijl2019-01-162-2/+2
* kadu-core/plugin/dependency-graph/plugin-dependency-graph-builder.hlinimon2019-01-161-0/+10
* Update to 20190110sunpoet2019-01-142-4/+4
* Update to 20181230sunpoet2019-01-022-4/+4
* Remove KDE4, part 5rene2019-01-015-1739/+0
* Change cmake default behaviour to outsource.tcberner2018-12-261-1/+1
* Remove expired ports:rene2018-12-212-10/+0
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-122-2/+2
* Update to 20181201sunpoet2018-12-042-4/+4
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-021-0/+3
* Update to 20181123sunpoet2018-11-272-4/+4
* Mark kde4-l10n ports deprecated.tcberner2018-11-241-0/+3
* Update to 6.0.7.jkim2018-11-091-5/+5
* Update to 20181029sunpoet2018-11-062-4/+4
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativetcberner2018-11-051-3/+3
* Update to 20181025sunpoet2018-10-302-4/+4
* Update to 20181021sunpoet2018-10-242-5/+6
* Update to 20180925sunpoet2018-10-231-1/+1
* Update to 20180925sunpoet2018-10-032-4/+4
* Update to 20180919sunpoet2018-09-242-4/+4
* Update to 20180915sunpoet2018-09-182-4/+4
* Update to 20180907sunpoet2018-09-112-4/+4
* Add DOCS options to ports that should have one.mat2018-09-101-0/+2
* Fix build with Qt 5.11jhale2018-08-31