/* 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 _and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/impresscms
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.3.2.1wen2012-05-102-4/+4
* - Update to 1.3.2wen2012-04-263-222/+512
* - Update to 1.3.1wen2011-12-293-312/+336
* - Update to 1.3wen2011-09-273-1029/+1271
* - Update to 1.2.6wen2011-06-263-586/+654
* - Update to 1.2.5wen2011-05-093-42/+13
* - Update to 1.2.4wen2011-02-173-3/+4
* - Update to 1.2.3wen2010-11-182-4/+3
* - Update to 1.2.2wen2010-10-133-5/+4
* - Update to 1.2.1wen2010-05-263-480/+2331
* - Update to 1.1.3wen2009-10-143-6/+11
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-22