1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="response-type" xml:lang="ko">
<info>
<revision version="0.1" date="2012-04-10" status="stub"/>
<credit type="author copyright">
<name>Tiffany Antopolski</name>
<email its:translate="no">tiffany.antopolski@gmail.com</email>
<years>2012</years>
</credit>
<desc/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>조성호</mal:name>
<mal:email>shcho@gnome.org</mal:email>
<mal:years>2017-2019.</mal:years>
</mal:credit>
</info>
<title>enum ResponseType</title>
<terms>
<item>
<title>ResponseType.NONE = -1</title>
<p>동작 위젯에 응답 ID가 없거나 대화상자가 프로그램 진행상 숨겨졌거나 해체됐을 경우 반환합니다</p>
</item>
<item>
<title>ResponseType.REJECT = -2</title>
<p>GTK+ 대화 상자에서 사용하지 않는 일반 응답 ID</p>
</item>
<item>
<title>ResponseType.ACCEPT = -3</title>
<p>GTK+ 대화 상자에서 사용하지 않는 일반 응답 ID</p>
</item>
<item>
<title>ResponseType.DELETE_EVENT = -4</title>
<p>대화 상자를 삭제했을 경우 반환합니다</p>
</item>
<item>
<title>ResponseType.OK = -5</title>
<p>GTK+ 대화 상자에서 확인 단추를 누르면 반환합니다</p>
</item>
<item>
<title>ResponseType.CANCEL = -6</title>
<p>GTK+ 대화 상자에서 취소를 누르면 반환합니다</p>
</item>
<item>
<title>ResponseType.CLOSE = -7</title>
<p>GTK+ 대화 상자에서 닫기를 누르면 반환합니다</p>
</item>
<item>
<title>ResponseType.YES = -8</title>
<p>GTK+ 대화 상자에서 예를 누르면 반환합니다</p>
</item>
<item>
<title>ResponseType.NO = -9</title>
<p>GTK+ 대화 상자에서 아니요를 누르면 반환합니다</p>
</item>
<item>
<title>ResponseType.APPLY = -10</title>
<p>GTK+ 대화 상자에서 적용을 누르면 반환합니다</p>
</item>
<item>
<title>ResponseType.HELP = -11</title>
<p>GTK+ 대화 상자에서 도움말을 누르면 반환합니다</p>
</item>
</terms>
</page>
|