# 글레이드

&#x20;글레이드는 GTK 툴킷과 그놈 데스크톱 환경을 위한 프로그램의 UI 제작 도구입니다.

XML 형식으로 저장되며 C, C++, C#, 발라, 자바, 펄, 파이썬 등 많은 프로그래밍 언어에 붙여서 사용될 수 있습니다.

## 설치

터미널을 열어 다음과 같이 입력합니다.

```
sudo apt install glade
```

## 실행

시작 메뉴에서 확인하실 수 있습니다.

<figure><img src="https://4090665885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBKrxTTaACEPEgr0BkulL%2Fuploads%2F1cXT2zOkLosGCNd4deaf%2Fglade_001.png?alt=media&#x26;token=39cba35d-73d6-4a25-863f-3b49e47f5217" alt=""><figcaption></figcaption></figure>

실행하면 다음과 같이 glade 기본 화면이 표시됩니다.

<figure><img src="https://4090665885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBKrxTTaACEPEgr0BkulL%2Fuploads%2FacgSmldReDAuHCbJ1W3G%2Fglade_002.png?alt=media&#x26;token=d9a06b4e-70c7-4e4b-8422-d8b5da987619" alt=""><figcaption></figcaption></figure>

기존에 있던 ui(xml) 파일을 열어보면 다음과 같이 UI가 그려져 있는 모습을 볼 수 있습니다.

다음 화면은 hamonikrwelcome의 UI가 glade를 이용하여 만들어 져있는 것을 확인하실 수 있습니다.

좌측은 UI그리기를 위한 박스 등을 추가하는 곳이고 우측은 이름, 크기 등을 설정하는 곳입니다.

<figure><img src="https://4090665885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBKrxTTaACEPEgr0BkulL%2Fuploads%2FXEQzMy5FrmPYlfgsJOOQ%2Fglade_003.png?alt=media&#x26;token=27dee446-c6b2-4e55-85df-8c2b92c432cc" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-6.0/startmenu/development/glade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
