/* -*- 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 #endif #include #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__ */ ependabot/npm_and_yarn/dashboard/assets/decode-uri-component-0.2.2 Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-1710-41/+41
* rpc: notary info (#397)Sonic2019-09-171-0/+4
* travis, appveyor, Dockerfile: upgrade to Go 1.12Samuel Marks2019-06-151-2/+2
* app: use gcp storage instead of azure for builds (#81)bojie2019-06-121-0/+82
* core, dex, internal: block proposer syncing (first iteration) (#96)Sonic2019-06-121-0/+16
* internal/ethapi: add transactionHash in blockreceipts (#58)johnliu-dexon2019-06-121-0/+1
* internal/ethapi: add getBlockReceiptsByHash (#56)johnliu-dexon2019-06-122-0/+55
* core: various changes on tps tuning (#46)Wei-Ning Huang2019-06-12