/* * e-menu-tool-action.h * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ /* This is a trivial GtkAction subclass that sets the toolbar * item type to GtkMenuToolButton instead of GtkToolButton. */ #if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION) #error "Only should be included directly." #endif #ifndef E_MENU_TOOL_ACTION_H #define E_MENU_TOOL_ACTION_H #include /* Standard GObject macros */ #define E_TYPE_MENU_TOOL_ACTION \ (e_menu_tool_action_get_type ()) #define E_MENU_TOOL_ACTION(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_MENU_TOOL_ACTION, EMenuToolAction)) #define E_MENU_TOOL_ACTION_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_MENU_TOOL_ACTION, EMenuToolActionClass)) #define E_IS_MENU_TOOL_ACTION(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_MENU_TOOL_ACTION)) #define E_IS_MENU_TOOL_ACTION_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((cls), E_TYPE_MENU_TOOL_ACTION)) #define E_MENU_TOOL_ACTION_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_MENU_TOOL_ACTION, EMenuToolActionClass)) G_BEGIN_DECLS typedef struct _EMenuToolAction EMenuToolAction; typedef struct _EMenuToolActionClass EMenuToolActionClass; struct _EMenuToolAction { GtkAction parent; }; struct _EMenuToolActionClass { GtkActionClass parent_class; }; GType e_menu_tool_action_get_type (void) G_GNUC_CONST; EMenuToolAction * e_menu_tool_action_new (const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id); G_END_DECLS #endif /* E_MENU_TOOL_ACTION_H */ d_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to (final) 1.0.8vs2005-05-194-17/+7
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* Tidy up whitespace.trevor2004-04-111-1/+1
* - Use USE_ICONV knobkrion2004-03-311-2/+1
* SIZEify.trevor2004-03-181-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - Add CONFLICTS with mail/gmime2krion2003-10-101-0/+1
* update gmime to 1.0.7,oliver2003-07-313-12/+32
* De-pkg-comment.knu2003-02-212-1/+1
* URL fix.naddy2003-02-151-1/+1
* s/libs/lib/. This should allow the port to build with the latest gettext.marcus2002-08-031-1/+1
* Update to 0.6.0pat2002-05-183-4/+12
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
* Fix WWW linkgreid2001-05-081-1/+1
* Update MASTER_SITES.kevlo2001-04-151-1/+2
* Fix mistakes:will2001-04-083-3/+13