A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.FindDialogEvent.html below:

wx.FindDialogEvent — wxPython Phoenix 4.2.4a1 documentation

wx.FindDialogEvent¶

wx.FindReplaceDialog events.

Events Emitted by this Class¶

Handlers bound for the following event types will receive a wx.FindDialogEvent parameter.

Class Hierarchy¶

Inheritance diagram for class

FindDialogEvent

:

Methods Summary¶

__init__

Constructor used by wxWidgets only.

GetDialog

Return the pointer to the dialog which generated this event.

GetFindString

Return the string to find (never empty).

GetFlags

Get the currently selected flags: this is the combination of the wx.FindReplaceFlags enumeration values.

GetReplaceString

Return the string to replace the search string with (only for replace and replace all events).

Properties Summary¶ Class API¶
class wx.FindDialogEvent(CommandEvent)¶

Possible constructors:

FindDialogEvent(commandType=wxEVT_NULL, id=0) -> None

FindReplaceDialog events.


Methods¶
__init__(self, commandType=wxEVT_NULL, id=0)¶

Constructor used by wxWidgets only.

Parameters:
  • commandType (wx.EventType)

  • id (int)

Return type:

None


GetDialog(self)¶

Return the pointer to the dialog which generated this event.

Return type:

wx.FindReplaceDialog


GetFindString(self)¶

Return the string to find (never empty).

Return type:

str


GetFlags(self)¶

Get the currently selected flags: this is the combination of the wx.FindReplaceFlags enumeration values.

Return type:

int


GetReplaceString(self)¶

Return the string to replace the search string with (only for replace and replace all events).

Return type:

str


Properties¶
Dialog¶

See GetDialog


FindString¶

See GetFindString


Flags¶

See GetFlags


ReplaceString¶

See GetReplaceString


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4