toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.scene.dsl
/
IconGrid
Icon
Grid
class
IconGrid
(
val
iconSheet
:
IconSheet
,
val
spacing
:
Int
,
var
left
:
Int
,
var
top
:
Int
)
Members
Members & Extensions
Constructors
Icon
Grid
Link copied to clipboard
constructor
(
iconSheet
:
IconSheet
,
spacing
:
Int
,
left
:
Int
,
top
:
Int
)
Properties
icon
Sheet
Link copied to clipboard
val
iconSheet
:
IconSheet
left
Link copied to clipboard
var
left
:
Int
spacing
Link copied to clipboard
val
spacing
:
Int
top
Link copied to clipboard
var
top
:
Int
Functions
row
Link copied to clipboard
fun
IconGrid
.
row
(
prefix
:
String
,
vararg
names
:
String
)