Property | Type | Description | |
---|---|---|---|
AbsoluteToRelativePath | string | ||
CleanUndoData | void | ||
CreateGlobalActionGroupDesignerSession | |||
CreateLocalActionGroupDesignerSession | |||
CreateWidgetDesignerSession | |||
IProject | void | ||
IProject | void | ||
IProject | void | ||
IProject | void | ||
IProject | void | ||
NotifyChanged | void | ||
OnComponentTypesChanged | void | ||
OnGroupAdded | void | ||
OnGroupRemoved | void | ||
OnRegistryChanged | void | ||
OnRegistryChanging | void | ||
OnSignalAdded | void | ||
OnSignalChanged | void | ||
OnSignalRemoved | void | ||
OnWidgetNameChanged | void | ||
Read | void | ||
SetFileName | void | ||
SetFrontend | void | ||
Write |
Method | Description | |
---|---|---|
AddNewActionGroup ( string name ) : Stetic.Wrapper.ActionGroup | ||
AddNewActionGroupFromTemplate ( string template ) : Stetic.Wrapper.ActionGroup | ||
AddNewWidget ( string type, string name ) : object | ||
AddNewWidgetFromTemplate ( string template ) : object | ||
AddWidget ( Gtk widget ) : void | ||
AddWidgetLibrary ( string lib ) : void | ||
AddWidgetLibrary ( string lib, bool isInternal ) : void | ||
AddWindow ( Gtk window ) : void | ||
AddWindow ( Gtk window, bool select ) : void | ||
AttachActionGroups ( Stetic groups ) : void | ||
Close ( ) : void | ||
CopyWidgetToProject ( string name, |
||
Dispose ( ) : void | ||
EditIcons ( ) : void | ||
ExportGlade ( string fileName ) : void | ||
GetActionGroups ( ) : Stetic.Wrapper.ActionGroup[] | ||
GetComponentTypes ( ) : |
||
GetTopLevel ( string name ) : Gtk.Widget | ||
GetTopLevelWrapper ( string name, bool throwIfNotFound ) : |
||
GetWidget ( |
||
GetWidgetData ( string name ) : |
||
GetWidgetTypes ( ) : string[] | ||
ImportFile ( string filePath ) : string | ||
ImportGlade ( string fileName ) : void | ||
InitializeLifetimeService ( ) : object | ||
IsInternalLibrary ( string lib ) : bool | ||
Load ( string fileName ) : void | ||
Load ( string xmlFile, string fileName ) : void | ||
NotifyComponentTypesChanged ( ) : void | ||
PopupContextMenu ( |
||
PopupContextMenu ( Stetic wrapper ) : void | ||
ProjectBackend ( |
||
Reload ( ) : void | ||
RemoveActionGroup ( Stetic group ) : void | ||
RemoveWidget ( string name ) : void | ||
RemoveWidgetLibrary ( string lib ) : void | ||
Save ( string fileName ) : void |
Method | Description | |
---|---|---|
OnModifiedChanged ( |
||
OnSignalAdded ( Stetic.SignalEventArgs args ) : void | ||
OnSignalChanged ( Stetic.SignalChangedEventArgs args ) : void | ||
OnSignalRemoved ( Stetic.SignalEventArgs args ) : void | ||
OnWidgetAdded ( Stetic args ) : void |
Method | Description | |
---|---|---|
AbsoluteToRelativePath ( string baseDirectoryPath, string absPath ) : string | ||
CleanUndoData ( |
||
CreateGlobalActionGroupDesignerSession ( |
||
CreateLocalActionGroupDesignerSession ( |
||
CreateWidgetDesignerSession ( |
||
IProject ( Stetic.ObjectWrapperEventArgs args ) : void | ||
IProject ( Stetic.SignalChangedEventArgs args ) : void | ||
IProject ( Stetic.SignalEventArgs args ) : void | ||
IProject ( Stetic args ) : void | ||
IProject ( Wrapper w ) : void | ||
NotifyChanged ( ) : void | ||
OnComponentTypesChanged ( object s, |
||
OnGroupAdded ( object s, Stetic args ) : void | ||
OnGroupRemoved ( object s, Stetic args ) : void | ||
OnRegistryChanged ( object o, |
||
OnRegistryChanging ( object o, |
||
OnSignalAdded ( object sender, Stetic.SignalEventArgs args ) : void | ||
OnSignalChanged ( object sender, Stetic.SignalChangedEventArgs args ) : void | ||
OnSignalRemoved ( object sender, Stetic.SignalEventArgs args ) : void | ||
OnWidgetNameChanged ( Stetic args, bool isTopLevel ) : void | ||
Read ( |
||
SetFileName ( string fileName ) : void | ||
SetFrontend ( |
||
Write ( bool includeUndoInfo ) : |
public AddNewActionGroup ( string name ) : Stetic.Wrapper.ActionGroup | ||
name | string | |
return | Stetic.Wrapper.ActionGroup |
public AddNewActionGroupFromTemplate ( string template ) : Stetic.Wrapper.ActionGroup | ||
template | string | |
return | Stetic.Wrapper.ActionGroup |
public AddNewWidget ( string type, string name ) : object | ||
type | string | |
name | string | |
return | object |
public AddNewWidgetFromTemplate ( string template ) : object | ||
template | string | |
return | object |
public AddWidgetLibrary ( string lib ) : void | ||
lib | string | |
return | void |
public AddWidgetLibrary ( string lib, bool isInternal ) : void | ||
lib | string | |
isInternal | bool | |
return | void |
public AddWindow ( Gtk window, bool select ) : void | ||
window | Gtk | |
select | bool | |
return | void |
public AttachActionGroups ( Stetic groups ) : void | ||
groups | Stetic | |
return | void |
public CopyWidgetToProject ( string name, |
||
name | string | |
other | ||
replacedName | string | |
return | void |
public ExportGlade ( string fileName ) : void | ||
fileName | string | |
return | void |
public GetActionGroups ( ) : Stetic.Wrapper.ActionGroup[] | ||
return | Stetic.Wrapper.ActionGroup[] |
public GetComponentTypes ( ) : |
||
return |
public GetTopLevel ( string name ) : Gtk.Widget | ||
name | string | |
return | Gtk.Widget |
public GetTopLevelWrapper ( string name, bool throwIfNotFound ) : |
||
name | string | |
throwIfNotFound | bool | |
return |
public GetWidget ( |
||
data | ||
return | Gtk.Widget |
public GetWidgetData ( string name ) : |
||
name | string | |
return |
public ImportFile ( string filePath ) : string | ||
filePath | string | |
return | string |
public ImportGlade ( string fileName ) : void | ||
fileName | string | |
return | void |
public InitializeLifetimeService ( ) : object | ||
return | object |
public IsInternalLibrary ( string lib ) : bool | ||
lib | string | |
return | bool |
public Load ( string xmlFile, string fileName ) : void | ||
xmlFile | string | |
fileName | string | |
return | void |
public NotifyComponentTypesChanged ( ) : void | ||
return | void |
protected OnModifiedChanged ( |
||
args | ||
return | void |
protected OnSignalAdded ( Stetic.SignalEventArgs args ) : void | ||
args | Stetic.SignalEventArgs | |
return | void |
protected OnSignalChanged ( Stetic.SignalChangedEventArgs args ) : void | ||
args | Stetic.SignalChangedEventArgs | |
return | void |
protected OnSignalRemoved ( Stetic.SignalEventArgs args ) : void | ||
args | Stetic.SignalEventArgs | |
return | void |
protected OnWidgetAdded ( Stetic args ) : void | ||
args | Stetic | |
return | void |
public PopupContextMenu ( |
||
ph | ||
return | void |
public PopupContextMenu ( Stetic wrapper ) : void | ||
wrapper | Stetic | |
return | void |
public ProjectBackend ( |
||
app | ||
return | System |
public RemoveActionGroup ( Stetic group ) : void | ||
group | Stetic | |
return | void |
public RemoveWidgetLibrary ( string lib ) : void | ||
lib | string | |
return | void |