Home
last modified time | relevance | path

Searched refs:tb_items (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/znotes/zNotes-0.4.6/
H A Dsettings.cpp183 tb_items.append(itemAdd); in load()
184 tb_items.append(itemRemove); in load()
185 tb_items.append(itemRename); in load()
187 tb_items.append(itemPrev); in load()
188 tb_items.append(itemNext); in load()
190 tb_items.append(itemCopy); in load()
192 tb_items.append(itemSetup); in load()
193 tb_items.append(itemInfo); in load()
195 tb_items.append(itemRun); in load()
198 tb_items.append(itemExit); in load()
[all …]
H A Dsettings.h60 inline const QVector<int>& getToolbarItems() { return tb_items; } in getToolbarItems()
145 QVector<int> tb_items; variable
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK2/source/
H A Dkickshaw.c224 GtkToolItem *tb_items[NUMBER_OF_TB_BUTTONS]; in general_initialisiation() local
471 tb_items[buttons_cnt] = gtk_tool_item_new (); in general_initialisiation()
473 gtk_container_add (GTK_CONTAINER (tb_items[buttons_cnt]), tb_event_boxes[buttons_cnt]); in general_initialisiation()
476 gtk_toolbar_insert (GTK_TOOLBAR (toolbar), tb_items[buttons_cnt], -1); in general_initialisiation()
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dgtkedit.c1088 static TbItems tb_items[] = variable
1109 for (t = &tb_items[0]; t->text; t++) { in create_toolbar()