hnm_window_type_e

Enumeration of window display types.

Synopsis:

#include <hnm/display_event.h>
 
typedef enum hnm_window_type_e{
      HNM_WINDOW_FULLSCREEN   
      HNM_WINDOW_OVERLAY   
      HNM_WINDOW_NOTIFICATION   
      HNM_WINDOW_GROWL   
      HNM_WINDOW_HIDDEN   
      HNM_WINDOW_NUM_TYPES   
} hnm_WindowTypeID;

Data:

HNM_WINDOW_FULLSCREEN

Full screen window.

HNM_WINDOW_OVERLAY

Popup overlay.

HNM_WINDOW_NOTIFICATION

Persistent notification.

HNM_WINDOW_GROWL

Transient notification.

HNM_WINDOW_HIDDEN

Do not display.

HNM_WINDOW_NUM_TYPES

Library:

libhnm

Description:

The available window types are Fullscreen, Growl, Notification, and Overlay. Note that the Hidden window type is defined only for the sake of completeness; it shouldn't be used in practice.