diff --git a/docs/classes/element.html b/docs/classes/element.html index 080462d..d783c9b 100644 --- a/docs/classes/element.html +++ b/docs/classes/element.html @@ -32,6 +32,7 @@

Contents

@@ -39,6 +40,7 @@

Classes

Modules

+

Issues

+ + + + + +
element.debugDraw-todo7doc me

Methods

@@ -98,12 +107,34 @@ + + + +
element.getHeight (self) Returns an element's height.
element.move (self, x, y)Moves an element by specified x/y.


+

Issues

+ +
+
+ + element.debugDraw-todo7 +
+
+ doc me + + + + + + + +
+

Methods

@@ -169,7 +200,7 @@ element.setSize (w, h)
- Sets an element's width/height. + Sets an element's width/height. Fixes alignment if needed.

Parameters:

@@ -335,6 +366,44 @@ +
+
+ + element.move (self, x, y) +
+
+ Moves an element by specified x/y. + + +

Parameters:

+ + +

Returns:

+
    + + element + self +
+ + + +
@@ -343,7 +412,7 @@
generated by LDoc 1.4.3 -Last updated 2016-10-30 23:39:49 +Last updated 2017-04-08 13:43:44
diff --git a/docs/classes/window.html b/docs/classes/window.html new file mode 100644 index 0000000..4b20f86 --- /dev/null +++ b/docs/classes/window.html @@ -0,0 +1,151 @@ + + + + + Documentation + + + + +
+ +
+ +
+
+
+ + +
+ + + + + + +
+ +

Class window

+

A generic window element.

+

Built-in support for minimize, maximize, and close + buttons, as well as drag-to-resize and drag-to-move. Title bar customizable.

+

Info:

+
    +
  • Copyright: Paul Liverman III (2016)
  • +
  • License: The MIT License (MIT)
  • +
+ + +

Issues

+ + + + + +
window.new-todo8if data, do stuff about it
+

Methods

+ + + + + +
window.new (self, @, @)Constructor expects nothing, or a data table describing it.
+ +
+
+ + +

Issues

+ +
+
+ + window.new-todo8 +
+
+ if data, do stuff about it + + + + + + + +
+
+

Methods

+ +
+
+ + window.new (self, @, @) +
+
+ Constructor expects nothing, or a data table describing it. + + +

Parameters:

+
    +
  • self + + + +
  • +
  • @ + + + +
  • +
  • @ + + + +
  • +
+ + + + + +
+
+ + +
+
+
+generated by LDoc 1.4.3 +Last updated 2017-04-08 13:43:44 +
+
+ + diff --git a/docs/index.html b/docs/index.html index c83d07a..7085441 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,6 +39,7 @@

Classes

@@ -73,13 +74,17 @@ element A generic element every element must inherit from. + + window + A generic window element. +
generated by LDoc 1.4.3 -Last updated 2016-10-30 23:39:49 +Last updated 2017-04-08 13:43:44
diff --git a/docs/modules/Element.html b/docs/modules/Element.html index e0dde20..bbb56ed 100644 --- a/docs/modules/Element.html +++ b/docs/modules/Element.html @@ -48,6 +48,7 @@

Classes

@@ -490,7 +491,7 @@
generated by LDoc 1.4.3 -Last updated 2016-10-30 23:39:49 +Last updated 2017-04-08 13:43:44
diff --git a/docs/modules/main.html b/docs/modules/main.html index 7d4e2a6..f2de0a9 100644 --- a/docs/modules/main.html +++ b/docs/modules/main.html @@ -30,6 +30,10 @@
  • Index
  • +

    Contents

    +

    Modules

    @@ -42,6 +46,7 @@

    Classes

    @@ -60,18 +65,47 @@ +

    Functions

    + + + + + +
    love.draw () + +


    +

    Functions

    + +
    +
    + + love.draw () +
    +
    + + + + + + + + + + +
    +
    generated by LDoc 1.4.3 -Last updated 2016-10-30 23:39:49 +Last updated 2017-04-08 13:43:44
    diff --git a/docs/modules/pop.html b/docs/modules/pop.html index a51b943..1ca6652 100644 --- a/docs/modules/pop.html +++ b/docs/modules/pop.html @@ -48,6 +48,7 @@

    Classes

    @@ -70,8 +71,8 @@

    Functions

    - - + + @@ -149,11 +150,11 @@ table.insert element.parent, element.parent\removeChild(element), - + - + @@ -170,22 +171,31 @@ table.insert element.parent, element.parent\removeChild(element),
    - load () + load (The)
    - Loads elements, skins, extensions, and initializes pop.screen.

    + Loads elements, skins, extensions from a specified path. Initializes + pop.screen on first call.

    -

    IMPORTANT: Intended to only be called once, and is automatically called - when you require Pop.Box. +

    Automatically called when you require Pop.Box for its internals. Subsequent + calls can be used to add more elements/skins/extensions. +

    Parameters:

    +

    See also:

    @@ -566,6 +576,11 @@ table.insert element.parent, element.parent\removeChild(element),

    Fields:

    load ()Loads elements, skins, extensions, and initializes pop.screen.load (The)Loads elements, skins, extensions from a specified path.
    create (element, parent, ...)
    textinput-todo4doc medocument pop.import
    textinput-todo4-todo5doc medocument pop.export
    printElementTree-todo6