Method | Description | |
---|---|---|
BeginComponentDrag ( Stetic.ComponentType type, Gtk source, Gdk ctx ) : void | ||
BeginComponentDrag ( string title, string className, Gtk source, Gdk ctx, ComponentDropCallback callback ) : void | ||
CopySelection ( ) : void | ||
CreateActionGroupDesigner ( ) : |
||
CutSelection ( ) : void | ||
DeleteSelection ( ) : void | ||
Dispose ( ) : void | ||
GetComponentTypes ( ) : Stetic.ComponentType[] | ||
PasteToSelection ( ) : void | ||
Save ( ) : void |
Method | Description | |
---|---|---|
OnCreatePlug ( uint socketId ) : void | ||
OnCreateWidget ( ) : Gtk.Widget | ||
OnDestroyPlug ( uint socketId ) : void |
Method | Description | |
---|---|---|
CreateSession ( ) : void | ||
NotifyBindField ( ) : void | ||
NotifyChanged ( ) : void | ||
NotifyModifiedChanged ( ) : void | ||
NotifyRootWidgetChanged ( ) : void | ||
NotifyRootWidgetChanging ( ) : void | ||
NotifySelectionChanged ( object ob, bool canCut, bool canCopy, bool canPaste, bool canDelete ) : void | ||
OnBackendChanged ( |
||
OnBackendChanging ( ) : void | ||
OnComponentNameChanged ( object s, Stetic.ComponentNameEventArgs args ) : void | ||
OnComponentTypesChanged ( object s, |
||
OnProjectBackendChanged ( |
||
OnSignalAdded ( object sender, Stetic args ) : void | ||
OnSignalChanged ( object sender, Stetic args ) : void | ||
OnSignalRemoved ( object sender, Stetic args ) : void | ||
SetActive ( ) : void | ||
WidgetDesigner ( |
public BeginComponentDrag ( Stetic.ComponentType type, Gtk source, Gdk ctx ) : void | ||
type | Stetic.ComponentType | |
source | Gtk | |
ctx | Gdk | |
return | void |
public BeginComponentDrag ( string title, string className, Gtk source, Gdk ctx, ComponentDropCallback callback ) : void | ||
title | string | |
className | string | |
source | Gtk | |
ctx | Gdk | |
callback | ComponentDropCallback | |
return | void |
public CreateActionGroupDesigner ( ) : |
||
return |
public GetComponentTypes ( ) : Stetic.ComponentType[] | ||
return | Stetic.ComponentType[] |
protected OnCreatePlug ( uint socketId ) : void | ||
socketId | uint | |
return | void |
protected OnDestroyPlug ( uint socketId ) : void | ||
socketId | uint | |
return | void |