UnityMol  0.9.6-875
UnityMol viewer / In developement
GUILayoutx Class Reference

Public Member Functions

delegate void DoubleClickCallback (int index)
 

Static Public Member Functions

static int SelectionList (int selected, GUIContent[] list)
 
static int SelectionList (int selected, GUIContent[] list, GUIStyle elementStyle)
 
static int SelectionList (int selected, GUIContent[] list, DoubleClickCallback callback)
 
static int SelectionList (int selected, GUIContent[] list, GUIStyle elementStyle, DoubleClickCallback callback)
 
static int SelectionList (int selected, string[] list)
 
static int SelectionList (int selected, string[] list, GUIStyle elementStyle)
 
static int SelectionList (int selected, string[] list, DoubleClickCallback callback)
 
static int SelectionList (int selected, string[] list, GUIStyle elementStyle, DoubleClickCallback callback)
 

Detailed Description

Definition at line 68 of file GUILayoutx.cs.

Member Function Documentation

delegate void GUILayoutx.DoubleClickCallback ( int  index)
static int GUILayoutx.SelectionList ( int  selected,
GUIContent[]  list 
)
static

Definition at line 72 of file GUILayoutx.cs.

Referenced by ImprovedFileBrowser.OnGUI(), and SelectionList().

+ Here is the caller graph for this function:

static int GUILayoutx.SelectionList ( int  selected,
GUIContent[]  list,
GUIStyle  elementStyle 
)
static

Definition at line 76 of file GUILayoutx.cs.

References SelectionList().

+ Here is the call graph for this function:

static int GUILayoutx.SelectionList ( int  selected,
GUIContent[]  list,
DoubleClickCallback  callback 
)
static

Definition at line 80 of file GUILayoutx.cs.

References SelectionList().

+ Here is the call graph for this function:

static int GUILayoutx.SelectionList ( int  selected,
GUIContent[]  list,
GUIStyle  elementStyle,
DoubleClickCallback  callback 
)
static

Definition at line 84 of file GUILayoutx.cs.

static int GUILayoutx.SelectionList ( int  selected,
string[]  list 
)
static

Definition at line 101 of file GUILayoutx.cs.

References SelectionList().

+ Here is the call graph for this function:

static int GUILayoutx.SelectionList ( int  selected,
string[]  list,
GUIStyle  elementStyle 
)
static

Definition at line 105 of file GUILayoutx.cs.

References SelectionList().

+ Here is the call graph for this function:

static int GUILayoutx.SelectionList ( int  selected,
string[]  list,
DoubleClickCallback  callback 
)
static

Definition at line 109 of file GUILayoutx.cs.

References SelectionList().

+ Here is the call graph for this function:

static int GUILayoutx.SelectionList ( int  selected,
string[]  list,
GUIStyle  elementStyle,
DoubleClickCallback  callback 
)
static

Definition at line 113 of file GUILayoutx.cs.


The documentation for this class was generated from the following file: