Home
last modified time | relevance | path

Searched refs:utl_gui_create_icon_with_label (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dutils_gui.h61 GtkWidget * utl_gui_create_icon_with_label (const gchar *icon_name, const gchar *label_str…
H A Dcontacts_preferences_gui.c434 vbox_icon = utl_gui_create_icon_with_label (OSMO_STOCK_CONTACTS, _("Contacts")); in cnt_create_preferences_page()
H A Dnotes_preferences_gui.c438 vbox_icon = utl_gui_create_icon_with_label (OSMO_STOCK_NOTES, _("Notes")); in nte_create_preferences_page()
H A Dtasks_preferences_gui.c633 vbox_icon = utl_gui_create_icon_with_label (OSMO_STOCK_TASKS, _("Tasks")); in tsk_create_preferences_page()
H A Dpreferences_gui.c666 vbox_icon = utl_gui_create_icon_with_label (OSMO_STOCK_PREFERENCES, _("General")); in create_general_page()
H A Dutils_gui.c113 utl_gui_create_icon_with_label (const gchar *icon_name, const gchar *label_str) in utl_gui_create_icon_with_label() function
H A Dcalendar_preferences_gui.c1822 vbox_icon = utl_gui_create_icon_with_label (OSMO_STOCK_CALENDAR, _("Calendar")); in cal_create_preferences_page()