Changeset 3037


Ignore:
Timestamp:
09/25/07 15:58:52 (6 years ago)
Author:
thomas
Message:
  • libmokoui/moko-finger-scroll.h:
  • libmokoui/moko-hint-entry.h:
  • libmokoui/moko-search-bar.h:

Document enums and structs

Location:
trunk/src/target/OM-2007.2/libraries/libmokoui2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog

    r3036 r3037  
     12007-09-25  Thomas Wood  <thomas@openedhand.com> 
     2 
     3        * libmokoui/moko-finger-scroll.h: 
     4        * libmokoui/moko-hint-entry.h: 
     5        * libmokoui/moko-search-bar.h: 
     6 
     7        Document enums and structs 
     8 
    192007-09-25  Thomas Wood  <thomas@openedhand.com> 
    210 
  • trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.h

    r2868 r3037  
    3333#define MOKO_FINGER_SCROLL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MOKO_TYPE_FINGER_SCROLL, MokoFingerScrollClass)) 
    3434 
     35/** 
     36 * MokoFingerScroll: 
     37 * 
     38 * MokoFingerScroll has no publicly accessible fields 
     39 */ 
    3540typedef struct _MokoFingerScroll MokoFingerScroll; 
    3641typedef struct _MokoFingerScrollClass MokoFingerScrollClass; 
     
    4449}; 
    4550 
     51/** 
     52 * MokoFingerScrollMode: 
     53 * @MOKO_FINGER_SCROLL_MODE_PUSH: Scrolling follows pointer 
     54 * @MOKO_FINGER_SCROLL_MODE_ACCEL: Scrolling uses physics to "spin" the widget 
     55 * 
     56 * Used to change the behaviour of the finger scrolling 
     57 */ 
     58 
     59/** 
     60 */ 
     61/** 
     62 */ 
    4663typedef enum { 
    4764        MOKO_FINGER_SCROLL_MODE_PUSH, 
  • trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-hint-entry.h

    r3033 r3037  
    3737#define MOKO_HINT_ENTRY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), MOKO_TYPE_HINT_ENTRY, MokoGroupComboClass)) 
    3838 
     39/** 
     40 * MokoHintEntry: 
     41 * 
     42 * MokoHintEntry has no publicly accessible fields 
     43 */ 
    3944typedef struct _MokoHintEntry MokoHintEntry; 
    4045typedef struct _MokoHintEntryClass MokoHintEntryClass; 
  • trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-search-bar.h

    r2868 r3037  
    3333#define MOKO_SEARCH_BAR_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj),  MOKO_TYPE_SEARCH_BAR, MokoSearchBarClass)) 
    3434 
     35/** 
     36 * MokoSearchBar: 
     37 * 
     38 * MokoSearchBar has no publicly accessible fields 
     39 */ 
    3540typedef struct _MokoSearchBar MokoSearchBar; 
    3641typedef struct _MokoSearchBarClass MokoSearchBarClass; 
Note: See TracChangeset for help on using the changeset viewer.