phoenix_title wx.propgrid.PGArrayStringEditorDialog


class_hierarchy Class Hierarchy

Inheritance diagram for class PGArrayStringEditorDialog:

property_summary Properties Summary

DialogValue

See GetDialogValue and SetDialogValue


api Class API

class wx.propgrid.PGArrayStringEditorDialog(PGArrayEditorDialog)

Possible constructors:

PGArrayStringEditorDialog()

Methods

__init__(self)


ArrayGet(self, index)
Parameters

index (int) –

Return type

string



ArrayGetCount(self)
Return type

int



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

  • index (int) –

Return type

bool



ArrayRemoveAt(self, index)
Parameters

index (int) –



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

  • str (string) –

Return type

bool



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

  • second (int) –



static GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL)
Parameters

variant (WindowVariant) –

Return type

VisualAttributes



GetDialogValue(self)

Return value modified by dialog.

Return type

PGVariant



Init(self)


OnCustomNewAction(self, resString)
Parameters

resString (string) –

Return type

bool



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

  • pcc (wx.propgrid.list of stringsProperty) –



SetDialogValue(self, value)

Set value modified by dialog.

Parameters

value (PGVariant) –


Properties

DialogValue

See GetDialogValue and SetDialogValue