◆ TEXT_BUTTON_URL()
Definition at line 320 of file grid_text_button_helpers.cpp.
320 :
321 wxComboCtrl( aParent, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize,
322 wxTE_PROCESS_ENTER ),
325 {
327
328
329 Customize( wxCC_IFLAG_HAS_NONSTANDARD_BUTTON );
330 }
wxBitmap KiBitmap(BITMAPS aBitmap, int aHeightTag)
Construct a wxBitmap from an image identifier Returns the image from the active theme if the image ha...
SEARCH_STACK * m_searchStack
References KiBitmap(), and www.
◆ DoSetPopupControl()
void TEXT_BUTTON_URL::DoSetPopupControl |
( |
wxComboPopup * |
popup | ) |
|
|
inlineoverrideprotected |
◆ OnButtonClick()
void TEXT_BUTTON_URL::OnButtonClick |
( |
| ) |
|
|
inlineoverrideprotected |
Definition at line 338 of file grid_text_button_helpers.cpp.
339 {
340 wxString filename = GetValue();
341
342 if( !filename.IsEmpty() && filename != wxT( "~" ) )
344 }
PROJECT & Prj() const
Return a reference to the PROJECT associated with this KIWAY.
bool GetAssociatedDocument(wxWindow *aParent, const wxString &aDocName, PROJECT *aProject, SEARCH_STACK *aPaths)
Open a document (file) with the suitable browser.
References GetAssociatedDocument(), m_dlg, m_searchStack, and KIWAY_HOLDER::Prj().
◆ m_dlg
◆ m_searchStack
The documentation for this class was generated from the following file: