The object size page now has full position attribute editing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -335,7 +335,8 @@ enum wxTextBoxAttrPosition
|
||||
{
|
||||
wxTEXT_BOX_ATTR_POSITION_STATIC = 0x0000, // Default is static, i.e. as per normal layout
|
||||
wxTEXT_BOX_ATTR_POSITION_RELATIVE = 0x0010, // Relative to the relevant edge
|
||||
wxTEXT_BOX_ATTR_POSITION_ABSOLUTE = 0x0020,
|
||||
wxTEXT_BOX_ATTR_POSITION_ABSOLUTE = 0x0020, // Relative to the parent
|
||||
wxTEXT_BOX_ATTR_POSITION_FIXED = 0x0040, // Relative to the top-level window
|
||||
|
||||
wxTEXT_BOX_ATTR_POSITION_MASK = 0x00F0
|
||||
};
|
||||
@@ -502,7 +503,7 @@ public:
|
||||
bool EqPartial(const wxTextAttrDimensions& dims) const;
|
||||
|
||||
/**
|
||||
Apply border to 'this', but not if the same as @a compareWith.
|
||||
Apply to 'this', but not if the same as @a compareWith.
|
||||
|
||||
*/
|
||||
bool Apply(const wxTextAttrDimensions& dims, const wxTextAttrDimensions* compareWith = NULL);
|
||||
@@ -592,7 +593,7 @@ public:
|
||||
bool EqPartial(const wxTextAttrSize& dims) const;
|
||||
|
||||
/**
|
||||
Apply border to this object, but not if the same as @a compareWith.
|
||||
Apply to this object, but not if the same as @a compareWith.
|
||||
*/
|
||||
bool Apply(const wxTextAttrSize& dims, const wxTextAttrSize* compareWith = NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user