aboutsummaryrefslogtreecommitdiffstats
path: root/notes/e-bevel-button.h
blob: 333c317b437ad57de51c4406307ac34c7d1f25e6 (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
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
#ifndef __E_BEVEL_BUTTON_H__
#define __E_BEVEL_BUTTON_H__

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <gtk/gtkbutton.h>

#define E_TYPE_BEVEL_BUTTON            (e_bevel_button_get_type ())
#define E_BEVEL_BUTTON(obj)            (GTK_CHECK_CAST ((obj), E_TYPE_BEVEL_BUTTON, EBevelButton))
#define E_BEVEL_BUTTON_CLASS(klass)    (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_BEVEL_BUTTON, EBevelButtonClass))
#define E_IS_BEVEL_BUTTON(obj)         (GTK_CHECK_TYPE ((obj), E_TYPE_BEVEL_BUTTON))
#define E_IS_BEVEL_BUTTON_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_BEVEL_BUTTON))

typedef struct _EBevelButton        EBevelButton;
typedef struct _EBevelButtonPrivate EBevelButtonPrivate;
typedef struct _EBevelButtonClass   EBevelButtonClass;

struct _EBevelButton {
    GtkButton parent;

    EBevelButtonPrivate *priv;
};

struct _EBevelButtonClass {
    GtkButtonClass parent_class;
};

GtkType e_bevel_button_get_type (void);

GtkWidget *e_bevel_button_new (void);
void e_bevel_button_set_base_color (EBevelButton *button, GdkColor *color);

#endif /* __E_BEVEL_BUTTON_H__ */
                  
dar.adamw2014-09-054-124/+0 * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-061-1/+1 * - Stage supportmiwi2014-06-151-11/+10 * Catch a couple of missing convertsion to :tu/:tlbapt2014-05-051-2/+2 * [Errno 11] Resource Temporarily Unavailableglarkin2013-12-171-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Convert a bunch of www ports to new options frameworkbapt2013-03-221-37/+20 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 * - Fixed DOCSDIR definition after another Makefile variable was removed.glarkin2010-05-061-3/+5 * - Added PORTSCOUT variables to stop erroneous warningsglarkin2009-12-311-0/+1 * - Fix subtle plist breakage caused by Sourceforge overhaulpav2009-08-291-1/+1 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1 * Changed my MAINTAINER address toglarkin2008-07-192-3/+1 * - Makefile cleanup and tweaksbeech2008-01-102-26/+18 * Update to 1.0.5, fixing a remote variable overwrite vulnerability.lx2007-03-212-5/+4 * Use the new facility of bsd.port.mk to be able to simplify the interactionlinimon2007-03-061-3/+0 * - Install in the correct directory (/usr/local/www/data -> /usr/local/www).alepulver2006-11-083-25/+36 * - The port was fixed to correct a problem that caused to be markedclsung2006-09-202-8/+11 * Schedule these broken ports for termination on 2006-12-01kris2006-09-031-0/+2 * Mark broken: fails to deinstall cleanly.linimon2006-07-171-0/+2 * Update to 1.0.4 to fix serious vulnerability which, withitetcu2006-06-16