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)
Parameters:

index (int)

Return type:

str



ArrayGetCount(self)
Return type:

int



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

  • index (int)

Return type:

bool



ArrayRemoveAt(self, index)
Parameters:

index (int)

Return type:

None



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

  • str (string)

Return type:

bool



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

  • second (int)

Return type:

None



static GetClassDefaultAttributes(variant=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)
Parameters:

resString (string)

Return type:

bool



SetCustomButton(self, custBtText, pcc)
Parameters:
  • custBtText (string)

  • pcc (wx.propgrid.list of stringsProperty)

Return type:

None



SetDialogValue(self, value)

Set value modified by dialog.

Parameters:

value (PGVariant)

Return type:

None


Properties

DialogValue

See GetDialogValue and SetDialogValue