]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/_stc_gendocs.i
removed code inside USE_SIZABLE_CALENDAR, we should allow making the main calendar...
[wxWidgets.git] / wxPython / contrib / stc / _stc_gendocs.i
index 99bcff3e64474192f3b144bd085099f58f4ab2bd..e109b07ddff5a0ed316c75c4acba04e7224b0418 100644 (file)
@@ -155,6 +155,9 @@ DocStr(wxStyledTextCtrl::MarkerDefineBitmap,
 DocStr(wxStyledTextCtrl::MarkerAddSet,
 "Add a set of markers to a line.", "");
 
+DocStr(wxStyledTextCtrl::MarkerSetAlpha,
+"Set the alpha used for a marker that is drawn in the text area, not the margin.", "");
+
 DocStr(wxStyledTextCtrl::SetMarginType,
 "Set a margin to be either numeric or symbolic.", "");
 
@@ -221,6 +224,12 @@ DocStr(wxStyledTextCtrl::SetSelForeground,
 DocStr(wxStyledTextCtrl::SetSelBackground,
 "Set the background colour of the selection and whether to use this setting.", "");
 
+DocStr(wxStyledTextCtrl::GetSelAlpha,
+"Get the alpha of the selection.", "");
+
+DocStr(wxStyledTextCtrl::SetSelAlpha,
+"Set the alpha of the selection.", "");
+
 DocStr(wxStyledTextCtrl::SetCaretForeground,
 "Set the foreground colour of the caret.", "");
 
@@ -297,10 +306,10 @@ DocStr(wxStyledTextCtrl::GetCaretLineVisible,
 DocStr(wxStyledTextCtrl::SetCaretLineVisible,
 "Display the background of the line containing the caret in a different colour.", "");
 
-DocStr(wxStyledTextCtrl::GetCaretLineBack,
+DocStr(wxStyledTextCtrl::GetCaretLineBackground,
 "Get the colour of the background of the line containing the caret.", "");
 
-DocStr(wxStyledTextCtrl::SetCaretLineBack,
+DocStr(wxStyledTextCtrl::SetCaretLineBackground,
 "Set the colour of the background of the line containing the caret.", "");
 
 DocStr(wxStyledTextCtrl::StyleSetChangeable,
@@ -654,6 +663,9 @@ DocStr(wxStyledTextCtrl::CallTipSetForeground,
 DocStr(wxStyledTextCtrl::CallTipSetForegroundHighlight,
 "Set the foreground colour for the highlighted part of the call tip.", "");
 
+DocStr(wxStyledTextCtrl::CallTipUseStyle,
+"Enable use of STYLE_CALLTIP and set call tip tab size in pixels.", "");
+
 DocStr(wxStyledTextCtrl::VisibleFromDocLine,
 "Find the display line of a document line taking hidden lines into account.", "");
 
@@ -1302,6 +1314,12 @@ DocStr(wxStyledTextCtrl::GetPasteConvertEndings,
 DocStr(wxStyledTextCtrl::SelectionDuplicate,
 "Duplicate the selection. If selection empty duplicate the line containing the caret.", "");
 
+DocStr(wxStyledTextCtrl::SetCaretLineBackAlpha,
+"Set background alpha of the caret line.", "");
+
+DocStr(wxStyledTextCtrl::GetCaretLineBackAlpha,
+"Get the background alpha of the caret line.", "");
+
 DocStr(wxStyledTextCtrl::StartRecord,
 "Start notifying the container of all key presses and commands.", "");