libglade是一個計算機軟體,與Glade類似,需要在C或者Python中調用。
基本介紹
- 外文名:libglade
- 類型:免費軟體
- 特點:與 Glade 類似,
- 操作:需要在 C 或者 Python 中調用
但 Libglade 可以從 XML 檔案實時生成用戶界面而無需重新編譯。它是一個類庫,。。
Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C source code that must be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This can allow modifying the user interface without recompiling. Libglade can also automatically connect signal handlers in the user interface. It does this by matching handler names specified in the glade file with symbols in the executable looked up with the gmodule library this requires that applications be linked with the