I have a snippet which creates an OptionMenu widget.
OptionMenu
... options = (\'White\', \'Grey\', \'Black\', \'Red\', \'Orange\', \'Yellow\'
When you use the grid command to place the widget in its parent, have the widget fill its cell (try sticky="ew")
grid
sticky="ew"