Back to Server.Gumps

BaseGridGump : Gump

Derived Types: BatchGump, BatchScopeGump, CommandListGump, InterfaceGump, InterfaceItemGump, InterfaceMobileGump

(ctor) BaseGridGump( int x, int y )
int BackGumpID( get; )
int BorderSize( get; )
int CurrentPage( get; )
int CurrentX( get; )
int CurrentY( get; )
int EntryGumpID( get; )
int EntryHeight( get; )
int HeaderGumpID( get; )
int OffsetGumpID( get; )
int OffsetSize( get; )
int TextHue( get; )
int TextOffsetX( get; )
void AddBlankLine()
void AddEntryButton( int width, int normalID, int pressedID, int buttonID, int buttonWidth, int buttonHeight )
void AddEntryButton( int width, int normalID, int pressedID, int buttonID, int buttonWidth, int buttonHeight, int spannedEntries )
void AddEntryHeader( int width )
void AddEntryHeader( int width, int spannedEntries )
void AddEntryHtml( int width, string text )
void AddEntryLabel( int width, string text )
void AddEntryPageButton( int width, int normalID, int pressedID, int page, int buttonWidth, int buttonHeight )
void AddEntryText( int width, int entryID, string initialText )
void AddNewLine()
void AddNewPage()
string Center( string text )
string Color( string text, int color )
void FinishPage()
int GetButtonID( int typeCount, int type, int index )
void IncreaseX( int width )
bool SplitButtonID( int buttonID, int typeCount, out int type, out int index )