Table Of Contents

Previous topic

FNBRendererFancy

Next topic

FNBRendererMgr

This Page

phoenix_title FNBRendererFirefox2

This class handles the drawing of tabs using the Firefox 2 renderer.


class_hierarchy Inheritance Diagram

Inheritance diagram for class FNBRendererFirefox2

Inheritance diagram of FNBRendererFirefox2


method_summary Methods Summary

__init__ Default class constructor.
DrawTab Draws a tab using the Firefox 2 style.

api Class API



class FNBRendererFirefox2(FNBRenderer)

This class handles the drawing of tabs using the Firefox 2 renderer.


Methods



__init__(self)

Default class constructor.



DrawTab(self, pageContainer, dc, posx, tabIdx, tabWidth, tabHeight, btnStatus)

Draws a tab using the Firefox 2 style.

Parameters:
  • pageContainer – an instance of FlatNotebook;
  • dc – an instance of DC;
  • posx – the x position of the tab;
  • tabIdx – the index of the tab;
  • tabWidth – the tab’s width;
  • tabHeight – the tab’s height;
  • btnStatus – the status of the ‘X’ button inside this tab.