📄 readme
字号:
This directory is intended to contain the application widget library.These are standalone, gtk/gnome style widgets, that could conceivablybe reused in another program. For the most part, they comprise theuser interface -- the various dialogs, composite widget panels, etc.More general widgets, such as things that really belong in the gtk orgnome libraries belong in gxsnmp/widgets.The key criteria for this library is that the widgets should NOTinclude any gxsnmp-specific structures outside of the structuresdefined in this library. In other words, this library would beworthless if it contained references to app_info, because that wouldmean that the widgets would only work in the context of the entireGXsnmp application.By convention:xyzzy_dialog -- defines a widget based on gnome_dialog. These widgets contain imbedded window widgets and are directly displayable.xyzzy_panel -- defines a control-panel type widget, typically based on something like a vbox. This widget needs to be placed in a displayable container such as a dialog box or a window. For instance, each page of a notebook would be written as its own panel.All that said, these widgets should be considered ALPHA CODE andsubject to change without notice, at least until version 1.0 is released ...John Schulienjms@uic.edu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -