/* Evolution internal utilities - Glade dialog widget utilities * * Copyright (C) 2000 Ximian, Inc. * Copyright (C) 2000 Ximian, Inc. * * Author: Federico Mena-Quintero * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * 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 program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef E_DIALOG_WIDGETS_H #define E_DIALOG_WIDGETS_H #include #include void e_dialog_editable_set (GtkWidget *widget, const char *value); char *e_dialog_editable_get (GtkWidget *widget); void e_dialog_radio_set (GtkWidget *widget, int value, const int *value_map); int e_dialog_radio_get (GtkWidget *widget, const int *value_map); void e_dialog_toggle_set (GtkWidget *widget, gboolean value); gboolean e_dialog_toggle_get (GtkWidget *widget); void e_dialog_spin_set (GtkWidget *widget, double value); double e_dialog_spin_get_double (GtkWidget *widget); int e_dialog_spin_get_int (GtkWidget *widget); void e_dialog_option_menu_set (GtkWidget *widget, int value, const int *value_map); int e_dialog_option_menu_get (GtkWidget *widget, const int *value_map); void e_dialog_dateedit_set (GtkWidget *widget, time_t t); time_t e_dialog_dateedit_get (GtkWidget *widget); gboolean e_dialog_widget_hook_value (GtkWidget *dialog, GtkWidget *widget, gpointer value_var, gpointer info); void e_dialog_get_values (GtkWidget *dialog); gboolean e_dialog_xml_widget_hook_value (GladeXML *xml, GtkWidget *dialog, const char *widget_name, gpointer value_var, gpointer info); #endif tron4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
* Switch to USES=mysqladamw2016-04-281-1/+1
* Update dovecot2 to 2.2.24, and bump PORTREVISION on antispam-plugin andadamw2016-04-273-3/+12
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-1/+1
* Update dovecot2 to 2.2.23, and bump PORTREVISION on dovecot2-pigeonholeadamw2016-04-032-6/+9
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-8/+8
* Update mail/dovecot2 to 2.2.22, and bump PORTREVISION on dovecot2-pigeonholeadamw2016-03-173-4/+19
* Execute run_rc_command even if the config file doesn't exist. Previously,adamw2016-01-062-1/+7
* Update dovecot2 to 2.2.21, and bump PORTREVISION in consumers.adamw2015-12-134-3/+28
* Update dovecot2 to 2.2.20, and bump PORTREVISION on antispam-plugin andadamw2015-12-093-8/+9
* Update dovecot2 to 2.2.19, and bump PORTREVISION on antispam-pluginadamw2015-10-033-4/+56
* Use new _VARS option helpers. Still can't remove bsd.port.options.mk inclusionadamw2015-08-291-11/+8
* Update dovecot2 to 2.2.18. This is a bugfix release to address issuesadamw2015-05-152-3/+3
* Move the big warning on top of the Makefile so maybe next time the bump ofbapt2015-05-151-11/+11
* Update to 2.2.17.adamw2015-05-143-12/+51
* Fix installation when DOCS is disabled.adamw2015-03-251-3/+2
* Move the sample configuration files into ETCDIR.adamw2015-03-253-4/+38
* Do a better job of explaining where the default configuration filesadamw2015-03-221-13/+9
* Fix build on FreeBSD < 10. Thanks to oliver@ for sending me the fix.adamw2015-03-131-0/+2
* Update to 2.2.16.adamw2015-03-133-4/+19
* rc.d/dovecot allows for multiple concurrent dovecot setups, but in doingadamw2015-02-032-4/+6
* Dovecot reloads its configuration on HUP signal [1], so, add the reload commandadamw2014-12-122-1/+2
* Switch to USES=pgsqlcrees2014-11-231-1/+1
* Allow the port to build on arm.adamw2014-11-201-4/+0
* Remove the checkyesno dovecot_enable section, as it prevents onestart/onestopadamw2014-10-272-9/+8
* Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4.adamw2014-10-262-9/+11
* Similar to r371306, add USE_OPENSSL=yes so that WITH_OPENSSL_PORT isadamw2014-10-221-0/+2
* Update dovecot2 to 2.2.14. PORTREVISION bumps for dovecot2-pigeonhole andadamw2014-10-153-11/+25
* Add CPE data to my ports.adamw2014-08-101-1/+1
* net/openldap24-*:tijl2014-07-252-40/+8
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-1/+1
* Don't depend on dovecot itself to create DOCSDIR.adamw2014-07-021-2/+2
* Enable support for GSSAPI from ports using USES=gssapi magic. PORTREVISIONadamw2014-07-022-30/+41
* General tidying and cleanups. THe functional changes:adamw2014-07-013-62/+40
* Take this.adamw2014-06-301-1/+1
* mail/dovecot2: Reset maintainer after numerous PR timeoutsmarino2014-06-291-1/+1
* Upgrade to version 2.2.13.olgeni2014-06-083-3/+5
* - bring back CPPFLAGS / LDFLAGSohauer2014-04-291-0/+3
* - update to 2.2.12ohauer2014-04-28