Implemented text boxes and tables, and further editing pages for backgrounds, borders and margins.
wxRTC functions now operate on the currently focused object, which by default is the whole buffer. Up to three property commands are now shown on the context menu, depending on available objects in the current hierarchy. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
/*!
|
||||
* Includes
|
||||
*/
|
||||
|
||||
#include "wx/richtext/richtextdialogpage.h"
|
||||
#include "wx/spinbutt.h" // for wxSpinEvent
|
||||
|
||||
/*!
|
||||
@@ -32,7 +34,7 @@ class wxRichTextCtrl;
|
||||
|
||||
////@begin control identifiers
|
||||
#define SYMBOL_WXRICHTEXTBULLETSPAGE_STYLE wxRESIZE_BORDER|wxTAB_TRAVERSAL
|
||||
#define SYMBOL_WXRICHTEXTBULLETSPAGE_TITLE wxT("")
|
||||
#define SYMBOL_WXRICHTEXTBULLETSPAGE_TITLE wxEmptyString
|
||||
#define SYMBOL_WXRICHTEXTBULLETSPAGE_IDNAME ID_RICHTEXTBULLETSPAGE
|
||||
#define SYMBOL_WXRICHTEXTBULLETSPAGE_SIZE wxSize(400, 300)
|
||||
#define SYMBOL_WXRICHTEXTBULLETSPAGE_POSITION wxDefaultPosition
|
||||
@@ -42,10 +44,11 @@ class wxRichTextCtrl;
|
||||
* wxRichTextBulletsPage class declaration
|
||||
*/
|
||||
|
||||
class WXDLLIMPEXP_RICHTEXT wxRichTextBulletsPage: public wxPanel
|
||||
class WXDLLIMPEXP_RICHTEXT wxRichTextBulletsPage: public wxRichTextDialogPage
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS( wxRichTextBulletsPage )
|
||||
DECLARE_EVENT_TABLE()
|
||||
DECLARE_HELP_PROVISION()
|
||||
|
||||
public:
|
||||
/// Constructors
|
||||
|
||||
Reference in New Issue
Block a user