source: MML/trunk/machine/SOLEIL/common/toolbox/GUILayout/+uiextras/Contents.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 1.8 KB
Line 
1% +UIEXTRAS
2%
3% Files
4%   Box                 - Box  Box base class
5%   BoxPanel            - BoxPanel  Show one element inside a box panel
6%   ButtonBox           - ButtonBox  Abstract parent for button box classes
7%   callCallback        - callCallback  Try to call a callback function or method
8%   CardPanel           - CardPanel  Show one element (card) from a list
9%   ChildEvent          - ChildEvent  Event data for a container child change
10%   Container           - Container  Container base class
11%   DecoratedPanel      - DecoratedPanel  Abstract panel class that manages fonts and colors
12%   Empty               - Empty  Create an empty space
13%   findArg             - findArg  Find a specific property value from a property-value pairs list
14%   Grid                - Grid  Container with contents arranged in a grid
15%   GridFlex            - GridFlex  Container with contents arranged in a resizable grid
16%   HBox                - HBox  Arrange elements in a single horizontal row
17%   HBoxFlex            - HBoxFlex  A dynamically resizable horizontal layout
18%   HButtonBox          - HButtonBox  Arrange buttons horizontally in a single row
19%   interpretColor      - interpretColor  Interpret a color as an RGB triple
20%   loadLayoutIcon      - loadLayoutIcon  Load an icon and set the transparent color
21%   MousePointerHandler - MousePointerHandler  A class to handle mouse-over events
22%   Panel               - Panel  Show one element inside a panel
23%   TabPanel            - TabPanel  Show one element inside a tabbed panel
24%   VBox                - VBox  Arrange elements vertically in a single column
25%   VBoxFlex            - VBoxFlex  A dynamically resizable vertical layout
26%   VButtonBox          - VButtonBox  Arrange buttons vertically in a single column
Note: See TracBrowser for help on using the repository browser.