initial commit
This commit is contained in:
8
model_column_display.go
Normal file
8
model_column_display.go
Normal file
@ -0,0 +1,8 @@
|
||||
package niri
|
||||
|
||||
type ColumnDisplay string
|
||||
|
||||
const (
|
||||
ColumnDisplayNormal ColumnDisplay = "Normal"
|
||||
ColumnDisplayTabbed ColumnDisplay = "Tabbed"
|
||||
)
|
Reference in New Issue
Block a user