|
|
@ -114,12 +114,12 @@ public: |
|
|
|
virtual PyObject* GetOwnerDlg( void ); // returns pyGUIDialog
|
|
|
|
virtual PyObject* GetOwnerDlg( void ); // returns pyGUIDialog
|
|
|
|
|
|
|
|
|
|
|
|
// get color schemes
|
|
|
|
// get color schemes
|
|
|
|
virtual PyObject* GetForeColor(); // returns pyColor
|
|
|
|
virtual PyObject* GetForeColor() const; // returns pyColor
|
|
|
|
virtual PyObject* GetSelColor(); // returns pyColor
|
|
|
|
virtual PyObject* GetSelColor() const; // returns pyColor
|
|
|
|
virtual PyObject* GetBackColor(); // returns pyColor
|
|
|
|
virtual PyObject* GetBackColor() const; // returns pyColor
|
|
|
|
virtual PyObject* GetBackSelColor(); // returns pyColor
|
|
|
|
virtual PyObject* GetBackSelColor() const; // returns pyColor
|
|
|
|
virtual uint32_t GetFontSize(); |
|
|
|
virtual uint32_t GetFontSize() const; |
|
|
|
virtual uint8_t GetFontFlags(); |
|
|
|
virtual uint8_t GetFontFlags() const; |
|
|
|
// set color scheme
|
|
|
|
// set color scheme
|
|
|
|
virtual void SetForeColor( float r, float g, float b, float a ); |
|
|
|
virtual void SetForeColor( float r, float g, float b, float a ); |
|
|
|
virtual void SetSelColor( float r, float g, float b, float a ); |
|
|
|
virtual void SetSelColor( float r, float g, float b, float a ); |
|
|
|