7 ISPanel.initialise(
self)
9 local buttonWidth =
self.fzIconOff:getWidthOrig()
10 local buttonHeight =
self.fzIconOff:getHeightOrig()
14 self.tabButton:initialise()
15 self.tabButton:instantiate()
16 self.tabButton:setDisplayBackground(false)
19 self.tabButton:ignoreWidthChange()
20 self.tabButton:ignoreHeightChange()
24 self:setHeight(
self.tabButton:getBottom())
28 if button.
internal == "TAB_MENU" then
34 modal:addToUIManager()
40 self:setVisible(false)
41 self:removeFromUIManager()
51 if
self.tabButton then
53 self.tabButton:setImage(
self.fzIconOn);
55 self.tabButton:setImage(
self.fzIconOff);
70 o.backgroundColor = {r=0, g=0, b=0,
a=0}
71 o.borderColor = {r=0, g=0, b=0,
a=0}
72 o.moveWithMouse =
false
74 o.fzIconOn =
getTexture(
"media/textures/fz-on.png")
75 o.fzIconOff =
getTexture("media/textures/fz-off.png")
void processingNotification backgroundColor a()
void self textCloseButton internal()
void FrameworkZ UI TabPanel()
void self playerListPanel render()
void self playerListPanel prerender()
void button borderColor()
Contains all of the User Interfaces for FrameworkZ.