Subversion Repositories Kolibri OS

Rev

Rev 7878 | Rev 8417 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7878 Rev 8020
Line 138... Line 138...
138
		active_menu = MENU_DIR;
138
		active_menu = MENU_DIR;
139
	} else {
139
	} else {
140
		text = #file_actions;
140
		text = #file_actions;
141
		active_menu = MENU_FILE;
141
		active_menu = MENU_FILE;
142
	}
142
	}
143
	open_lmenu(mouse.x+Form.left+5, mouse.y+Form.top+3
-
 
144
		+skin_height, MENU_ALIGN_TOP_LEFT, NULL, text);
143
	open_lmenu(mouse.x, mouse.y+3, MENU_TOP_LEFT, NULL, text);
145
}
144
}
Line 146... Line 145...
146
 
145
 
147
void EventShowBurgerMenu()
146
void EventShowBurgerMenu()
148
{
147
{
149
	active_menu = MENU_BURGER;
-
 
150
	open_lmenu(Form.width-10+Form.left, 35+Form.top+skin_height,
148
	active_menu = MENU_BURGER;
151
		MENU_ALIGN_TOP_RIGHT, NULL, #burger_menu_items);
149
	open_lmenu(Form.cwidth-6, 35, MENU_TOP_RIGHT, NULL, #burger_menu_items);
Line 152... Line 150...
152
}
150
}
153
 
151
 
154
bool GetMenuClick()
152
bool GetMenuClick()