INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: StatusBar Constants"
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_STATUSBAR_CONST
feature -- StatusBar Window Class Name

frozen STATUSCLASSNAME: STRING
feature -- StatusBar Window Style Flags

SBARS_SIZEGRIP: BIT 32
feature -- StatusBar Messages

SB_SETTEXT: INTEGER

SB_GETTEXT: INTEGER

SB_GETTEXTLENGTH: INTEGER

SB_SETPARTS: INTEGER

SB_GETPARTS: INTEGER

SB_GETBORDERS: INTEGER

SB_SETMINHEIGHT: INTEGER

SB_SIMPLE: INTEGER

SB_GETRECT: INTEGER

SB_ISSIMPLE: INTEGER
feature -- StatusBar Part Drawing Flags

SBT_OWNERDRAW: BIT 32

SBT_NOBORDERS: BIT 32

SBT_POPOUT: BIT 32

SBT_RTLREADING: BIT 32
end -- class WAPI_STATUSBAR_CONST

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES