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.NumberEntryDialog.html below:

wx.NumberEntryDialog — wxPython Phoenix 4.2.4a1 documentation

wx.NumberEntryDialog¶

This class represents a dialog that requests a numeric input from the user.

Currently it is implemented as a generic wxWidgets dialog under all platforms.

You can use a convenience wx.GetNumberFromUser function instead of using this dialog.

See also

NumberEntryDialog Overview

Class Hierarchy¶

Inheritance diagram for class

NumberEntryDialog

:

Methods Summary¶ Properties Summary¶ Class API¶
class wx.NumberEntryDialog(Dialog)¶

Possible constructors:

NumberEntryDialog() -> None

NumberEntryDialog(parent, message, prompt, caption, value, min, max,
                  pos=DefaultPosition) -> None

This class represents a dialog that requests a numeric input from the user.


Methods¶
__init__(self, *args, **kw)¶

Overloaded Implementations:

__init__ (self)

Default constructor.

Call Create to really create the dialog later.

Return type:

None

__init__ (self, parent, message, prompt, caption, value, min, max, pos=DefaultPosition)

Constructor.

Use ShowModal to show the dialog.

See Create method for parameter description.

Parameters:
  • parent (wx.Window)

  • message (string)

  • prompt (string)

  • caption (string)

  • value (long)

  • min (long)

  • max (long)

  • pos (wx.Point)

Return type:

None



Create(self, parent, message, prompt, caption, value, min, max, pos=DefaultPosition)¶
Parameters:
  • parent (wx.Window) – Parent window.

  • message (string) – Message to show on the dialog.

  • prompt (string) – The prompt of the dialog.

  • caption (string) – The caption of the dialog.

  • value (long) – The default value.

  • min (long) – The minimal value.

  • max (long) – The maximal value.

  • pos (wx.Point) – Dialog position.

Return type:

bool


static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)¶
Parameters:

variant (WindowVariant)

Return type:

wx.VisualAttributes


GetValue(self)¶

Returns the value that the user has entered if the user has pressed wx.OK, or the original value if the user has pressed Cancel.

Return type:

int


Properties¶
Value¶

See GetValue


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