From a6b3f84c8e29a825237d5ffff6b21d5b3d05a7a9 Mon Sep 17 00:00:00 2001 From: Sean Robinson Date: Wed, 7 Jan 2009 19:52:11 -0700 Subject: [PATCH] Add profile_dialog.toggle_use_dhcp() HappyDoc comments --- wifi-radar | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wifi-radar b/wifi-radar index 8e6cafb..8bec75f 100755 --- a/wifi-radar +++ b/wifi-radar @@ -1584,6 +1584,17 @@ class profile_dialog: self.dialog.destroy() del self.dialog + # Respond to expanding/hiding IP segment. + # + #Parameters: + # + # 'widget' -- gtk.Widget - The widget sending the event. + # + # 'data' -- tuple - List of arbitrary arguments (not used) + # + #Returns: + # + # nothing def toggle_use_dhcp( self, widget, data = None ): expanded = self.dhcp_expander.get_expanded() if expanded: -- 2.11.4.GIT