/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-view.h * * Copyright (C) 2000 Helix Code, Inc. * * This program 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 program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * * Author: Ettore Perazzoli */ #ifndef _E_SHELL_VIEW_H_ #define _E_SHELL_VIEW_H_ #ifdef HAVE_CONFIG_H #include #endif #include #include #include "e-shell.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_SHELL_VIEW (e_shell_view_get_type ()) #define E_SHELL_VIEW(obj) (GTK_CHECK_CAST ((obj), E_TYPE_SHELL_VIEW, EShellView)) #define E_SHELL_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_SHELL_VIEW, EShellViewClass)) #define E_IS_SHELL_VIEW(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_SHELL_VIEW)) #define E_IS_SHELL_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_SHELL_VIEW)) typedef struct _EShellView EShellView; typedef struct _EShellViewPrivate EShellViewPrivate; typedef struct _EShellViewClass EShellViewClass; enum _EShellViewSubwindowMode { E_SHELL_VIEW_SUBWINDOW_HIDDEN, E_SHELL_VIEW_SUBWINDOW_TRANSIENT, E_SHELL_VIEW_SUBWINDOW_STICKY }; typedef enum _EShellViewSubwindowMode EShellViewSubwindowMode; struct _EShellView { GnomeApp parent; EShellViewPrivate *priv; }; struct _EShellViewClass { GnomeAppClass parent_class; /* Signals. */ void (* shortcut_bar_mode_changed) (EShellView *shell_view, EShellViewSubwindowMode new_mode); void (* folder_bar_mode_changed) (EShellView *shell_view, EShellViewSubwindowMode mode); }; GtkType e_shell_view_get_type (void); void e_shell_view_construct (EShellView *shell_view, EShell *shell); GtkWidget *e_shell_view_new (EShell *shell); gboolean e_shell_view_display_uri (EShellView *shell_view, const char *uri); void e_shell_view_set_shortcut_bar_mode (EShellView *shell_view, EShellViewSubwindowMode mode); void e_shell_view_set_folder_bar_mode (EShellView *shell_view, EShellViewSubwindowMode mode); EShellViewSubwindowMode e_shell_view_get_shortcut_bar_mode (EShellView *shell_view); EShellViewSubwindowMode e_shell_view_get_folder_bar_mode (EShellView *shell_view); EShell *e_shell_view_get_shell (EShellView *shell_view); BonoboUIHandler *e_shell_view_get_bonobo_ui_handler (EShellView *shell_view); GtkWidget *e_shell_view_get_appbar (EShellView *shell_view); const char *e_shell_view_get_current_uri (EShellView *shell_view); gboolean e_shell_view_save_settings (EShellView *shell_view, GConfClient *gconf_client, const char *prefix); gboolean e_shell_view_load_settings (EShellView *shell_view, GConfClient *gconf_client, const char *prefix); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_SHELL_VIEW_H_ */ es/serve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/german
Commit message (Expand)AuthorAgeFilesLines
* Add staroffice52.asami2000-09-211-0/+1
* Remove de-spinne -- this port depends on lang/mocka, which has been brokenasami2000-09-211-1/+0
* * Depend on libc6, this should fix some lib-problems. Also automaticallyalex2000-09-161-1/+4
* * Depend on libc6, this should fix some lib-problems. Also automaticallyalex2000-09-161-3/+6
* Fix cut and paste error.chris2000-09-081-1/+2
* Fix the error detection routines at the end.sheldonh2000-09-072-26/+32
* Use 'WEBALIZE_LANG?= german' so this can stand-in as a master port.steve2000-09-061-1/+1
* Use 'WEBALIZER_LANG?= ...' so this port can be as a MASTER for othersteve2000-09-051-1/+1
* Add some more help to solve potential installation problems.asmodai2000-08-311-0/+9
* Add MASTER_SITES and remove notice about manually downloadingjedgar2000-08-282-34/+19
* Back out the previous commit. That one has a problem which occurs onknu2000-08-281-5/+1
* PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.knu2000-08-271-1/+5
* - Add DISPLAY functionality to keep StarOffice from crashing duringjedgar2000-08-256-35/+108
* New port: staroffice52 (after repo-copy from staroffice5)jedgar2000-08-2516-5359/+9153
* Remove .for loop to install the manpage as it doesn't make sense for onlysteve2000-08-201-3/+1
* Fix MASTER_SITESjedgar2000-08-181-1/+1
* Substitute the extra spaces.kevlo2000-08-112-3/+2
* Update MASTER_SITES.kevlo2000-08-081-2/+2
* Update LIB_DEPENDSkevlo2000-08-071-1/+1
* Add webalizer2alex2000-07-191-0/+1
* Update to de-version 2.0.12 after repo-copy from german/webalizer by PW.alex2000-07-184-47/+60
* Change MAINTAINER: alex@big.endian.de --> alex@FreeBSD.orgalex2000-06-103-3/+3
* Another LIB_DEPENDS to change regarding gd: gd.0 -> gd.1.will2000-06-072-2/+2
* Fix how webalizer creates PNG images with .gif extension.will2000-05-301-0/+40
* fix packaging errors (don't sort the @dirrm list in a-z order)mharo2000-04-201-2/+2
* Correct english grammarmharo2000-04-201-4/+3
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-173-9/+9
* Move language specifications to PKGNAMEPREFIX (for now).asami2000-04-153-3/+6
* Remove "de-" from front of PORTNAME -- it is specified by ${PKGNAMEPERFIX}asami2000-04-157-7/+7
* Complete /usr/compat -> /compat (this was partly correct already)peter2000-04-152-6/+6
* /usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.billf2000-04-151-3/+3
* Remove obsolete `Version required' lines.knu2000-04-151-1/+0
* portname/portversion updatemharo2000-04-141-3/+3
* Set PKGNAMEPREFIX with ?= so it can be overridden.asami2000-04-111-1/+1
* Add PKGNAMEPREFIX definitions for language-specific dirs.asami2000-04-111-0/+4
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-103-6/+6
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-099-28/+28
* PREFIX -> LOCALBASEmharo2000-03-222-6/+1
* Add mb@imp.ch as the new MAINTAINER.steve2000-02-291-1/+1
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-283-3/+3
* Misc. small fixes from the maintainer.steve2000-02-272-7/+4
* Ispell german dictionary (old spelling)jmz2000-02-121-0/+16
* Ispell german dictionary (new spelling)jmz2000-02-121-0/+15
* Ispell with german dictionaries (old and new spelling)jmz2000-02-121-0/+16
* From maintainer:steve2000-01-301-7/+7
* Add "de-" in front of PKGNAME.asami2000-01-252-2/+2
* Add staroffice5.asami2000-01-141-0/+1
* Whoops - forgot the Makefile.eivind2000-01-092-0/+202
* German StarOffice port.eivind2000-01-0916-0/+5340
* Update to dict-1.2wosch2000-01-092-3/+3
* Add another distribution site for patches and changes the default for thesteve2000-01-011-8/+10
* These ports now need 'LIB_DEPENDS=gd.0:...'.steve1999-12-282-2/+2
* Remove '-v' from the invocation of ln(1).steve1999-12-241-1/+1
* "Quite sorry for sending this so late. I just got my hands on a Sunasami1999-12-154-2579/+2604
* Fix buglet in the perl expression.obrien1999-12-111-1/+1
* Updated checksums.obrien1999-12-101-0/+2
* I didn't notice there was a .file file as part of the port, and it wasobrien1999-12-101-1/+1
* This is Sun's version 5.1a of StarOffice, an office productivity suiteobrien1999-12-108-0/+2689
* Add '-lpng' for linking the against the static libgd.a.steve1999-11-013-2/+15
* Update to version 1.30.4.steve1999-09-276-16/+1234
* Update master site.wosch1999-09-193-3/+3
* Unbreak by finding the new master site and updating to 1.9.99cpiazza1999-09-063-6/+8
* $Id$ -> $FreeBSD$peter1999-08-292-2/+2
* ln -> ${LN}mharo1999-08-281-1/+1
* Change Id->FreeBSD.obrien1999-08-257-7/+7
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-277-7/+7
* Activate cheapcall.cpiazza1999-06-261-1/+2
* A utility that shows the cheapest call-by-call telephone provider.cpiazza1999-06-265-0/+53
* Update to version 1.22.6.steve1999-06-104-18/+16
* Use PERL_ARCH so this works on the Alpha too.steve1999-05-312-12/+12
* Add WWW:mharo1999-05-035-6/+10
* Update to version 1.22.3.steve1999-03-316-24/+24
* Cleanup MASTER_SITES.wosch1999-03-081-3/+2
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-031-3/+3
* Update to version 1.20.07.steve1999-01-267-22/+56
* Typo in last commit.wosch1999-01-171-1/+1
* Added short english commentwosch1999-01-17