#include </home/zeitlin/src/wx/git/interface/wx/aui/toolbar.h>
Detailed Description
wxAuiToolBarItem is part of the wxAUI class framework.
See also wxAuiToolBar and wxAUI Overview.
List of all members.
Constructor & Destructor Documentation
wxAuiToolBarItem::wxAuiToolBarItem |
( |
|
) |
|
Member Function Documentation
int wxAuiToolBarItem::GetAlignment |
( |
|
) |
const |
const wxBitmap& wxAuiToolBarItem::GetBitmap |
( |
|
) |
const |
const wxBitmap& wxAuiToolBarItem::GetDisabledBitmap |
( |
|
) |
const |
const wxBitmap& wxAuiToolBarItem::GetHoverBitmap |
( |
|
) |
const |
int wxAuiToolBarItem::GetId |
( |
|
) |
const |
int wxAuiToolBarItem::GetKind |
( |
|
) |
const |
const wxString& wxAuiToolBarItem::GetLabel |
( |
|
) |
const |
const wxString& wxAuiToolBarItem::GetLongHelp |
( |
|
) |
const |
const wxSize& wxAuiToolBarItem::GetMinSize |
( |
|
) |
const |
int wxAuiToolBarItem::GetProportion |
( |
|
) |
const |
const wxString& wxAuiToolBarItem::GetShortHelp |
( |
|
) |
const |
int wxAuiToolBarItem::GetSpacerPixels |
( |
|
) |
const |
int wxAuiToolBarItem::GetState |
( |
|
) |
const |
long wxAuiToolBarItem::GetUserData |
( |
|
) |
const |
wxWindow* wxAuiToolBarItem::GetWindow |
( |
|
) |
|
bool wxAuiToolBarItem::HasDropDown |
( |
|
) |
const |
bool wxAuiToolBarItem::IsActive |
( |
|
) |
const |
bool wxAuiToolBarItem::IsSticky |
( |
|
) |
const |
void wxAuiToolBarItem::SetActive |
( |
bool |
b |
) |
|
void wxAuiToolBarItem::SetAlignment |
( |
int |
l |
) |
|
void wxAuiToolBarItem::SetBitmap |
( |
const wxBitmap & |
bmp |
) |
|
void wxAuiToolBarItem::SetDisabledBitmap |
( |
const wxBitmap & |
bmp |
) |
|
void wxAuiToolBarItem::SetHasDropDown |
( |
bool |
b |
) |
|
void wxAuiToolBarItem::SetHoverBitmap |
( |
const wxBitmap & |
bmp |
) |
|
void wxAuiToolBarItem::SetId |
( |
int |
new_id |
) |
|
void wxAuiToolBarItem::SetKind |
( |
int |
new_kind |
) |
|
void wxAuiToolBarItem::SetLabel |
( |
const wxString & |
s |
) |
|
void wxAuiToolBarItem::SetLongHelp |
( |
const wxString & |
s |
) |
|
void wxAuiToolBarItem::SetMinSize |
( |
const wxSize & |
s |
) |
|
void wxAuiToolBarItem::SetProportion |
( |
int |
p |
) |
|
void wxAuiToolBarItem::SetShortHelp |
( |
const wxString & |
s |
) |
|
void wxAuiToolBarItem::SetSizerItem |
( |
wxSizerItem * |
s |
) |
|
void wxAuiToolBarItem::SetSpacerPixels |
( |
int |
s |
) |
|
void wxAuiToolBarItem::SetState |
( |
int |
new_state |
) |
|
void wxAuiToolBarItem::SetSticky |
( |
bool |
b |
) |
|
void wxAuiToolBarItem::SetUserData |
( |
long |
l |
) |
|
void wxAuiToolBarItem::SetWindow |
( |
wxWindow * |
w |
) |
|