Buffers ?!
This commit is contained in:
@@ -318,6 +318,7 @@ func (w *LinearLayout) ActivatePrev() bool {
|
||||
}
|
||||
|
||||
func (w *LinearLayout) SetOrientation(o LinearLayoutOrient) { w.orientation = o }
|
||||
func (w *LinearLayout) WidgetCount() int { return len(w.widgets) }
|
||||
func (w *LinearLayout) IndexOf(n Widget) int {
|
||||
for i := range w.widgets {
|
||||
if w.widgets[i] == n {
|
||||
|
||||
Reference in New Issue
Block a user