Home
last modified time | relevance | path

Searched refs:NEMO_ACTION_SHOW_THUMBNAILS (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-actions.h154 #define NEMO_ACTION_SHOW_THUMBNAILS "Show Thumbnails" macro
H A Dnemo-window-menus.c1094 NEMO_ACTION_SHOW_THUMBNAILS); in toolbar_set_show_thumbnails_button()
1119 NEMO_ACTION_SHOW_THUMBNAILS); in menu_set_show_thumbnails_action()
1469 /* name, stock id */ { NEMO_ACTION_SHOW_THUMBNAILS, NULL,
1679 action = GTK_ACTION (gtk_toggle_action_new (NEMO_ACTION_SHOW_THUMBNAILS, in nemo_window_create_toolbar_action_group()
H A Dnemo-toolbar.c402 …priv->show_thumbnails_button = toolbar_create_toolbutton (self, TRUE, NEMO_ACTION_SHOW_THUMBNAILS); in nemo_toolbar_constructed()