2012-11-04 00:32:09 +00:00
|
|
|
SUBDIRS = . glue gui-thread-check
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
pkg = gtk
|
|
|
|
pkgconfigdir=$(libdir)/pkgconfig
|
2009-08-30 20:06:33 +00:00
|
|
|
pkgconfig_DATA=gtk-sharp-3.0.pc
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
SYMBOLS = gtk-symbols.xml
|
2011-01-30 23:00:03 +00:00
|
|
|
INCLUDE_API = $(top_srcdir)/glib/glib-api.xml $(top_srcdir)/cairo/cairo-api.xml $(top_builddir)/gio/gio-api.xml $(top_builddir)/pango/pango-api.xml $(top_builddir)/atk/atk-api.xml $(top_builddir)/gdk/gdk-api.xml
|
2005-01-09 00:26:45 +00:00
|
|
|
METADATA = Gtk.metadata
|
2011-01-30 23:00:03 +00:00
|
|
|
references = $(top_builddir)/glib/glib-sharp.dll $(top_builddir)/cairo/cairo-sharp.dll $(top_builddir)/gio/gio-sharp.dll $(top_builddir)/pango/pango-sharp.dll $(top_builddir)/atk/atk-sharp.dll $(top_builddir)/gdk/gdk-sharp.dll
|
* generator/StructBase.cs: update field-generation logic a bit
* generator/CodeGenerator.cs: add a --glue-includes flag
* generator/GenerationInfo.cs: Accept glue_includes value from
Main and output it to the glue_filename.
* generator/FieldBase.cs (Ignored): handle more ignorable cases.
(CheckGlue): New method to figure out what kind of glue we'll need
for a field.
(GenerateImports): generate appropriate imports per CheckGlue.
(GenerateGlue): Generate C glue for accessing a struct field;
either a fully-C-based accessor, or a method to just return the
field's offset in the struct.
(Generate): Use the generated glue to read the field.
* generator/PropertyBase.cs (CType): if the field is a single bit,
set its type to gboolean.
* generator/ObjectGen.cs (Generate):
* generator/OpaqueGen.cs (Generate): Call GenFields.
* generator/StructField.cs: Use FieldBase's glue-generation code
to handle bitfields. [#54489]
* generator/ObjectField.cs: Generates accessors for public fields
of objects and opaque structs. [#69514]
* generator/ClassBase.cs (ClassBase): Parse <fields> nodes and
create ObjectField objects.
(GenFields): Output field properties
(IgnoreMethod): Ignore Get/Set methods that duplicate fields
* generator/Makefile.am (sources): update
* {gdk,gnome,gtk,pango}/*.metadata: Mark some additional fields as
public. Rename/retype some fields for consistency with earlier
hand-coded bindings.
* {gdk,gnome,gtk,pango}/*.custom: Remove custom methods that can
now be autogenerated.
* {gdk,gnome,gtk,pango}/glue/*.c: Remove glue methods that can now
be autogenerated
* {gdk,glade,gnome,gtk,pango,vte}/Makefile.am
* {gdk,glade,gnome,gtk,pango,vte}/glue/Makefile.am
* {gdk,gnome,gtk,pango}/glue/makefile.win32: Update
svn path=/trunk/gtk-sharp/; revision=44563
2005-05-16 14:28:55 +00:00
|
|
|
glue_includes = gtk/gtk.h
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
sources = \
|
2012-08-05 14:32:41 +00:00
|
|
|
Accel.cs \
|
|
|
|
AccelKey.cs \
|
|
|
|
Action.cs \
|
2004-11-26 14:59:38 +00:00
|
|
|
ActionEntry.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
ActionGroup.cs \
|
|
|
|
Adjustment.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
Application.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
Bin.cs \
|
2004-12-23 22:59:59 +00:00
|
|
|
BindingAttribute.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
Builder.cs \
|
|
|
|
Button.cs \
|
|
|
|
Calendar.cs \
|
2011-02-09 04:15:37 +00:00
|
|
|
CellAreaBox.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
CellLayoutAdapter.cs \
|
|
|
|
CellRenderer.cs \
|
|
|
|
CellView.cs \
|
|
|
|
CheckMenuItem.cs \
|
2004-11-18 20:31:22 +00:00
|
|
|
ChildPropertyAttribute.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
Clipboard.cs \
|
|
|
|
ColorSelection.cs \
|
|
|
|
ComboBox.cs \
|
2011-07-16 16:18:14 +00:00
|
|
|
ComboBoxText.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
Container.cs \
|
|
|
|
Dialog.cs \
|
|
|
|
Drag.cs \
|
|
|
|
Entry.cs \
|
|
|
|
EntryCompletion.cs \
|
|
|
|
FileChooserDialog.cs \
|
|
|
|
Frame.cs \
|
2011-04-18 16:49:17 +00:00
|
|
|
Global.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
HBox.cs \
|
|
|
|
HScale.cs \
|
2013-04-01 22:54:41 +00:00
|
|
|
ICellLayout.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
IconFactory.cs \
|
|
|
|
IconSet.cs \
|
|
|
|
IconTheme.cs \
|
|
|
|
IconView.cs \
|
|
|
|
Image.cs \
|
|
|
|
ImageMenuItem.cs \
|
|
|
|
Init.cs \
|
2013-04-01 22:54:41 +00:00
|
|
|
ITreeModel.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
ITreeNode.cs \
|
2008-04-15 18:44:53 +00:00
|
|
|
Key.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
Label.cs \
|
|
|
|
ListStore.cs \
|
|
|
|
Menu.cs \
|
|
|
|
MenuItem.cs \
|
|
|
|
MessageDialog.cs \
|
2004-12-17 20:32:33 +00:00
|
|
|
NodeCellDataFunc.cs \
|
2004-12-16 20:30:43 +00:00
|
|
|
NodeSelection.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
NodeStore.cs \
|
2004-12-16 20:30:43 +00:00
|
|
|
NodeView.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
Notebook.cs \
|
|
|
|
PaperSize.cs \
|
|
|
|
Plug.cs \
|
|
|
|
Printer.cs \
|
2012-11-15 11:05:45 +00:00
|
|
|
RadioAction.cs \
|
2004-11-26 14:59:38 +00:00
|
|
|
RadioActionEntry.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
RadioButton.cs \
|
|
|
|
RadioMenuItem.cs \
|
|
|
|
RadioToolButton.cs \
|
|
|
|
RecentManager.cs \
|
2007-04-17 17:42:58 +00:00
|
|
|
RowsReorderedHandler.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
ScrolledWindow.cs \
|
|
|
|
SelectionData.cs \
|
|
|
|
Settings.cs \
|
|
|
|
SpinButton.cs \
|
|
|
|
StatusIcon.cs \
|
|
|
|
Stock.cs \
|
|
|
|
StockItem.cs \
|
2005-01-18 03:06:15 +00:00
|
|
|
StockManager.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
Style.cs \
|
2011-04-21 17:10:36 +00:00
|
|
|
StyleContext.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
Target.cs \
|
|
|
|
TargetEntry.cs \
|
|
|
|
TargetList.cs \
|
|
|
|
TextAttributes.cs \
|
|
|
|
TextBuffer.cs \
|
|
|
|
TextChildAnchor.cs \
|
|
|
|
TextIter.cs \
|
|
|
|
TextMark.cs \
|
|
|
|
TextTag.cs \
|
|
|
|
TextView.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
ThreadNotify.cs \
|
2004-11-26 14:59:38 +00:00
|
|
|
ToggleActionEntry.cs \
|
2005-05-11 19:41:45 +00:00
|
|
|
TreeEnumerator.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
TreeIter.cs \
|
2011-02-09 04:15:37 +00:00
|
|
|
TreeMenu.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
TreeModelAdapter.cs \
|
|
|
|
TreeModelFilter.cs \
|
|
|
|
TreeModelSort.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
TreeNode.cs \
|
2012-08-05 14:32:41 +00:00
|
|
|
TreeNodeAttribute.cs \
|
|
|
|
TreeNodeValueAttribute.cs \
|
|
|
|
TreePath.cs \
|
|
|
|
TreeSelection.cs \
|
|
|
|
TreeStore.cs \
|
|
|
|
TreeView.cs \
|
|
|
|
TreeViewColumn.cs \
|
|
|
|
UIManager.cs \
|
|
|
|
VBox.cs \
|
|
|
|
Viewport.cs \
|
|
|
|
VScale.cs \
|
|
|
|
Widget.cs \
|
|
|
|
Window.cs
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2009-08-30 20:06:33 +00:00
|
|
|
add_dist = gtk-sharp-3.0.pc.in
|
2004-05-01 03:38:54 +00:00
|
|
|
|
2011-01-30 23:00:03 +00:00
|
|
|
include $(top_srcdir)/Makefile.include
|
2004-05-01 03:38:54 +00:00
|
|
|
|