No documentation available.
More...
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
IconSet
Boost.Python.instance
builtin.object
Constructor & Destructor Documentation
def Commands.IconSet.__init__ |
( |
|
arg1, |
|
|
|
icons |
|
) |
| |
- Returns
- Instance of type object
C++ signature :
void* __init__(boost::python::api::object,boost::python::tuple)
Member Function Documentation
def Commands.IconSet.__dict__ |
( |
|
args | ) |
|
def Commands.IconSet.__getitem__ |
( |
|
args | ) |
|
object __getitem__(tuple args, dict kwds) :
C++ signature :
object __getitem__(tuple args, dict kwds)
def Commands.IconSet.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of Boost.Python.class object>
def Commands.IconSet.__reduce__ |
( |
|
args | ) |
|
__reduce__ = <unnamed Boost.Python function>(args)
def Commands.IconSet.__setitem__ |
( |
|
args | ) |
|
object __setitem__(tuple args, dict kwds) :
C++ signature :
object __setitem__(tuple args, dict kwds)
def Commands.IconSet.__weakref__ |
( |
|
args | ) |
|
def Commands.IconSet.append |
( |
|
arg1, |
|
|
|
arg2 |
|
) |
| |
- Returns
- Instance of type None
C++ signature :
void append(Alloy::Commands::IconSet {lvalue},Alloy::Pointer::Pointer<Alloy::Commands::Icon>)