Definition at line 114 of file FXRuler.h. 00114 { 00115 MOUSE_NONE, // No mouse operation 00116 MOUSE_MARG_LOWER, // Drag lower margin 00117 MOUSE_MARG_UPPER, // Drag upper margin 00118 MOUSE_PARA_FIRST, // Drag first indent 00119 MOUSE_PARA_LOWER, // Drag lower indent 00120 MOUSE_PARA_UPPER // Drag upper indent 00121 };
|