1 # Autogenerated from the fvwm sources.
3 package FVWM
::Constants
;
8 use constant M_NEW_PAGE
=> (1);
9 use constant M_NEW_DESK
=> (1<<1);
10 use constant M_OLD_ADD_WINDOW
=> (1<<2);
11 use constant M_RAISE_WINDOW
=> (1<<3);
12 use constant M_LOWER_WINDOW
=> (1<<4);
13 use constant M_OLD_CONFIGURE_WINDOW
=> (1<<5);
14 use constant M_FOCUS_CHANGE
=> (1<<6);
15 use constant M_DESTROY_WINDOW
=> (1<<7);
16 use constant M_ICONIFY
=> (1<<8);
17 use constant M_DEICONIFY
=> (1<<9);
18 use constant M_WINDOW_NAME
=> (1<<10);
19 use constant M_ICON_NAME
=> (1<<11);
20 use constant M_RES_CLASS
=> (1<<12);
21 use constant M_RES_NAME
=> (1<<13);
22 use constant M_END_WINDOWLIST
=> (1<<14);
23 use constant M_ICON_LOCATION
=> (1<<15);
24 use constant M_MAP
=> (1<<16);
25 use constant M_ERROR
=> (1<<17);
26 use constant M_CONFIG_INFO
=> (1<<18);
27 use constant M_END_CONFIG_INFO
=> (1<<19);
28 use constant M_ICON_FILE
=> (1<<20);
29 use constant M_DEFAULTICON
=> (1<<21);
30 use constant M_STRING
=> (1<<22);
31 use constant M_MINI_ICON
=> (1<<23);
32 use constant M_WINDOWSHADE
=> (1<<24);
33 use constant M_DEWINDOWSHADE
=> (1<<25);
34 use constant M_VISIBLE_NAME
=> (1<<26);
35 use constant M_SENDCONFIG
=> (1<<27);
36 use constant M_RESTACK
=> (1<<28);
37 use constant M_ADD_WINDOW
=> (1<<29);
38 use constant M_CONFIGURE_WINDOW
=> (1<<30);
39 use constant M_EXTENDED_MSG
=> (1<<31);
40 use constant MX_VISIBLE_ICON_NAME
=> ((1<<0)|M_EXTENDED_MSG
);
41 use constant MX_ENTER_WINDOW
=> ((1<<1)|M_EXTENDED_MSG
);
42 use constant MX_LEAVE_WINDOW
=> ((1<<2)|M_EXTENDED_MSG
);
43 use constant MX_PROPERTY_CHANGE
=> ((1<<3)|M_EXTENDED_MSG
);
44 use constant MX_REPLY
=> ((1<<4)|M_EXTENDED_MSG
);
45 use constant MX_PROPERTY_CHANGE_NONE
=> 0;
46 use constant MX_PROPERTY_CHANGE_BACKGROUND
=> 1;
47 use constant MX_PROPERTY_CHANGE_SWALLOW
=> 2;
48 use constant MAX_MSG_MASK
=> 0x7fffffff;
49 use constant MAX_XMSG_MASK
=> 0x0000001f;
50 use constant HEADER_SIZE
=> 4;
51 use constant START_FLAG
=> 0xffffffff;
52 use constant RESPONSE_READY
=> "NOP FINISHED STARTUP";
53 use constant RESPONSE_UNLOCK
=> "NOP UNLOCK";
54 use constant ON_EXIT
=> '1e20';
55 use constant INTSIZE
=> $Config{longsize
};
62 M_OLD_CONFIGURE_WINDOW
94 MX_PROPERTY_CHANGE_NONE
95 MX_PROPERTY_CHANGE_BACKGROUND
96 MX_PROPERTY_CHANGE_SWALLOW
113 FVWM::Constants - exports fvwm specific constants
117 This class is used to load fvwm constants into your perl script or class.
118 Note, if you use I<FVWM::Module> the constants are automatically exported.
119 So you usually do not need to include this class.
127 For more information, see L<FVWM::Module>.
129 =head1 EXPORTED CONSTANTS
136 M_OLD_CONFIGURE_WINDOW
168 MX_PROPERTY_CHANGE_NONE
169 MX_PROPERTY_CHANGE_BACKGROUND
170 MX_PROPERTY_CHANGE_SWALLOW