Changeset 156 for trunk/include/helpers


Ignore:
Timestamp:
Apr 18, 2002, 9:53:28 PM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

Location:
trunk/include/helpers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dialog.h

    r155 r156  
    312312            id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING }
    313313
     314    // the following require INCL_WINSTDSLIDER
     315
     316    #define CONTROLDEF_SLIDER(id, cx, cy, pctldata) { WC_SLIDER, NULL, \
     317            WS_VISIBLE | WS_TABSTOP | WS_GROUP | SLS_HORIZONTAL | SLS_PRIMARYSCALE1 \
     318            | SLS_BUTTONSRIGHT | SLS_SNAPTOINCREMENT, \
     319            id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING, pctldata }
     320
    314321    /* ******************************************************************
    315322     *
  • trunk/include/helpers/winh.h

    r155 r156  
    837837        typedef PSWBLOCK XWPENTRY WINHQUERYSWITCHLIST(HAB hab);
    838838        typedef WINHQUERYSWITCHLIST *PWINHQUERYSWITCHLIST;
     839
     840        HSWITCH XWPENTRY winhHSWITCHfromHAPP(HAPP happ);
    839841    #endif
    840842
Note: See TracChangeset for help on using the changeset viewer.