aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal-todo.h
blob: cb32c25421255658c213fd1f6cbaec6d02e4d399 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* To-do widget for gncal
 *
 * Copyright (C) 1998 The Free Software Foundation
 *
 * Author: Federico Mena <quartic@gimp.org>
 */

#ifndef GNCAL_TODO_H
#define GNCAL_TODO_H

#include <gtk/gtkclist.h>
#include <gtk/gtkvbox.h>
#include <libgnome/gnome-defs.h>
#include "gnome-cal.h"


BEGIN_GNOME_DECLS


#define GNCAL_TODO(obj)         GTK_CHECK_CAST (obj, gncal_todo_get_type (), GncalTodo)
#define GNCAL_TODO_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, gncal_todo_get_type (), GncalTodoClass)
#define GNCAL_IS_TODO(obj)      GTK_CHECK_TYPE (obj, gncal_todo_get_type ())


typedef struct _GncalTodo GncalTodo;
typedef struct _GncalTodoClass GncalTodoClass;

struct _GncalTodo {
    GtkVBox vbox;

    GnomeCalendar *calendar;    /* the calendar we are associated to */

    GtkCList *clist;

    GtkWidget *edit_button;
    GtkWidget *delete_button;
};

struct _GncalTodoClass {
    GtkVBoxClass parent_class;
};


guint      gncal_todo_get_type (void);
GtkWidget *gncal_todo_new      (GnomeCalendar *calendar);

void       gncal_todo_update   (GncalTodo *todo, iCalObject *ico, int flags);


END_GNOME_DECLS

#endif
>2007-08-243-4/+6 * Update 2.1.11 --> 2.1.12cy2007-07-103-4/+10 * pkg-plist fixupcy2007-06-051-0/+2 * Update 2.1.8 --> 2.1.11cy2007-05-313-5/+8 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+1 * Mark broken under 4.X.cy2007-01-111-1/+8 * Pkg-plist fixup.cy2006-12-131-0/+2 * Record checksum of final distfile from author.cy2006-12-112-2/+5 * Update from 2.0.10 to 2.1.8.cy2006-12-114-67/+48 * No need to conditionalise USE_GETOPT_LONG.lawrance2006-02-13