Method | Description | |
---|---|---|
AppendTo ( IGumpWriter disp ) : void | ||
Compile ( ) : string | ||
GumpHtmlLocalized ( int x, int y, int width, int height, int number, bool background, bool scrollbar ) : System | ||
GumpHtmlLocalized ( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar ) : System | ||
GumpHtmlLocalized ( int x, int y, int width, int height, int number, string args, int color, bool background, bool scrollbar ) : System |
public GumpHtmlLocalized ( int x, int y, int width, int height, int number, bool background, bool scrollbar ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
number | int | |
background | bool | |
scrollbar | bool | |
return | System |
public GumpHtmlLocalized ( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
number | int | |
color | int | |
background | bool | |
scrollbar | bool | |
return | System |
public GumpHtmlLocalized ( int x, int y, int width, int height, int number, string args, int color, bool background, bool scrollbar ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
number | int | |
args | string | |
color | int | |
background | bool | |
scrollbar | bool | |
return | System |