Main Page | Namespace List | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

pane.cpp File Reference

#include <wx/pane.h>
#include <wx/toolbutton.h>
#include <wx/settings.h>
#include <wx/gdi.h>
#include <wx/dcclient.h>

Include dependency graph for pane.cpp:

Go to the source code of this file.

Defines

#define min(a, b)   ((a) < (b) ? (a) : (b))
#define max(a, b)   ((a) > (b) ? (a) : (b))

Functions

const wxSize DEFAULT_BUTTON_SIZE (17, 16)

Variables

const int DEFAULT_BUTTON_IMAGE_SIZE = 9
const int HEADER_BORDER = 2


Define Documentation

#define max a,
 )     ((a) > (b) ? (a) : (b))
 

Definition at line 25 of file pane.cpp.

Referenced by wxPaneBase::CalcHeaderSize().

#define min a,
 )     ((a) < (b) ? (a) : (b))
 

Definition at line 22 of file pane.cpp.


Function Documentation

const wxSize DEFAULT_BUTTON_SIZE 17  ,
16 
 


Variable Documentation

const int DEFAULT_BUTTON_IMAGE_SIZE = 9
 

Definition at line 44 of file pane.cpp.

const int HEADER_BORDER = 2
 

Definition at line 46 of file pane.cpp.

Referenced by wxPaneBase::CalcHeaderSize(), and wxPaneBase::UpdateLayout().


Generated on Sat May 14 14:54:39 2005 for wxDockIt by  doxygen 1.4.2