예제 #1
0
파일: ecore_x.cs 프로젝트: emtees/old-code
	   public void SendStatus(int will_accept, int supress, Rectangle r,
				  uint action)
	   {
		   ecore_x_dnd_send_status(will_accept, supress, r, action);
	   }
예제 #2
0
파일: ecore_x.cs 프로젝트: emtees/old-code
	   private extern static void ecore_x_dnd_send_status(int will_accept,
							      int supress,
							      Rectangle rectangle,
							      uint action);