Scrolled entry doc format update

SVN revision: 49475
This commit is contained in:
Brett Nash 2010-06-06 04:44:54 +00:00
parent 1e41a6cfdb
commit 4856ef5dc0
1 changed files with 16 additions and 16 deletions

View File

@ -12,22 +12,22 @@
* widget.
*
* Signals that you can add callbacks for are:
* "changed" - The text within the entry was changed
* "activated" - The entry has received focus and the cursor
* "press" - The entry has been clicked
* "longpressed" - The entry has been clicked for a couple seconds
* "clicked" - The entry has been clicked
* "clicked,double" - The entry has been double clicked
* "focused" - The entry has received focus
* "unfocused" - The entry has lost focus
* "selection,paste" - A paste action has occurred
* "selection,copy" - A copy action has occurred
* "selection,cut" - A cut action has occurred
* "selection,start" - A selection has begun
* "selection,changed" - The selection has changed
* "selection,cleared" - The selection has been cleared
* "cursor,changed" - The cursor has changed
* "anchor,clicked" - The anchor has been clicked
* - "changed" - The text within the entry was changed
* - "activated" - The entry has received focus and the cursor
* - "press" - The entry has been clicked
* - "longpressed" - The entry has been clicked for a couple seconds
* - "clicked" - The entry has been clicked
* - "clicked,double" - The entry has been double clicked
* - "focused" - The entry has received focus
* - "unfocused" - The entry has lost focus
* - "selection,paste" - A paste action has occurred
* - "selection,copy" - A copy action has occurred
* - "selection,cut" - A cut action has occurred
* - "selection,start" - A selection has begun
* - "selection,changed" - The selection has changed
* - "selection,cleared" - The selection has been cleared
* - "cursor,changed" - The cursor has changed
* - "anchor,clicked" - The anchor has been clicked
*/
typedef struct _Widget_Data Widget_Data;