.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.filebrowsebutton
.. highlight:: python
.. _wx.lib.filebrowsebutton.DirBrowseButton:
==========================================================================================================================================
|phoenix_title| **wx.lib.filebrowsebutton.DirBrowseButton**
==========================================================================================================================================
A control to allow the user to type in a filename or browse with
the standard file dialog to select file
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
DirBrowseButton:
|
|super_classes| Known Superclasses
==================================
:class:`wx.lib.filebrowsebutton.FileBrowseButton`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.filebrowsebutton.DirBrowseButton.__init__` :param labelText: Text for label to left of text field
:meth:`~wx.lib.filebrowsebutton.DirBrowseButton.OnBrowse` Going to browse for file...
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: DirBrowseButton(FileBrowseButton)
A control to allow the user to type in a filename or browse with
the standard file dialog to select file
.. method:: __init__(self, parent, id = -1, pos = wx.DefaultPosition, size = wx.DefaultSize, style = wx.TAB_TRAVERSAL, labelText = 'Select a directory:', buttonText = 'Browse', toolTip = 'Type directory name or browse to select', dialogTitle = '', startDirectory = '.', initialValue = '', changeCallback = None, dialogClass = wx.DirDialog, newDirectory = False, name = 'dirBrowseButton')
:param labelText: Text for label to left of text field
:param buttonText: Text for button which launches the file dialog
:param toolTip: Help text
:param dialogTitle: Title used in file dialog
:param startDirectory: Default directory for file dialog startup
:param initialValue: Value initially present in the text field
:param fileMask: File mask (glob pattern, such as *.*) to use in file dialog
:param fileMode: wx.FD_OPEN or wx.FD_SAVE, indicates type of file dialog to use
:param changeCallback: Optional callback called for all changes in value of the control
:param labelWidth: Width of the label
.. method:: OnBrowse(self, ev = None)
Going to browse for file...