AbiWordSignals

From AbiWiki

(Difference between revisions)
Jump to: navigation, search
(Importing text file)
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://usuzezyjiza.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 +
----
 +
=[http://usuzezyjiza.co.cc CLICK HERE]=
 +
----
 +
</div>
-
<!--Modify this as appropriate, especially if it''s not an FAQ-->
+
&lt;!--Modify this as appropriate, especially if it''s not an FAQ--&gt;
-
<!--Aside: using H2 and H3 is a trick for old TWikis to keep headings out of the [[ToC|ToC]]-->
+
&lt;!--Aside: using H2 and H3 is a trick for old TWikis to keep headings out of the [[ToC|ToC]]--&gt;
-
<!--Delete this line and those above, and anything else that is not needed when you create the page, leave the [[ToC|ToC]] commented out if you don''t use it-->
+
&lt;!--Delete this line and those above, and anything else that is not needed when you create the page, leave the [[ToC|ToC]] commented out if you don''t use it--&gt;
-
<H2>[[AbiWidget|AbiWidget]] Signals</H2>
+
&lt;H2&gt;[[AbiWidget|AbiWidget]] Signals&lt;/H2&gt;
The signals are emitted when the current state of the document or text sate changes. The signals currently implemented (January, 27th, 2007) by [[AbiWidget|AbiWidget]] are:
The signals are emitted when the current state of the document or text sate changes. The signals currently implemented (January, 27th, 2007) by [[AbiWidget|AbiWidget]] are:
-
* boolean signal "bold" true if current text is bold
+
* boolean signal &quot;bold&quot; true if current text is bold
-
* boolean signal "italic" true if current text is italic
+
* boolean signal &quot;italic&quot; true if current text is italic
-
* boolean signal "underline" true if current text is underlined
+
* boolean signal &quot;underline&quot; true if current text is underlined
-
* boolean signal "overline" true if current text is overlined
+
* boolean signal &quot;overline&quot; true if current text is overlined
-
* boolean signal "line-through" true if current text is line-through
+
* boolean signal &quot;line-through&quot; true if current text is line-through
-
* boolean signal "topline" true if current text is topline
+
* boolean signal &quot;topline&quot; true if current text is topline
-
* boolean signal "bottomline" true if current text is bottomline
+
* boolean signal &quot;bottomline&quot; true if current text is bottomline
-
* boolean signal "superscript" true if current text is superscript
+
* boolean signal &quot;superscript&quot; true if current text is superscript
-
* boolean signal "subscript" true if current text is subscript
+
* boolean signal &quot;subscript&quot; true if current text is subscript
-
* boolean signal "can-undo" true if current document can do an undo operation
+
* boolean signal &quot;can-undo&quot; true if current document can do an undo operation
-
* boolean signal "can-redo" true if current document can do an redo operation
+
* boolean signal &quot;can-redo&quot; true if current document can do an redo operation
-
* boolean signal "is-dirty" true if current document has not been saved
+
* boolean signal &quot;is-dirty&quot; true if current document has not been saved
-
* boolean signal "left-align" true if current text is left-aligned
+
* boolean signal &quot;left-align&quot; true if current text is left-aligned
-
* boolean signal "right-align" true if current text is right-aligned
+
* boolean signal &quot;right-align&quot; true if current text is right-aligned
-
* boolean signal "center-align" true if current text is center-aligned
+
* boolean signal &quot;center-align&quot; true if current text is center-aligned
-
* boolean signal "justify-align" true if current text is jusitfy-aligned
+
* boolean signal &quot;justify-align&quot; true if current text is jusitfy-aligned
-
* integer signal "font-size" provides the size in points of the current font  
+
* integer signal &quot;font-size&quot; provides the size in points of the current font  
-
* char * signal "font-size" provides the family name of the current font  
+
* char * signal &quot;font-size&quot; provides the family name of the current font  
-
* char * signal "style-name" provides the name of the current style  
+
* char * signal &quot;style-name&quot; provides the name of the current style  
-
* boolean signal "text-selected" true if some text in the document has been selected
+
* boolean signal &quot;text-selected&quot; true if some text in the document has been selected
-
* boolean signal "image-selected" true if a positioned image in the document has been selected
+
* boolean signal &quot;image-selected&quot; true if a positioned image in the document has been selected
-
* boolean signal "selection-cleared" true if the current selection is cleared  
+
* boolean signal &quot;selection-cleared&quot; true if the current selection is cleared  
-
* boolean signal "enter-selection" true if the mouse is placed over a selection
+
* boolean signal &quot;enter-selection&quot; true if the mouse is placed over a selection
-
* boolean signal "leave-selection" true if the mouse which was previously over a selection is no longer over the selection
+
* boolean signal &quot;leave-selection&quot; true if the mouse which was previously over a selection is no longer over the selection
-
* boolean signal "table-state" true if the caret or selection is in a position to legally insert a table
+
* boolean signal &quot;table-state&quot; true if the caret or selection is in a position to legally insert a table
==== Contributors ====
==== Contributors ====
* Main.[[MartinSevior|MartinSevior]] - 27 Jan 2007
* Main.[[MartinSevior|MartinSevior]] - 27 Jan 2007
[[Category:To Convert]]
[[Category:To Convert]]

Revision as of 03:48, 24 November 2010



Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly


CLICK HERE



<!--Modify this as appropriate, especially if its not an FAQ--> <!--Aside: using H2 and H3 is a trick for old TWikis to keep headings out of the ToC--> <!--Delete this line and those above, and anything else that is not needed when you create the page, leave the ToC commented out if you dont use it-->

<H2>AbiWidget Signals</H2>

The signals are emitted when the current state of the document or text sate changes. The signals currently implemented (January, 27th, 2007) by AbiWidget are:

  • boolean signal "bold" true if current text is bold
  • boolean signal "italic" true if current text is italic
  • boolean signal "underline" true if current text is underlined
  • boolean signal "overline" true if current text is overlined
  • boolean signal "line-through" true if current text is line-through
  • boolean signal "topline" true if current text is topline
  • boolean signal "bottomline" true if current text is bottomline
  • boolean signal "superscript" true if current text is superscript
  • boolean signal "subscript" true if current text is subscript
  • boolean signal "can-undo" true if current document can do an undo operation
  • boolean signal "can-redo" true if current document can do an redo operation
  • boolean signal "is-dirty" true if current document has not been saved
  • boolean signal "left-align" true if current text is left-aligned
  • boolean signal "right-align" true if current text is right-aligned
  • boolean signal "center-align" true if current text is center-aligned
  • boolean signal "justify-align" true if current text is jusitfy-aligned
  • integer signal "font-size" provides the size in points of the current font
  • char * signal "font-size" provides the family name of the current font
  • char * signal "style-name" provides the name of the current style
  • boolean signal "text-selected" true if some text in the document has been selected
  • boolean signal "image-selected" true if a positioned image in the document has been selected
  • boolean signal "selection-cleared" true if the current selection is cleared
  • boolean signal "enter-selection" true if the mouse is placed over a selection
  • boolean signal "leave-selection" true if the mouse which was previously over a selection is no longer over the selection
  • boolean signal "table-state" true if the caret or selection is in a position to legally insert a table

Contributors

Personal tools