70b8817f12
* atk/Object.custom: Add method to allow emission of visible-data-changed signal. * atk/TextChangedDetail.cs: * atk/TextAdapter.custom: Add method to allow emission of text-changed signal. svn path=/trunk/gtk-sharp/; revision=111015
20 lines
279 B
Makefile
20 lines
279 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = atk
|
|
METADATA = Atk.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources = \
|
|
TextChangedDetail.cs
|
|
|
|
customs = \
|
|
Global.custom \
|
|
Misc.custom \
|
|
Object.custom \
|
|
TextAdapter.custom \
|
|
Util.custom
|
|
|
|
add_dist =
|
|
|
|
include ../Makefile.include
|