HomeSort by: relevance | last modified time | path
    Searched defs:widget (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/text-art/
widget.h 35 Step 1: size requests: the root widget is asked for its size request i.e
37 widgets for their requested sizes. Each widget subclass can implement
41 Step 2: rect allocation: the root widget is set a canvas::rect_t as
42 its "allocated" rectangle. Each widget subclass can then place its
47 Widget subclasses are responsible for managing their own children. */
51 class widget; /* Abstract base class. */
52 class wrapper_widget; /* Concrete subclass: a widget with a single child. */
55 class vbox_widget; /* Concrete widget subclass: lay out children
57 class leaf_widget; /* Abstract subclass: a widget with no children. */
61 class widget class in namespace:text_art
121 widget () function in class:text_art::widget
    [all...]
widget.h 35 Step 1: size requests: the root widget is asked for its size request i.e
37 widgets for their requested sizes. Each widget subclass can implement
41 Step 2: rect allocation: the root widget is set a canvas::rect_t as
42 its "allocated" rectangle. Each widget subclass can then place its
47 Widget subclasses are responsible for managing their own children. */
51 class widget; /* Abstract base class. */
52 class wrapper_widget; /* Concrete subclass: a widget with a single child. */
55 class vbox_widget; /* Concrete widget subclass: lay out children
57 class leaf_widget; /* Abstract subclass: a widget with no children. */
61 class widget class in namespace:text_art
121 widget () function in class:text_art::widget
    [all...]
widget.h 35 Step 1: size requests: the root widget is asked for its size request i.e
37 widgets for their requested sizes. Each widget subclass can implement
41 Step 2: rect allocation: the root widget is set a canvas::rect_t as
42 its "allocated" rectangle. Each widget subclass can then place its
47 Widget subclasses are responsible for managing their own children. */
51 class widget; /* Abstract base class. */
52 class wrapper_widget; /* Concrete subclass: a widget with a single child. */
55 class vbox_widget; /* Concrete widget subclass: lay out children
57 class leaf_widget; /* Abstract subclass: a widget with no children. */
61 class widget class in namespace:text_art
121 widget () function in class:text_art::widget
    [all...]

Completed in 62 milliseconds