Home
last modified time | relevance | path

Searched refs:cLabel (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Composite-Manager/src/
H A Dapplet-notifications.c118 gchar *cLabel; variable
121 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
125 g_free (cLabel);
128 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
132 g_free (cLabel);
137 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
141 g_free (cLabel);
146 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
150 g_free (cLabel);
159 g_free (cLabel);
[all …]
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-menu.h81 GtkWidget *gldi_menu_item_new_full (const gchar *cLabel, const gchar *cImage, gboolean bUseMnemonic…
88 #define gldi_menu_item_new(cLabel, cImage) gldi_menu_item_new_full (cLabel, cImage, FALSE, 0) argument
97 GtkWidget *gldi_menu_item_new_with_action (const gchar *cLabel, const gchar *cImage, GCallback pFun…
105 GtkWidget *gldi_menu_item_new_with_submenu (const gchar *cLabel, const gchar *cImage, GtkWidget **p…
129 GtkWidget *gldi_menu_add_item (GtkWidget *pMenu, const gchar *cLabel, const gchar *cImage, GCallbac…
130 …_dock_add_in_menu_with_stock_and_data(cLabel, gtkStock, pFunction, pMenu, pData) gldi_menu_add_ite… argument
139 GtkWidget *gldi_menu_add_sub_menu_full (GtkWidget *pMenu, const gchar *cLabel, const gchar *cImage,…
147 #define gldi_menu_add_sub_menu(pMenu, cLabel, cImage) gldi_menu_add_sub_menu_full (pMenu, cLabel, c… argument
148 #define cairo_dock_create_sub_menu(cLabel, pMenu, cImage) gldi_menu_add_sub_menu (pMenu, cLabel, cI… argument
H A Dcairo-dock-menu.c916 if (! cLabel) in gldi_menu_item_new_full()
919 … = (bUseMnemonic ? gtk_menu_item_new_with_mnemonic (cLabel) : gtk_menu_item_new_with_label (cLabe… in gldi_menu_item_new_full()
941 if (! cLabel) in gldi_menu_item_new_full()
944 …nemonic ? gtk3_image_menu_item_new_with_mnemonic (cLabel) : gtk3_image_menu_item_new_with_label (c… in gldi_menu_item_new_full()
947 if (! cLabel) in gldi_menu_item_new_full()
950 …m = (bUseMnemonic ? gtk_menu_item_new_with_mnemonic (cLabel) : gtk_menu_item_new_with_label (cLabe… in gldi_menu_item_new_full()
953 if (! cLabel) in gldi_menu_item_new_full()
956 …Mnemonic ? gtk_image_menu_item_new_with_mnemonic (cLabel) : gtk_image_menu_item_new_with_label (cL… in gldi_menu_item_new_full()
999 GtkWidget *pMenuItem = gldi_menu_item_new (cLabel, cImage); in gldi_menu_item_new_with_action()
1012 GtkWidget *pMenuItem = gldi_menu_item_new_full (cLabel, cImage, FALSE, iSize); in gldi_menu_item_new_with_submenu()
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/
H A Dlabel.cpp24 cLabel::cLabel (const cBox<cPosition>& area, const std::string& text_, eUnicodeFontType fontType_, … in cLabel() function in cLabel
45 void cLabel::setText (const std::string& text_) in setText()
67 const std::string& cLabel::getText() const in getText()
73 void cLabel::setFont (eUnicodeFontType fontType_) in setFont()
80 void cLabel::setAlignment (AlignmentFlags alignment_) in setAlignment()
87 void cLabel::setWordWrap (bool wordWrap_) in setWordWrap()
94 void cLabel::resizeToTextHeight() in resizeToTextHeight()
101 void cLabel::breakText (const std::string& text, std::vector<std::string>& lines, int maximalWidth,… in breakText()
178 void cLabel::updateDisplayInformation() in updateDisplayInformation()
241 void cLabel::draw (SDL_Surface& destination, const cBox<cPosition>& clipRect) in draw()
[all …]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/alsaMixer/src/
H A Dapplet-notifications.c70 gchar *cLabel; variable
80 cLabel = g_strdup_printf ("%s (%s)", D_("Adjust channels"), D_("double-click"));
81 …CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel, GLDI_ICON_NAME_PREFERENCES, _mixer_show_advanced_mixer, …
82 g_free (cLabel);
85cLabel = g_strdup_printf ("%s (%s)", (myData.bIsMute ? D_("Unmute") : D_("Mute")), D_("middle-clic…
86 …CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel, MY_APPLET_SHARE_DATA_DIR"/emblem-mute.svg", cd_toggle_mu…
87 g_free (cLabel);
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DRepeatStmt.cpp108 int cLabel = b.PushFlow(Bytecode::kContinueFlow); in EmitRCXLoop() local
116 b.SetLabel(cLabel); in EmitRCXLoop()
123 b.AddJump(cLabel); in EmitRCXLoop()
150 int cLabel = b.PushFlow(Bytecode::kContinueFlow); in EmitRCXVar() local
157 b.SetLabel(cLabel); in EmitRCXVar()
165 b.AddJump(cLabel); in EmitRCXVar()
193 int cLabel = b.PushFlow(Bytecode::kContinueFlow); in EmitDecJump() local
198 b.SetLabel(cLabel); in EmitDecJump()
206 b.AddJump(cLabel); in EmitDecJump()
H A DWhileStmt.cpp44 int cLabel = b.PushFlow(Bytecode::kContinueFlow); in EmitActual() local
56 b.SetLabel(cLabel); in EmitActual()
58 b.AddJump(cLabel); in EmitActual()
78 b.AddJump(cLabel); in EmitActual()
89 b.SetLabel(cLabel); in EmitActual()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/showDesktop/src/
H A Dapplet-notifications.c176 gchar *cLabel; variable
181 cLabel = g_strdup_printf ("%s (%s)", D_("Show desktop"), D_("middle-click"));
183 cLabel = g_strdup (D_("Show desktop"));
184 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
188 g_free (cLabel);
195 cLabel = g_strdup (D_("Expose all the desktops"));
196 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
200 g_free (cLabel);
207 cLabel = g_strdup (D_("Show the Widget Layer"));
208 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowclanselection/
H A Dwindowclanselection.h30 class cLabel; variable
50 std::array<cLabel*, clanCount> clanTitles;
52 cLabel* clanDescription1;
53 cLabel* clanDescription2;
54 cLabel* clanShortDescription;
/dports/databases/WWWdb/WWWdb-0.8.3/lib/WWWdb/Wiz/
H A DCreateAppRc_2.pl241 my $cLabel;
247 $cLabel = "$_:";
248 $cLabel =~ s/[-_]/ /g;
252 $cLabel);
332 foreach $lAtt (["TXT", "Text", $cLabel,
404 my $cLabel;
410 $cLabel = "$_:";
411 $cLabel =~ s/[-_]/ /g;
413 $cLabel = $oConfigFile->getValue("Layout Label $_",
415 $cLabel);
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/special/
H A Dsaveslotwidget.h26 class cLabel; variable
57 cLabel* numberLabel;
58 cLabel* typeLabel;
59 cLabel* timeLabel;
H A Dlobbychatboxlistviewitem.h29 class cLabel; variable
41 cLabel* messageLabel;
42 cLabel* playerNameLabel;
/dports/graphics/pixie/Pixie/src/ri/
H A Dsdr.y2154 TSlLabel *cLabel,*nLabel; in reset() local
2156 for (cLabel=currentData.labelDefinitions;cLabel != NULL;) { in reset()
2157 nLabel = cLabel->next; in reset()
2158 delete cLabel; in reset() local
2159 cLabel = nLabel; in reset()
2166 for (cLabel=currentData.labelReferences;cLabel != NULL;) { in reset()
2167 nLabel = cLabel->next; in reset()
2168 delete cLabel; in reset() local
2169 cLabel = nLabel; in reset()
2256 for (cLabel = currentData.labelReferences;cLabel != NULL;cLabel = cLabel->next) { in shaderCreate()
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowresourcedistribution/
H A Dwindowresourcedistribution.h31 class cLabel; variable
55 std::array<cLabel*, 3> metalLabels;
56 std::array<cLabel*, 3> oilLabels;
57 std::array<cLabel*, 3> goldLabels;
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/dialogs/
H A Ddialogtransfer.h31 class cLabel; variable
55 cLabel* transferLabel;
59 cLabel* sourceUnitCargoLabel;
60 cLabel* destinationUnitCargoLabel;
H A Ddialogresearch.h30 class cLabel; variable
54 std::array<cLabel*, rows> researchCenterCountLabels;
55 std::array<cLabel*, rows> percentageLabels;
56 std::array<cLabel*, rows> turnsLabels;
H A Ddialogresearch.cpp35 …addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (0, 19), getPositio… in cDialogResearch()
37 …addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (23, 52), getPositi… in cDialogResearch()
38 …addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (160, 52), getPosit… in cDialogResearch()
39 …addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (291, 52), getPosit… in cDialogResearch()
75 …addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (183, 72 + 28 * i),… in cDialogResearch()
86 …researchCenterCountLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() … in cDialogResearch()
88 …percentageLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPositi… in cDialogResearch()
90 …turnsLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (2… in cDialogResearch()
H A Ddialoglicense.h29 class cLabel; variable
40 cLabel* headerLabel;
41 cLabel* textLabel;
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/slider/src/
H A Dapplet-notifications.c217 gchar *cLabel; variable
228 cLabel = g_strdup_printf ("%s (%s)", D_("Open current image"), D_("middle-click"));
230 cLabel = g_strdup (D_("Open current image"));
231 …CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel, GLDI_ICON_NAME_OPEN, _cd_slider_open_selected, CD_APPLET…
232 g_free (cLabel);
270 cLabel = g_strdup_printf ("%s (%s)", D_("Browse images folder"), D_("middle-click"));
272 cLabel = g_strdup (D_("Browse images folder"));
273 …CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel, GLDI_ICON_NAME_DIRECTORY, _cd_slider_run_dir, CD_APPLET_…
277 g_free (cLabel);
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Status-Notifier/src/
H A Dapplet-host.c68 …bjectPath, int iPosition, const gchar *cIconName, const gchar *cIconThemePath, const gchar *cLabel) in cd_satus_notifier_add_new_item_with_default() argument
89 if (pItem->cLabel == NULL) in cd_satus_notifier_add_new_item_with_default()
90 pItem->cLabel = g_strdup (cLabel); in cd_satus_notifier_add_new_item_with_default()
100 if (pItem->cLabel == NULL && pItem->cTitle == NULL) in cd_satus_notifier_add_new_item_with_default()
101 pItem->cLabel = g_strdup (pItem->cId); // cService is often a dbus name like :1.355 in cd_satus_notifier_add_new_item_with_default()
152 cd_debug ("=== item %s removed", pItem->cTitle?pItem->cTitle:pItem->cLabel); in cd_satus_notifier_remove_item()
H A Dapplet-host-ias.c318 cLabel in on_new_application()
395 …n_label_changed (DBusGProxy *proxy_watcher, gint iPosition, const gchar *cLabel, const gchar *cLab… in on_application_label_changed() argument
398 cd_debug ("=== %s (%d, %s, %s)", __func__, iPosition, cLabel, cLabelGuide); in on_application_label_changed()
403 g_free (pItem->cLabel); in on_application_label_changed()
404 pItem->cLabel = g_strdup (cLabel); in on_application_label_changed()
493 const gchar *cLabel = NULL; in _on_get_applications_from_service() local
521 cLabel = g_value_get_string (v); in _on_get_applications_from_service()
545 cLabel, in _on_get_applications_from_service()
575 if (pItem->cTitle == NULL && pItem->cLabel == NULL && pItem->cAccessibleDesc == NULL) in _on_get_applications_from_service()
576 pItem->cLabel = g_strdup (cAccessibleDesc && *cAccessibleDesc != '\0' ? cAccessibleDesc : in _on_get_applications_from_service()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/
H A DWidgetImageProperty.java33 private IValueProperty<S, Image> cLabel; field in WidgetImageProperty
53 if (cLabel == null) in doGetDelegate()
54 cLabel = (IValueProperty<S, Image>) new CLabelImageProperty(); in doGetDelegate()
55 return cLabel; in doGetDelegate()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/mail/src/
H A Dcd-mail-applet-notifications.c153 gchar *cLabel = g_strdup_printf ("%s (%s)", D_("Refresh all"), D_("middle-click")); variable
154 …CD_APPLET_ADD_IN_MENU_WITH_STOCK_AND_DATA (cLabel, GLDI_ICON_NAME_REFRESH, _cd_mail_update_all_acc…
155 g_free (cLabel);
160 gchar *cLabel = g_strdup_printf (D_("Refresh %s"), pMailAccount->name); variable
161 …CD_APPLET_ADD_IN_MENU_WITH_STOCK_AND_DATA (cLabel, GLDI_ICON_NAME_REFRESH, _cd_mail_update_account…
162 g_free (cLabel);
169 gchar *cLabel = g_strdup_printf (D_("Launch %s"), myConfig.cMailApplication); variable
170 …CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel, GLDI_ICON_NAME_EXECUTE, _cd_mail_launch_mail_appli, CD_A…
171 g_free (cLabel);
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/switcher/src/
H A Dapplet-notifications.c300 gchar *cLabel; variable
303cLabel = (myConfig.iActionOnMiddleClick == SWICTHER_WINDOWS_LIST ? g_strdup_printf ("%s (%s)", D_(…
304 …GtkWidget *pWindowsListMenu = CD_APPLET_ADD_SUB_MENU_WITH_IMAGE (cLabel, CD_APPLET_MY_MENU, GLDI_I…
305 g_free (cLabel);
308cLabel = (myConfig.iActionOnMiddleClick == SWICTHER_SHOW_DESKTOP ? g_strdup_printf ("%s (%s)", D_(…
309 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
313 g_free (cLabel);
318 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
322 g_free (cLabel);
327 CD_APPLET_ADD_IN_MENU_WITH_STOCK (cLabel,
[all …]
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/quick-browser/src/
H A Dapplet-notifications.c41 gchar *cLabel = g_strdup_printf ("%s (%s)", D_("Open folder"), D_("middle-click")); variable
42 …CD_APPLET_ADD_IN_MENU_WITH_STOCK_AND_DATA (cLabel, GLDI_ICON_NAME_OPEN, _open_dir, CD_APPLET_MY_ME…
43 g_free (cLabel);

123456789