diff options
author | bfox <bfox> | 2000-11-02 16:20:10 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-11-02 16:20:10 +0000 |
commit | 9b78a5665654de0330c29b647535d7efccb1a436 (patch) | |
tree | dba375ed4ab4d0b6f882d9ed8e7134dc047c0727 /gui.py | |
parent | 9e4dfd7e354e198e0bb98ec17ba8340e65725050 (diff) | |
download | anaconda-9b78a5665654de0330c29b647535d7efccb1a436.tar.gz anaconda-9b78a5665654de0330c29b647535d7efccb1a436.tar.xz anaconda-9b78a5665654de0330c29b647535d7efccb1a436.zip |
Removed some code I was playing with but decided not to use
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -5,7 +5,6 @@ from gtk import _root_window from _gtk import gtk_set_locale import GdkImlib from GDK import * -import systools_pixmaps im = None splashwindow = None @@ -706,32 +705,6 @@ class InstallControlWindow: vbox.pack_end (self.hbox, FALSE) - - - self.hbox2 = GtkHBox() - self.iconList = GnomeIconList (90) - self.iconList.set_selection_mode (SELECTION_MULTIPLE) - - style = self.iconList.get_style().copy() -# print style - style.bg[STATE_NORMAL] = style.black -# print style - self.iconList.set_style(style) - -# print self.iconList.get_color(None) - - networkIcon = GdkImlib.create_image_from_xpm (systools_pixmaps.NETWORK_XPM) - self.iconList.append_imlib (networkIcon, "Network") - -# self.hbox2.pack_start(self.iconList) -# self.iconList.set_usize(640, 10) - -# vbox.pack_end (self.hbox2, TRUE, TRUE, 0) - - - - - self.html = GtkXmHTML() self.html.set_allow_body_colors(TRUE) self.html.source ("<HTML><BODY>HTML Help Window</BODY></HTML>") |