1//---------------------------------------------------------------------------
2// This file is generated by wxPython's SIP generator.  Do not edit by hand.
3//
4// Copyright: (c) 2018 by Total Control Software
5// License:   wxWindows License
6//
7// This file will be included by _core.sip
8//
9//---------------------------------------------------------------------------
10
11//---------------------------------------------------------------------------
12
13enum wxStockLabelQueryFlag
14{
15    wxSTOCK_NOFLAGS,
16    wxSTOCK_WITH_MNEMONIC,
17    wxSTOCK_WITH_ACCELERATOR,
18    wxSTOCK_WITHOUT_ELLIPSIS,
19    wxSTOCK_FOR_BUTTON
20};
21
22wxString wxGetStockLabel(
23    wxWindowID id,
24    long flags = wxSTOCK_WITH_MNEMONIC
25);
26%Docstring
27    GetStockLabel(id, flags=STOCK_WITH_MNEMONIC) -> String
28
29    Returns label that should be used for given id element.
30%End
31
32
33//---------------------------------------------------------------------------
34
35