/* Quick view widget for Gnomecal * * Copyright (C) 1998 The Free Software Foundation * * Author: Federico Mena #include "gnome-cal.h" BEGIN_GNOME_DECLS #define TYPE_QUICK_VIEW (quick_view_get_type ()) #define QUICK_VIEW(obj) (GTK_CHECK_CAST ((obj), TYPE_QUICK_VIEW, QuickView)) #define QUICK_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), TYPE_QUICK_VIEW, QuickViewClass)) #define IS_QUICK_VIEW(obj) (GTK_CHECK_TYPE ((obj), TYPE_QUICK_VIEW)) #define IS_QUICK_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), TYPE_QUICK_VIEW)) typedef struct _QuickView QuickView; typedef struct _QuickViewClass QuickViewClass; struct _QuickView { GtkWindow window; GnomeCalendar *calendar; /* The calendar we are associated to */ GtkWidget *canvas; /* The canvas that displays the contents of the quick view */ int button; /* The button that was pressed to pop up the quick view */ }; struct _QuickViewClass { GtkWindowClass parent_class; }; /* Standard Gtk function */ GtkType quick_view_get_type (void); /* Creates a new quick view with the specified title and the specified event list. It is associated * to the specified calendar. The event list must be a list of CalendarObject structures. */ GtkWidget *quick_view_new (GnomeCalendar *calendar, char *title, GList *event_list); /* Pops up the quick view widget modally and loops until the uses closes it by releasing the mouse * button. You can destroy the quick view when this function returns. */ void quick_view_do_popup (QuickView *qv, GdkEventButton *event); END_GNOME_DECLS #endif t' value='switch'/> FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc-ooo
Commit message (Expand)AuthorAgeFilesLines
* Update to the 2004-01-07 snapshot of GCC 3.4. Merge in my 2004-01-05gerald2004-01-103-28/+13
* Fix packaging which was quite broken. On the way, update PORTVERSION togerald2004-01-102-7/+6
* Update to the 2003-12-31 snapshot.obrien2004-01-072-7/+7
* Update to the 2003-12-24 snapshot.obrien2003-12-264-19/+10
* Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in theobrien2003-12-151-1/+1
* * Deal with GCC's configurary's assumption that /usr/local/{include,lib}obrien2003-12-153-0/+14
* Update to the 2003-12-10 mainline snapshot of GCC which has fixes for (atgerald2003-12-143-22/+36
* Really mark as broken.gerald2003-12-051-1/+1
* Update to the 2003-11-26 snapshot and fix several packaging issues.gerald2003-12-053-67/+17
* Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.gerald2003-11-158-295/+45
* - ECHO -> ECHO_MSGedwin2003-09-271-3/+3
* Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifygerald2003-07-121-17/+16
* My manpage creation fake-out broke with 3.1.1. Give up and add a buildobrien2003-07-121-0/+1
* Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69.gerald2003-07-101-0/+1
* Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.obrien2003-07-103-18/+17
* Add bounds-checking support using Herman ten Brugge's patches.gerald2003-06-183-1/+36
* Don't remove the share/java and share/java/classes system directories.kris2003-06-091-2/+0
* Update to the official release of GCC 3.3. On the way, somewhat restructuregerald2003-05-153-24/+20
* Update to the second prerelease of GCC 3.3. Add support for the coregerald2003-05-092-6/+16
* I now made .bz2 sources available on gcc.gnu.org, so again use these insteadgerald2003-05-081-3/+1
* Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.gerald2003-05-073-38/+20
* Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.gerald2003-05-061-1/+1
* Properly add the "[FreeBSD]" marker to the GCC version string also forgerald2003-05-061-1/+1
* G++ headers are now installed in c++/<gcc_ver> rather than g++-v3.obrien2003-05-061-1/+1
* Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.obrien2003-05-042-6/+6
* Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.obrien2003-04-282-6/+6
* Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-262-20/+2
* Make MAINTAINER overrideable by slave ports.gerald2003-04-251-1/+1
* Fifty-one months after ELF flag day, and after the system compiler becamegerald2003-04-243-96/+0
* Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 ongerald2003-04-231-3/+1
* Allow YACC to be used, rather than Bison, for C/C++.obrien2003-04-231-0/+29
* merge changes from gcc32 to gcc33 after testingdinoex2003-04-212-7/+36
* Not sure how I missed these patches in my 24-March-2003 GCC 3.3obrien2003-04-212-90/+10
* Remove files/patch-t-freebsd. The underlying problem has been fixed ingerald2003-04-171-10/+0
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-151-11/+0
* Appease portlint by various whitespace changes. Remove last traces ofgerald2003-04-061-12/+8
* Finally remove the parts of this patch that date back to 1998 and have nowgerald2003-04-031-24/+0
* Remove special alpha optimization warning. alpha support now should begerald2003-04-021-20/+0
* LATEST_LINK can now be overwritten by the slave port.dinoex2003-03-311-1/+1
* Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.obrien2003-03-303-18/+60
* Fix COMMENT and a Makefile comment.gerald2003-03-251-2/+2
* De-pkg-comment.knu2003-02-212-1/+1
* Use the most modern spelling of egcs.cygnus.com.obrien2002-12-041-1/+1
* The effort to maintain these for FreeBSD just isn't worth it with the lackobrien2002-11-051-1/+1
* Use MASTER_SITES_GCC.knu2002-10-201-3/+2
* Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot.obrien2002-10-182-9/+9