Home
last modified time | relevance | path

Searched defs:Menu (Results 1 – 25 of 1583) sorted by relevance

12345678910>>...64

/dports/mail/neomutt/neomutt-20211029/menu/
H A Dlib.h66 struct Menu struct
70 MenuRedrawFlags redraw; ///< When to redraw the screen argument
71 enum MenuType type; ///< Menu definition for keymap entries argument
74 struct MuttWindow *win; ///< Window holding the Menu argument
91 …bool custom_search : 1; ///< The menu implements its own non-Menu::search()-compatible search, tri… argument
116 int (*search)(struct Menu *menu, regex_t *rx, int line); argument
128 int (*tag)(struct Menu *menu, int sel, int act); argument
140 int (*color)(struct Menu *menu, int line); argument
149 void (*custom_redraw)(struct Menu *menu); argument
159 * mdata_free - Free the private data attached to the Menu argument
[all …]
/dports/games/reminiscence/REminiscence-0.4.9/
H A Dmenu.h16 struct Menu { struct
17 enum {
26 enum {
33 enum {
42 enum {
46 struct Item {
51 static const char *_levelNames[];
52 static const char *_passwordsDOS[];
55 static const char *_passwordsMac[];
57 static const uint8_t _flagEn16x12[];
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/release/bin/
H A Dlazpaint_simplified.ini1 [Menu] section
2 MenuFile=FileNew,FileOpen,MenuRecentFiles,-,FileSave,FileSaveAs,-,FileImport3D,-,FilePrint,-,MenuLa… argument
3 MenuEdit=EditUndo,EditRedo,-,EditCut,EditCopy,EditPaste,EditPasteAsNew,EditDeleteSelection,-,EditSe… argument
5 MenuView=* argument
7 MenuRemoveTransparency= argument
8 MenuColors=ColorCurves,ColorPosterize,ColorColorize,FilterGrayscale,ColorShiftColors,-,ColorLightne… argument
9 MenuTool= argument
10 MenuFilter=MenuRadialBlur,FilterBlurMotion,FilterPixelate,-,FilterSharpen,FilterNoise,-,FilterConto… argument
11 MenuRadialBlur=FilterBlurBox,FilterBlurFast,FilterBlurRadial,FilterBlurCorona,FilterBlurDisk argument
12 MenuRender=RenderPerlinNoise,RenderCyclicPerlinNoise,-,RenderWater,RenderWood,RenderWoodVertical,Re… argument
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dmenu.go22 type Menu struct { struct
23 MenuShell
36 func (v *Menu) native() *C.GtkMenu {
44 func (v *Menu) toMenu() *C.GtkMenu {
84 func (v *Menu) SetScreen(screen *gdk.Screen) {
100 func (v *Menu) SetMonitor(monitor_num int) {
105 func (v *Menu) GetMonitor() int {
120 func (v *Menu) GetReserveToggleSize() bool {
125 func (v *Menu) Popdown() {
135 func (v *Menu) GetActive() (*Menu, error) {
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dmenu.go22 type Menu struct { struct
23 MenuShell
36 func (v *Menu) native() *C.GtkMenu {
44 func (v *Menu) toMenu() *C.GtkMenu {
84 func (v *Menu) SetScreen(screen *gdk.Screen) {
100 func (v *Menu) SetMonitor(monitor_num int) {
105 func (v *Menu) GetMonitor() int {
120 func (v *Menu) GetReserveToggleSize() bool {
125 func (v *Menu) Popdown() {
135 func (v *Menu) GetActive() (*Menu, error) {
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dmenu.go22 type Menu struct { struct
23 MenuShell
36 func (v *Menu) native() *C.GtkMenu {
44 func (v *Menu) toMenu() *C.GtkMenu {
84 func (v *Menu) SetScreen(screen *gdk.Screen) {
100 func (v *Menu) SetMonitor(monitor_num int) {
105 func (v *Menu) GetMonitor() int {
120 func (v *Menu) GetReserveToggleSize() bool {
125 func (v *Menu) Popdown() {
135 func (v *Menu) GetActive() (*Menu, error) {
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dmenu.go22 type Menu struct { struct
23 MenuShell
36 func (v *Menu) native() *C.GtkMenu {
44 func (v *Menu) toMenu() *C.GtkMenu {
84 func (v *Menu) SetScreen(screen *gdk.Screen) {
100 func (v *Menu) SetMonitor(monitor_num int) {
105 func (v *Menu) GetMonitor() int {
120 func (v *Menu) GetReserveToggleSize() bool {
125 func (v *Menu) Popdown() {
135 func (v *Menu) GetActive() (*Menu, error) {
[all …]
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dmenu.h81 typedef struct Menu { struct
84 struct MenuItem *items; /**< Menu items. */ argument
85 char *label; /**< Menu label (NULL for no label). */ argument
102 struct Menu *parent; /**< The parent menu (or NULL). */ argument
107 } Menu; argument
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go68 type Menu struct { struct
69 MenuModel
73 func (m *Menu) native() *C.GMenu {
100 func (v *Menu) Freeze() {
116 func (v *Menu) Prepend(label, detailed_action string) {
127 func (v *Menu) Append(label, detailed_action string) {
138 func (v *Menu) InsertItem(position int, item *MenuItem) {
143 func (v *Menu) AppendItem(item *MenuItem) {
148 func (v *Menu) PrependItem(item *MenuItem) {
219 func (v *Menu) Remove(position int) {
[all …]
/dports/games/gltron/gltron-0.70/src/include/game/
H A Dmenu.h16 typedef struct Menu { struct
22 struct Menu** pEntries; argument
23 struct Menu* parent; argument
25 } Menu; typedef
/dports/security/kpmenu/kpmenu-1.4.0/kpmenulib/
H A Dmenu.go12 type Menu struct { struct
13 CacheStart time.Time // Cache start time
14 CliArguments []string // Arguments of kpmenu
15 Configuration *Configuration // Configuration of kpmenu
16 Database *Database // Database
17 WaitGroup *sync.WaitGroup // WaitGroup used for goroutines
31 func (m *Menu) OpenDatabase() *ErrorDatabase {
69 func (m *Menu) OpenMenu() *ErrorDatabase {
95 func (m *Menu) entrySelection() *ErrorDatabase {
H A Dkpmenulib.go40 func Execute(menu *Menu) bool {
61 func Show(menu *Menu) bool {
110 func handleConfiguration(menu *Menu, parseOnly bool) error {
128 func checkFlags(menu *Menu) error {
182 func handleCli(menu *Menu) bool {
/dports/finance/kraft/kraft-0.97/manual/
H A Dkraft.adoc578 [[Menu]] anchor
583 [[File]]
590 [[Document]]
593 [[Show_document]]
625 [[settings]]
655 [[Tax]]
658 [[Move_up]]
661 [[Move_down]]
664 [[Lock_item]]
667 [[Unlock_item]]
[all …]
/dports/comms/wsjtz/wsjtx/doc/user_guide/en/
H A Dcontrols-functions-menus.adoc36 [[VIEW_MENU]]
46 [[MODE_MENU]]
50 [[DECODE_MENU]]
54 [[SAVE_MENU]]
55 [[SAVE-WAV]]
62 [[HELP_MENU]]
66 ===== Keyboard Shortcuts (F3)
69 ===== Special Mouse Commands (F5)
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go84 type Menu struct { struct
85 MenuModel
89 func (v *Menu) native() *C.GMenu {
116 func (v *Menu) Freeze() {
132 func (v *Menu) Prepend(label, detailedAction string) {
143 func (v *Menu) Append(label, detailedAction string) {
154 func (v *Menu) InsertItem(position int, item *MenuItem) {
159 func (v *Menu) AppendItem(item *MenuItem) {
164 func (v *Menu) PrependItem(item *MenuItem) {
235 func (v *Menu) Remove(position int) {
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go84 type Menu struct { struct
85 MenuModel
89 func (v *Menu) native() *C.GMenu {
116 func (v *Menu) Freeze() {
132 func (v *Menu) Prepend(label, detailedAction string) {
143 func (v *Menu) Append(label, detailedAction string) {
154 func (v *Menu) InsertItem(position int, item *MenuItem) {
159 func (v *Menu) AppendItem(item *MenuItem) {
164 func (v *Menu) PrependItem(item *MenuItem) {
235 func (v *Menu) Remove(position int) {
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go84 type Menu struct { struct
85 MenuModel
89 func (v *Menu) native() *C.GMenu {
116 func (v *Menu) Freeze() {
132 func (v *Menu) Prepend(label, detailedAction string) {
143 func (v *Menu) Append(label, detailedAction string) {
154 func (v *Menu) InsertItem(position int, item *MenuItem) {
159 func (v *Menu) AppendItem(item *MenuItem) {
164 func (v *Menu) PrependItem(item *MenuItem) {
235 func (v *Menu) Remove(position int) {
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dmenu.go84 type Menu struct { struct
85 MenuModel
89 func (v *Menu) native() *C.GMenu {
116 func (v *Menu) Freeze() {
132 func (v *Menu) Prepend(label, detailedAction string) {
143 func (v *Menu) Append(label, detailedAction string) {
154 func (v *Menu) InsertItem(position int, item *MenuItem) {
159 func (v *Menu) AppendItem(item *MenuItem) {
164 func (v *Menu) PrependItem(item *MenuItem) {
235 func (v *Menu) Remove(position int) {
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/gui/
H A Dgui_v1.h58 struct Menu { struct
78 MenuItem item[7]; argument
98 virtual void initMenuLayout(Menu &menu); argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/gui/
H A Dgui_v1.h57 struct Menu { struct
77 MenuItem item[7]; argument
97 virtual void initMenuLayout(Menu &menu); argument
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gtk/
H A Dmenu.go20 type Menu struct { struct
21 MenuShell
34 func (v *Menu) native() *C.GtkMenu {
42 func (v *Menu) toMenu() *C.GtkMenu {
69 func (v *Menu) Popdown() {
74 func (v *Menu) ReorderChild(child IWidget, position int) {
/dports/graphics/povray37/povray-3.7.0.10/distribution/platform-specific/windows/Ini/
H A Dpvtools.ini162 [Menu] section
163 Item0=Edit &master POVRAY.INI
164 Item1=Edit PVEN&GINE.INI
165 Item2=Edit &last rendered file
166 Item3=Edit last &scene file
167 Item4=&View last rendered file
168 Item5=Edit resolution &INI file
169 Item6=Edit &user-defined syntax file
170 Item7=&Browse sample scenes folder
171 Item8=Edit &this menu.
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/widgets/
H A Dmenu.rs7 pub struct Menu<T> { struct
15 impl<T: 'static> Menu<T> { implementation
70 impl<T: 'static> WidgetImpl for Menu<T> { implementation
/dports/editors/helix/helix-0.5.0/helix-term/src/ui/
H A Dmenu.rs21 pub struct Menu<T: Item> { struct
32 callback_fn: Box<dyn Fn(&mut Editor, Option<&T>, MenuEvent)>, argument
40 impl<T: Item> Menu<T> { impl
183 impl<T: Item + 'static> Component for Menu<T> { implementation
/dports/security/xca/xca-2.4.0/doc/rst/
H A Dsmartcard.rst90 Managing Smart-cards
126 Tested Providers
156 Tested compatibility with other applications
178 Firefox / Mozilla -> Apache
203 OpenVPN

12345678910>>...64