phoenix_title wx.propgrid.PGArrayStringEditorDialog


class_hierarchy Class Hierarchy

Inheritance diagram for class PGArrayStringEditorDialog:

method_summary Methods Summary

__init__

ArrayGet

ArrayGetCount

ArrayInsert

ArrayRemoveAt

ArraySet

ArraySwap

GetClassDefaultAttributes

GetDialogValue

Return value modified by dialog.

Init

OnCustomNewAction

SetCustomButton

SetDialogValue

Set value modified by dialog.


property_summary Properties Summary

DialogValue

See GetDialogValue and SetDialogValue


api Class API

class wx.propgrid.PGArrayStringEditorDialog(PGArrayEditorDialog)

Possible constructors:

PGArrayStringEditorDialog() -> None

Methods

__init__(self)
Return type:

None



ArrayGet(self, index: int)
Parameters:

index (int)

Return type:

str



ArrayGetCount(self)
Return type:

int



ArrayInsert(self, str: str, index: int)
Parameters:
  • str (string)

  • index (int)

Return type:

bool



ArrayRemoveAt(self, index: int)
Parameters:

index (int)

Return type:

None



ArraySet(self, index: int, str: str)
Parameters:
  • index (int)

  • str (string)

Return type:

bool



ArraySwap(self, first: int, second: int)
Parameters:
  • first (int)

  • second (int)

Return type:

None



static GetClassDefaultAttributes(variant: WindowVariant = WINDOW_VARIANT_NORMAL)
Parameters:

variant (WindowVariant)

Return type:

VisualAttributes



GetDialogValue(self)

Return value modified by dialog.

Return type:

PGVariant



Init(self)
Return type:

None



OnCustomNewAction(self, resString: str)
Parameters:

resString (string)

Return type:

bool



SetCustomButton(self, custBtText: str, pcc: List[StringProperty])
Parameters:
  • custBtText (string)

  • pcc (wx.propgrid.list of stringsProperty)

Return type:

None



SetDialogValue(self, value: PGVariant)

Set value modified by dialog.

Parameters:

value (PGVariant)

Return type:

None


Properties

DialogValue

See GetDialogValue and SetDialogValue