/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* e-text-event-processor.h * Copyright (C) 2000 Helix Code, Inc. * Author: Chris Lahey * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * 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 * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef __E_TEXT_EVENT_PROCESSOR_H__ #define __E_TEXT_EVENT_PROCESSOR_H__ #include #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ /* ETextEventProcessor - Turns events on a text widget into commands. * */ #define E_TEXT_EVENT_PROCESSOR_TYPE (e_text_event_processor_get_type ()) #define E_TEXT_EVENT_PROCESSOR(obj) (GTK_CHECK_CAST ((obj), E_TEXT_EVENT_PROCESSOR_TYPE, ETextEventProcessor)) #define E_TEXT_EVENT_PROCESSOR_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TEXT_EVENT_PROCESSOR_TYPE, ETextEventProcessorClass)) #define E_IS_TEXT_EVENT_PROCESSOR(obj) (GTK_CHECK_TYPE ((obj), E_TEXT_EVENT_PROCESSOR_TYPE)) #define E_IS_TEXT_EVENT_PROCESSOR_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TEXT_EVENT_PROCESSOR_TYPE)) typedef struct _ETextEventProcessor ETextEventProcessor; typedef struct _ETextEventProcessorClass ETextEventProcessorClass; struct _ETextEventProcessor { GtkObject parent; /* object specific fields */ }; struct _ETextEventProcessorClass { GtkObjectClass parent_class; /* signals */ void (* command) (ETextEventProcessor *tep, ETextEventProcessorCommand *command); /* virtual functions */ gint (* event) (ETextEventProcessor *tep, ETextEventProcessorEvent *event); }; GtkType e_text_event_processor_get_type (void); gint e_text_event_processor_handle_event (ETextEventProcessor *tep, ETextEventProcessorEvent *event); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_TEXT_EVENT_PROCESSOR_H__ */ tion value='dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devel/boost-*: update to 1.66.0jbeich2018-01-181-1/+1
* devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1
* devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
* devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
* devel/boost-*: update to 1.62.0jbeich2016-11-231-0/+1
* - Fix build on 9.x by adding missing depend (introduced with patches)amdmi32016-10-241-0/+1
* Convert some port to the new GH_SUBDIR feature.mat2016-08-241-22/+11
* Update to 1.2.7.mat2016-04-183-32/+17
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
* finance/moneymanagerex: Fix build on DFmarino2016-03-231-1/+1
* Update to 1.2.6mat2016-03-108-29/+182
* finance/moneymanagerx: Upgrade version 0.9.9.0 => 1.0.0.0marino2015-10-104-103/+85
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-1/+1
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-1/+1
* Cleanup plistbapt2014-10-271-11/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1
* Stage supportantoine2014-01-082-4/+1
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-22