aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gui-utils.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-06-29 00:20:00 +0800
committernobody <nobody@localhost>2003-06-29 00:20:00 +0800
commit3b48c5c529ad67f01db7eccf4fea7e4dc6484395 (patch)
treee521429188462e4446c632b5bd4b6f333e589995 /e-util/e-gui-utils.c
parent5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff)
downloadgsoc2013-evolution-GTKHTML_3_1_4.tar.gz
gsoc2013-evolution-GTKHTML_3_1_4.tar.zst
gsoc2013-evolution-GTKHTML_3_1_4.zip
This commit was manufactured by cvs2svn to create tagGTKHTML_3_1_4
'GTKHTML_3_1_4'. svn path=/tags/GTKHTML_3_1_4/; revision=21661
Diffstat (limited to 'e-util/e-gui-utils.c')
-rw-r--r--e-util/e-gui-utils.c79
1 files changed, 0 insertions, 79 deletions
diff --git a/e-util/e-gui-utils.c b/e-util/e-gui-utils.c
deleted file mode 100644
index 03f1dfa4c2..0000000000
--- a/e-util/e-gui-utils.c
+++ /dev/null
@@ -1,79 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * GUI utility functions
- *
- * Authors:
- * Miguel de Icaza (miguel@ximian.com)
- * Chris Toshok (toshok@ximian.com)
- *
- * Copyright (C) 1999 Miguel de Icaza
- * Copyright (C) 2000-2003 Ximian, Inc.
- */
-#include <config.h>
-
-#include "e-gui-utils.h"
-
-#include <glib.h>
-#include <gtk/gtkalignment.h>
-#include <gtk/gtkimage.h>
-#include <gtk/gtkbutton.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtkhbox.h>
-
-GtkWidget *e_create_image_widget(gchar *name,
- gchar *string1, gchar *string2,
- gint int1, gint int2)
-{
- char *filename;
- GtkWidget *alignment = NULL;
- if (string1) {
- GtkWidget *w;
-
- if (*string1 == '/')
- filename = g_strdup(string1);
- else
- filename = g_build_filename (EVOLUTION_IMAGES, string1, NULL);
-
- w = gtk_image_new_from_file (filename);
-
- alignment = gtk_widget_new(gtk_alignment_get_type(),
- "child", w,
- "xalign", (double) 0,
- "yalign", (double) 0,
- "xscale", (double) 0,
- "yscale", (double) 0,
- NULL);
-
- gtk_widget_show_all (alignment);
- g_free (filename);
- }
-
- return alignment;
-}
-
-GtkWidget *
-e_button_new_with_stock_icon (const char *label_str, const char *stockid)
-{
- GtkWidget *button, *hbox, *label, *align, *image;
-
- button = gtk_button_new ();
-
- label = gtk_label_new_with_mnemonic (label_str);
-
- gtk_label_set_mnemonic_widget (GTK_LABEL (label), button);
-
- image = gtk_image_new_from_stock (stockid, GTK_ICON_SIZE_BUTTON);
- hbox = gtk_hbox_new (FALSE, 2);
-
- align = gtk_alignment_new (0.5, 0.5, 0.0, 0.0);
-
- gtk_box_pack_start (GTK_BOX (hbox), image, FALSE, FALSE, 0);
- gtk_box_pack_end (GTK_BOX (hbox), label, FALSE, FALSE, 0);
-
- gtk_container_add (GTK_CONTAINER (button), align);
- gtk_container_add (GTK_CONTAINER (align), hbox);
- gtk_widget_show_all (align);
-
- return button;
-}
-
8 16:52:51 +0800'>2018-10-084-0/+84 * Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-0612-24/+24 * Reset maintainer on my python portsfeld2018-10-031-1/+1 * converters/wkhtmltopdf: fix build on powerpc64pi2018-10-021-0/+11 * converters/wkhtmltopdf: fix build on powerpc64pi2018-10-021-2/+4 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-10-011-1/+1 * Add LICENSE_FILEsunpoet2018-09-241-1/+2 * Update to 3.0.2sunpoet2018-09-232-4/+5 * converters/lua*-iconv: enable -fPIC on arm64 and i386, for lldemaste2018-09-192-6/+6 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-09-171-1/+1 * Remove expired ports:rene2018-09-165-38/+0 * Update to 3.0.1sunpoet2018-09-112-6/+7 * Update to 3.0.1sunpoet2018-09-112-4/+4 * Add DOCS options to ports that should have one.mat2018-09-102-0/+4 * Reassign all of tobez@'s p5 ports to perl@.des2018-09-107-7/+7 * - Add LICENSEamdmi32018-09-031-1/+4 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-08-301-1/+1 * Update to 4.06sunpoet2018-08-252-4/+4 * Update pkg-descr and WWWsunpoet2018-08-231-8/+16 * - Update to 1.5.3wen2018-08-222-5/+5 * Update to 4.05sunpoet2018-08-212-4/+4 * Update to 3.0.0sunpoet2018-08-192-4/+4 * Remove expired ports:rene2018-08-176-83/+0 * Deprecate www/hs-hS3, devel/hs-darcs, devel/hs-hashed-storage.arrowd2018-08-151-0/+3 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-08-141-1/+1 * Undeprecate and unexpire ports that were not correctly deprecated, all portsantoine2018-08-121-3/+0 * converters/p5-LaTeXML: Update to 0.8.3cpm2018-08-103-6/+72 * devel/boost-*: update to 1.68.0jbeich2018-08-092-1/+2 * Regular sorting of categories Makefiles.mat2018-08-081-1/+1 * Update to 3.0.0sunpoet2018-07-312-5/+5 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1 * text-unidecode is the most basic port of the Text::Unidecode Perl library. Theremiwi2018-07-284-0/+31 * PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensionstz2018-07-246-0/+12 * converters/ytnef: update to 1.9.3fernape2018-07-232-6/+8 * Deprecate unmaintained ports under the NONE licenseantoine2018-07-131-0/+3 * Remove all := from BUILD_DEPENDS, here are never needed.mat2018-07-097-9/+9 * Mark these ports as broken on aarch64, and, where appropriate, armvX.linimon2018-07-072-0/+4 * lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-306-1/+6 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-06-291-1/+1 * Update to 2.0.7sunpoet2018-06-282-4/+4 * Update to 4.04sunpoet2018-06-282-4/+4 * Update to 4.03sunpoet2018-06-252-4/+4 * multimedia/*phonon*: update and flavorize with @qt4/@qt5tcberner2018-06-221-0/+1 * Add NO_ARCHsunpoet2018-06-211-0/+1 * Add NO_ARCHsunpoet2018-06-211-0/+1 * Add NO_ARCHsunpoet2018-06-211-1/+2 * Use PY_FLAVOR for dependencies.mat2018-06-213-5/+5 * Reset maintainer: email bounces.linimon2018-06-181-1/+1 * Add converters/p5-Encode-Base58-GMPkrion2018-06-175-0/+30 * Add converters/converters/p5-Encode-Base32-GMPkrion2018-06-175-0/+30 * Add converters/p5-Encode-Base32-Crockfordkrion2018-06-175-0/+30 * - Update to 0.2.20tota2018-06-152-4/+4 * converters/wkhtmltopdf: add run-dependency on x11-fonts/webfontspi2018-06-131-0/+2 * converters/wkhtmltopdf: update 0.12.4 -> 0.12.5, unbreakpi2018-06-135-176/+21 * Grab maintainership of TiLP2+ libraries, they are too important to be orphans.danfe2018-06-091-1/+1 * Update TiLP2+libraries and drop maintainership.tijl2018-06-083-12/+11 * Remove expired ports:rene2018-06-074-40/+0 * Update WWWsunpoet2018-06-051-1/+1 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-05-291-1/+1 * Update WWWsunpoet2018-05-2864-64/+64 * Update lang/ghc 8.4.2 and the hs-* ports the newer versionstcberner2018-05-2612-42/+41 * Add PY_FLAVOR to Python module dependencies.mat2018-05-221-1/+1 * - Update to 0.2.19tota2018-05-212-4/+4 * Update to 2.0.6sunpoet2018-05-142-4/+4 * Add LICENSE and LICENSE_FILEkrion2018-05-121-0/+3 * - Add LICENSEamdmi32018-05-122-1/+3 * - Update to 0.2.18tota2018-05-092-4/+4 * - Update to 0.96.0amdmi32018-05-083-6/+5 * Deprecate ports broken for more than 6 monthsantoine2018-05-051-0/+2 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-05-041-1/+1 * Update to 2.98sunpoet2018-04-272-4/+4 * lang/php72: Update from 7.2.4 to 7.2.5tz2018-04-261-11/+0 * Update PHP 7.1 from 7.1.16 to 7.1.17tz2018-04-261-11/+0 * Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-265-5/+5 * Update to 1.004000sunpoet2018-04-222-4/+4 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade in 467751jrm2018-04-201-1/+1 * devel/boost-*: update to 1.67.0jbeich2018-04-182-2/+2 * Add py-pint 0.8.1sunpoet2018-04-154-0/+36 * - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-051-1/+1 * Move converters/rubygem-bsdconv to converters/rubygem-ruby-bsdconvsunpoet2018-04-034-3/+2 * Move converters/php5-bsdconv to converters/php-bsdconvsunpoet2018-04-035-6/+5 * Add SONAMEsunpoet2018-04-032-0/+10 * converters/py-unidecode: Update to 1.0.22dbaio2018-04-012-5/+6 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-04-011-1/+1 * - Add LICENSEamdmi32018-03-311-0/+3 * * Set LICENSE.vanilla2018-03-273-5/+12 * Add a lua 5.1 copy of lua-iconv per user requestfeld2018-03-224-0/+37 * Bump PORTREVISION on ports depending on devel/libical.truckman2018-03-201-1/+1 * Fix build with oniguruma 6.8.1antoine2018-03-204-0/+44 * - Add LICENSEamdmi32018-03-141-0/+3 * - Add LICENSEamdmi32018-03-111-0/+3 * Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-114-2/+4 * Add more information to stub error messages.linimon2018-03-101-8/+8 * Introduce PHP flavors.mat2018-03-091-1/+1 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-03-051-1/+1 * New port: converters/py-webencodings: Character encoding aliases for legacy w...yuri2018-03-044-0/+38 * - Update to 0.10amdmi32018-03-033-8/+6 * Update to 4.02sunpoet2018-02-282-4/+4 * Unbreakantoine2018-02-241-1/+1 * Mark wkhtmltopdf as broken for clang >= 6.0 until fixedmm2018-02-241-1/+9 * Reset vg@'s ports after he resigned.rene2018-02-243-3/+3 * Update to 2.97sunpoet2018-02-212-4/+4 * Reduce dependency on the python2 metaportantoine2018-02-191-2/+2 * BROKEN_SSL: Add REASON for breakagebrnrd2018-02-171-0/+1 * security/openssl-devel: Mark broken cat c*brnrd2018-02-161-0/+1 * converters/dumpasn1: unbreak, update distinfopi2018-02-122-7/+6 * Update to 2.96sunpoet2018-02-112-4/+4 * Unbreak bulk -aantoine2018-02-111-1/+1 * converters/py-zfec: Update to 1.5.2yuri2018-02-113-19/+14 * Switch C compiler used to compile GHC to base Clang.tcberner2018-02-106-2/+6 * Canonicalize PyPi WWWs:amdmi32018-02-093-3/+3 * Update to 2.95sunpoet2018-02-082-4/+4 * Note PHP ports that do not build with 7.2.mat2018-02-081-1/+1 * Update to 4.01sunpoet2018-02-042-4/+4 * Update to 4.00sunpoet2018-02-033-4/+6 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-02-011-1/+1 * Add LICENSEsunpoet2018-01-293-21/+8 * Update to 1.003010sunpoet2018-01-282-4/+4 * Update p5-Sereal to 4.005adamw2018-01-246-12/+12 * devel/boost-*: update to 1.66.0jbeich2018-01-182-0/+2 * New port: converters/osm2pgrouting: Import OSM data into pgRouting databaseyuri2018-01-168-0/+120 * Update to 2.97001sunpoet2018-01-132-4/+5 * Return kevlo's ports to the pool, he handed in his commit bit.rene2018-01-121-1/+1 * Update to 2.94sunpoet2018-01-102-4/+4 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2018-01-081-1/+1 * - Unsilence installation commandsamdmi32017-12-274-13/+13 * - Add mutual runtime conflicts between hs-dataenc and hs-sandiamdmi32017-12-252-0/+4 * Update to 2.97001sunpoet2017-12-252-5/+5 * Update to 2.0.0antoine2017-12-242-5/+4 * - Switch to USES=taramdmi32017-12-231-5/+7 * - Add LICENSEamdmi32017-12-181-2/+9 * - Add LICENSEamdmi32017-12-171-3/+5 * Update to 2.2.1sunpoet2017-12-162-4/+4 * - Fix WWWamdmi32017-12-151-1/+1 * Update to 2.2.3sunpoet2017-12-152-5/+5 * Update to 2.2.0sunpoet2017-12-152-4/+4 * Add missing IGNORE_WITH_PHP for various pecl-ports.tz2017-12-141-1/+1 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.krion2017-12-111-1/+1 * Update to 2.97000sunpoet2017-12-112-5/+4 * Convert Python ports to FLAVORS.mat2017-11-304-8/+6 * For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-301-0/+1 * - Fix WWW:amdmi32017-11-231-1/+1 * converters/bibtexconv: Update to 1.1.11 [1]dbaio2017-11-183-11/+14 * Add PHP 7.2 RC6tz2017-11-165-0/+81 * Chase upgrade of lang/sbcljrm2017-11-151-1/+1 * Update to 0.58sunpoet2017-11-142-4/+4 * Update to 4.004adamw2017-11-136-12/+14 * Update to 0.57sunpoet2017-11-132-4/+4 * Update to 2.0.5sunpoet2017-11-062-4/+4 * Update to 5.6.32 release.ale2017-11-011-2/+0 * Cleanup dead master_sitesbapt2017-10-133-6/+3 * Mark as broken ports with invalid checksum or no public distfilesbapt2017-10-132-0/+3 * - Update to 0.94.0amdmi32017-10-094-31/+5 * - Mark architecture neutralantoine2017-10-081-0/+6 * Update py-bencode 1.0 to py-bencode.py 1.2.0, this is a fork that worksantoine2017-10-085-7/+10 * Update to 2.93sunpoet2017-10-072-4/+4 * Update to 2.1.7sunpoet2017-10-062-4/+4 * - Update MASTER_SITES for my portsak2017-10-051-1/+1 * converters/p5-Bencode: Update to 1.500feld2017-09-292-5/+5 * Update to 2.1.6sunpoet2017-09-282-6/+7 * Update to 2.0.4sunpoet2017-09-272-4/+4 * Update to 2.0.3sunpoet2017-09-262-4/+4 * Define ICONV_GET_ILSEQ_INVALID and ICONV_SET_ILSEQ_INVALID when mimickingtijl2017-09-262-4/+10 * Update to 2.0.2sunpoet2017-09-252-4/+4 * devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1 * devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1 * Update LICENSEsunpoet2017-09-251-1/+2 * New ports, converters/rubygem-json-ld-preloaded andjrm2017-09-167-0/+64 * Fix license information for portgs that use "the same license as Perl".mat2017-09-1530-30/+30 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1 * Bump PORTREVISION on *-sbcl ports after lang/sbcl upgradejrm2017-09-071-1/+1 * Update to 3.0239sunpoet2017-08-302-4/+4 * Update to 3.0238sunpoet2017-08-272-4/+4 * Bump PORTREVISION after recent poppler updateswills2017-08-241-1/+1 * Update to 3.04sunpoet2017-08-182-4/+4 * - Update The Glorious Glasgow Haskell Compiler to version 8.0.2tcberner2017-08-0914-19/+66 * - Pass maintainership to me. marino@ is not part of FreeBSD committersacm2017-08-041-1/+0 * Update PHP 7.1 from 7.1.7 to 7.1.8tz2017-08-031-2/+0 * Update PHP 7 from 7.0.21 to 7.0.22tz2017-08-031-2/+0 * lang/php56: Change from oniguruma5 to oniguruma6tz2017-08-021-0/+2 * Update to 3.0237sunpoet2017-07-302-4/+4 * Update to 3.0236sunpoet2017-07-282-4/+4 * Update to 2.92sunpoet2017-07-192-4/+4 * - Update MASTER_SITEScpm2017-07-162-12/+12 * Simplify post-patch:sunpoet2017-07-161-10/+3 * Update modifier: use :S instead of :Csunpoet2017-07-16