Last change
on this file was 2, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
342 bytes
|
Line | |
---|
1 | // -*- c++ -*-
|
---|
2 | // gtkutils.cc - Common functions for the gtk AWT peers.
|
---|
3 |
|
---|
4 | /* Copyright (C) 2000 Free Software Foundation
|
---|
5 |
|
---|
6 | This file is part of libgcj.
|
---|
7 |
|
---|
8 | This software is copyrighted work licensed under the terms of the
|
---|
9 | Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
|
---|
10 | details. */
|
---|
11 |
|
---|
12 | #include <gtk/gtk.h>
|
---|
13 |
|
---|
14 | #include "gtkcommon.h"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.