KStandardAction has the enums for KStandardAction::showStatusBar, KStandardAction::showMenuBar and KStandardAction::showToolBar. 

However, it only has the functions to create actions for showStatusBar and showMenuBar. 

I know KXmlGuiWindow has setStandardToolbarMenuEnabled(), but I thought this seemed odd. Is the function to create an action for showToolbar missing on purpose?