~ubuntu-branches/debian/experimental/geany/experimental

« back to all changes in this revision

Viewing changes to scintilla/include/ScintillaWidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Scintilla source code edit control
 
1
/* Scintilla source code edit control */
2
2
/** @file ScintillaWidget.h
3
3
 ** Definition of Scintilla widget for GTK+.
4
4
 ** Only needed by GTK+ code but is harmless on other platforms.
5
5
 **/
6
 
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
7
 
// The License.txt file describes the conditions under which this software may be distributed.
 
6
/* Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
 
7
 * The License.txt file describes the conditions under which this software may be distributed. */
8
8
 
9
9
#ifndef SCINTILLAWIDGET_H
10
10
#define SCINTILLAWIDGET_H