UITitlebar class
UITitlebar
- Available extensions
Constructors
- UITitlebar.new()
-
Returns a new instance of UITitlebar constructed with the default
new
method.factory - UITitlebar.castFrom(ObjCObjectBase other)
-
Constructs a UITitlebar that points to the same underlying object as
other
. -
UITitlebar.castFromPointer(Pointer<
ObjCObject> other, {bool retain = false, bool release = false}) - Constructs a UITitlebar that wraps the given raw object pointer.
Properties
- autoHidesToolbarInFullScreen ↔ bool
-
Available on UITitlebar, provided by the UITitlebar$Methods extension
autoHidesToolbarInFullScreengetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- ref → ObjCObjectRef
-
finalinherited
- representedURL ↔ NSURL?
-
Available on UITitlebar, provided by the UITitlebar$Methods extension
representedURLgetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separatorStyle ↔ UITitlebarSeparatorStyle
-
Available on UITitlebar, provided by the UITitlebar$Methods extension
separatorStylegetter/setter pair - titleVisibility ↔ UITitlebarTitleVisibility
-
Available on UITitlebar, provided by the UITitlebar$Methods extension
titleVisibilitygetter/setter pair - toolbar ↔ NSToolbar?
-
Available on UITitlebar, provided by the UITitlebar$Methods extension
toolbargetter/setter pair - toolbarStyle ↔ UITitlebarToolbarStyle
-
Available on UITitlebar, provided by the UITitlebar$Methods extension
toolbarStylegetter/setter pair
Methods
-
init(
) → UITitlebar -
Available on UITitlebar, provided by the UITitlebar$Methods extension
init -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
alloc(
) → UITitlebar - alloc
-
allocWithZone(
Pointer< NSZone> zone) → UITitlebar - allocWithZone:
-
isInstance(
ObjCObjectBase obj) → bool -
Returns whether
obj
is an instance of UITitlebar. -
new$(
) → UITitlebar - new