qulogic/libgnt

Add some docs for GntNode.

2019-08-28, Elliott Sales de Andrade
7a90bdfa6cc4
Parents 238eca118966
Children b95ff1dccec4
Add some docs for GntNode.

Though for some reason this doesn't appear anywhere, and doesn't link.
  • +10 -0
    gntwm.h
  • --- a/gntwm.h Wed Aug 28 21:18:18 2019 -0400
    +++ b/gntwm.h Wed Aug 28 21:24:22 2019 -0400
    @@ -39,6 +39,16 @@
    #define GNT_TYPE_WM gnt_wm_get_type()
    +/**
    + * GntNode:
    + * @me: The widget handled by this node.
    + * @window: The ncurses window that backs this node.
    + * @scroll: The scroll position of the node.
    + * @panel: The ncurses panel that backs this node.
    + * @ws: The workspace of this node.
    + *
    + * A node in the window management tree.
    + */
    typedef struct _GntNode
    {
    GntWidget *me;