X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktoggleaction.c;h=46cea60965171facd51adb4cca318609dcbdceb7;hb=cf216d780cb2c889a3bcb5faa825fc1b21af8896;hp=86ec59ba43db6c9bee06011057d2d3fbddd113ed;hpb=1bfa931e2033e81d226483394a90cbbbe33a92b1;p=~andy%2Fgtk diff --git a/gtk/gtktoggleaction.c b/gtk/gtktoggleaction.c index 86ec59ba4..46cea6096 100644 --- a/gtk/gtktoggleaction.c +++ b/gtk/gtktoggleaction.c @@ -14,9 +14,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -123,7 +121,7 @@ gtk_toggle_action_class_init (GtkToggleActionClass *klass) /** * GtkToggleAction:active: * - * If the toggle action should be active in or not. + * Whether the toggle action should be active. * * Since: 2.10 */ @@ -131,7 +129,7 @@ gtk_toggle_action_class_init (GtkToggleActionClass *klass) PROP_ACTIVE, g_param_spec_boolean ("active", P_("Active"), - P_("If the toggle action should be active in or not"), + P_("Whether the toggle action should be active"), FALSE, GTK_PARAM_READWRITE)); /** @@ -166,10 +164,11 @@ gtk_toggle_action_init (GtkToggleAction *action) /** * gtk_toggle_action_new: * @name: A unique name for the action - * @label: (allow-none): The label displayed in menu items and on buttons, or %NULL + * @label: (allow-none): The label displayed in menu items and on buttons, + * or %NULL * @tooltip: (allow-none): A tooltip for the action, or %NULL - * @stock_id: The stock icon to display in widgets representing the - * action, or %NULL + * @stock_id: (allow-none): The stock icon to display in widgets representing + * the action, or %NULL * * Creates a new #GtkToggleAction object. To add the action to * a #GtkActionGroup and set the accelerator for the action,