Version: 2.9.4
Public Member Functions
wxChoicebook Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/choicebk.h>

Inheritance diagram for wxChoicebook:

Detailed Description

wxChoicebook is a class similar to wxNotebook, but uses a wxChoice control to show the labels instead of the tabs.

For usage documentation of this class, please refer to the base abstract class wxBookCtrl. You can also use the Notebook Sample to see wxChoicebook in action.

wxChoicebook allows the use of wxBookCtrlBase::GetControlSizer(), allowing a program to add other controls next to the choice control. This is particularly useful when screen space is restricted, as it often is when wxChoicebook is being employed.

Styles

This class supports the following styles:

Events emitted by this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxBookCtrlEvent& event)

Event macros for events emitted by this class:

Library:  wxCore
Category:  Book Controls

Appearance:
wxMSW appearancewxGTK appearancewxMac appearance
wxMSW appearancewxGTK appearancewxMac appearance
参照:
wxBookCtrl Overview, wxNotebook, Notebook Sample

Public Member Functions

bool Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxEmptyString)
 Create the choicebook control that has already been constructed with the default constructor.
wxChoiceGetChoiceCtrl () const
 Returns the wxChoice associated with the control.
 wxChoicebook ()
 Constructs a choicebook control.
 wxChoicebook (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxEmptyString)
 Constructs a choicebook control.

List of all members.


Constructor & Destructor Documentation

wxChoicebook::wxChoicebook ( )

Constructs a choicebook control.

wxChoicebook::wxChoicebook ( wxWindow parent,
wxWindowID  id,
const wxPoint pos = wxDefaultPosition,
const wxSize size = wxDefaultSize,
long  style = 0,
const wxString name = wxEmptyString 
)

Constructs a choicebook control.


Member Function Documentation

bool wxChoicebook::Create ( wxWindow parent,
wxWindowID  id,
const wxPoint pos = wxDefaultPosition,
const wxSize size = wxDefaultSize,
long  style = 0,
const wxString name = wxEmptyString 
)

Create the choicebook control that has already been constructed with the default constructor.

Reimplemented from wxBookCtrlBase.

wxChoice* wxChoicebook::GetChoiceCtrl ( ) const

Returns the wxChoice associated with the control.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines