xwt/Xwt/Xwt.Backends
Jeremie Laval 946c24405c Add ForeignPlug widget
This widget serves as a barrier between toolkit, only bridge toolkit (i.e. GtkMac) implements it with whatever specific mechanism they have to host a toolkit widget hierarchy into another toolkit widget hierarchy.

In practise that means the parent and the child of a ForeignPlug are from two different toolkits.
2012-07-26 16:41:54 +01:00
..
BackendHost.cs Remove staticness from WidgetRegistry. 2012-07-26 16:41:53 +01:00
DefaultNaturalSizes.cs Move WidgetRegistry back to Xwt.Engine 2012-04-04 09:41:32 +02:00
EngineBackend.cs Remove staticness from WidgetRegistry. 2012-07-26 16:41:53 +01:00
IAlertDialogBackend.cs
IBackend.cs Reorganized event sinks into backend hosts 2012-04-03 19:02:14 +02:00
IBackendHandler.cs
IBoxBackend.cs
IButtonBackend.cs
ICanvasBackend.cs Add dirty rect parameter to Canvas.OnDraw 2012-04-16 16:08:54 +02:00
ICheckBoxBackend.cs
ICheckBoxMenuItemBackend.cs
IClipboardBackend.cs
ICollectionListener.cs
IColorSelectorBackend.cs Added color selector widget with custom implementation 2012-04-20 13:42:31 +02:00
IColumnContainerBackend.cs
IComboBoxBackend.cs
IComboBoxEntryBackend.cs
IContextBackendHandler.cs Added new feature: partial image drawing(see issue #95) 2012-04-05 01:15:14 +01:00
ICustomWidgetBackend.cs
IDatePickerBackend.cs Add some missing headers 2012-06-22 19:24:07 +01:00
IDesignerSurfaceBackend.cs
IDialogBackend.cs
IExpandBackend.cs Add Expander widget + Gtk and Mac implementation 2012-07-26 16:41:53 +01:00
IFileDialogBackend.cs
IFontBackendHandler.cs
IForeignPlugBackend.cs Add ForeignPlug widget 2012-07-26 16:41:54 +01:00
IFrameBackend.cs
IFrontend.cs Remove staticness from WidgetRegistry. 2012-07-26 16:41:53 +01:00
IGradientBackendHandler.cs
IImageBuilderBackendHandler.cs
IImagePatternBackendHandler.cs
IImageViewBackend.cs
ILabelBackend.cs
IListBoxBackend.cs Added ListBox widget 2012-04-03 13:31:59 +02:00
IListStoreBackend.cs Add Clear method to ListStore 2012-04-19 16:06:42 +02:00
IListViewBackend.cs
IMenuBackend.cs
IMenuButtonBackend.cs
IMenuItemBackend.cs
INotebookBackend.cs
IOpenFileDialogBackend.cs
IPanedBackend.cs Removed a bunch of Paned code not required anymore with the new layout approach 2012-03-29 03:02:30 +02:00
IPopoverBackend.cs Update Popover API to be simpler 2012-07-26 16:41:53 +01:00
IProgressBarBackend.cs ProgressBar: correct some headers 2012-05-14 20:32:22 +01:00
IRadioButtonMenuItemBackend.cs
ISaveFileDialogBackend.cs
IScrollAdjustmentBackend.cs
IScrollViewBackend.cs [ScrollView] Added backend method for setting the size of the child 2012-03-23 20:54:24 +01:00
IScrollableWidgetBackend.cs ListView and TreeView are now scrollable without the need of a ScrollView 2012-03-29 15:09:09 +02:00
ISelectColorDialogBackend.cs
ISelectFolderDialogBackend.cs
ISeparatorBackend.cs
ISeparatorMenuItemBackend.cs
ISpinButtonBackend.cs Add some missing headers 2012-06-22 19:24:07 +01:00
IStatusIconBackend.cs StatusIcon: dispose properly 2012-04-14 11:24:14 +01:00
ITableViewBackend.cs ListView and TreeView are now scrollable without the need of a ScrollView 2012-03-29 15:09:09 +02:00
ITextEntryBackend.cs
ITextLayoutBackendHandler.cs Correct Height spelling 2012-04-09 12:53:04 -04:00
IToggleButtonBackend.cs
ITreeStoreBackend.cs
ITreeViewBackend.cs
IWidgetBackend.cs Added method for getting the default natural size of a widget 2012-03-27 20:38:08 +02:00
IWindowBackend.cs Fixed Window size initialization issues 2012-03-28 17:09:01 +02:00
IWindowFrameBackend.cs Fix window position when shown for the first time 2012-06-25 11:34:56 +02:00
ImageBackendHandler.cs [Image] Added GetPixel and SetPixel 2012-04-16 17:09:27 +02:00
TransferDataStore.cs Add overload to TransferDataStore for adding an already created data object 2012-04-04 21:21:22 +02:00
XwtWidgetBackend.cs Added color selector widget with custom implementation 2012-04-20 13:42:31 +02:00