ReactOS 0.4.15-dev-7994-gb388cb6
StartMenuSeparator Struct Reference

separator between start menu entries More...

#include <startmenu.h>

Inheritance diagram for StartMenuSeparator:
Collaboration diagram for StartMenuSeparator:

Public Member Functions

 StartMenuSeparator (HWND parent, int x, int y, int w, DWORD style=WS_VISIBLE|WS_CHILD|WS_DISABLED|SS_ETCHEDHORZ, DWORD exStyle=0)
 
- Public Member Functions inherited from Static
 Static (HWND parent, LPCTSTR text, int left, int top, int width, int height, int id, DWORD flags=WS_VISIBLE|WS_CHILD|SS_SIMPLE, DWORD ex_flags=0)
 

Detailed Description

separator between start menu entries

Definition at line 123 of file startmenu.h.

Constructor & Destructor Documentation

◆ StartMenuSeparator()

StartMenuSeparator::StartMenuSeparator ( HWND  parent,
int  x,
int  y,
int  w,
DWORD  style = WS_VISIBLE|WS_CHILD|WS_DISABLED|SS_ETCHEDHORZ,
DWORD  exStyle = 0 
)
inline

Definition at line 125 of file startmenu.h.

126 : Static(parent, NULL, x, y+STARTMENU_SEP_HEIGHT(icon_size)/2-1, w, 2, -1, style, exStyle)
127 {
128 }
Arabic default style
Definition: afstyles.h:94
#define NULL
Definition: types.h:112
r parent
Definition: btrfs.c:3010
GLint GLint GLint GLint GLint x
Definition: gl.h:1548
GLint GLint GLint GLint GLint GLint y
Definition: gl.h:1548
GLubyte GLubyte GLubyte GLubyte w
Definition: glext.h:6102
iconPos iconPos icon_size
Definition: startmenu.cpp:1416
#define STARTMENU_SEP_HEIGHT(icon_size)
Definition: startmenu.h:35
Definition: window.h:585

The documentation for this struct was generated from the following file: