Enlightenment CVS committal Author : leviathan Project : e17 Module : proto
Dir : e17/proto/etk-perl/lib/Etk Modified Files: Notebook.pm Stock.pm Log Message: + add notebook test + fix Stock.pm + remove useless exports from Etk.pm =================================================================== RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Notebook.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Notebook.pm 7 Jun 2006 11:58:34 -0000 1.1 +++ Notebook.pm 18 Jun 2006 10:47:42 -0000 1.2 @@ -18,7 +18,7 @@ my $self = shift; my $tab_label = shift; my $page_child = shift; - Etk::etk_notebook_prepend_page($self->{WIDGET}, $tab_label, + Etk::etk_notebook_page_prepend($self->{WIDGET}, $tab_label, $page_child->{WIDGET}); } @@ -27,7 +27,7 @@ my $self = shift; my $tab_label = shift; my $page_child = shift; - Etk::etk_notebook_append_page($self->{WIDGET}, $tab_label, + Etk::etk_notebook_page_append($self->{WIDGET}, $tab_label, $page_child->{WIDGET}); } @@ -37,7 +37,7 @@ my $tab_label = shift; my $page_child = shift; my $position = shift; - Etk::etk_notebook_append_page($self->{WIDGET}, $tab_label, + Etk::etk_notebook_page_insert($self->{WIDGET}, $tab_label, $page_child->{WIDGET}, $position); } =================================================================== RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk/Stock.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Stock.pm 7 Jun 2006 11:58:34 -0000 1.1 +++ Stock.pm 18 Jun 2006 10:47:42 -0000 1.2 @@ -34,196 +34,196 @@ EditUndo => 23, EditDelete => 24, EditFindReplace => 25, - EditSelectAll => 26, - FolderNew => 27, - FormatIndentLess => 28, - FormatIndentMore => 29, - FormatJustifyCenter => 30, - FormatJustifyFill => 31, - FormatJustifyLeft => 32, - FormatJustifyRight => 33, - FormatTextBold => 34, - FormatTextItalic => 35, - FormatTextStrikethrough => 36, - FormatTextUnderline => 37, - GoBottom => 38, - GoDown => 39, - GoFirst => 40, - GoHome => 41, - GoJump => 42, - GoLast => 43, - GoNext => 44, - GoPrevious => 45, - GoTop => 46, - GoUp => 47, - ListAdd => 48, - ListRemove => 49, - MailMessageNew => 50, - MailForward => 51, - MailMarkJunk => 52, - MailReplyAll => 53, - MailReplySender => 54, - MailSendReceive => 55, - MediaEject => 56, - MediaPlaybackPause => 57, - MediaPlaybackStart => 58, - MediaPlaybackStop => 59, - MediaRecord => 60, - MediaSeekBackward => 61, - MediaSeekForward => 62, - MediaSkipBackward => 63, - MediaSkipForward => 64, - ProcessStop => 65, - SystemLockScreen => 66, - SystemLogOut => 67, - SystemSearch => 68, - SystemShutdown => 69, - TabNew => 70, - ViewRefresh => 71, - WindowNew => 72, - AccessoriesCalculator => 73, - AccessoriesCharacterMap => 74, - AccessoriesTextEditor => 75, - HelpBrowser => 76, - InternetGroupChat => 77, - InternetMail => 78, - InternetNewsReader => 79, - InternetWebBrowser => 80, - MultimediaVolumeControl => 81, - OfficeCalendar => 82, - PreferencesDesktopAccessibility => 83, - PreferencesDesktopAssistiveTechnology => 84, - PreferencesDesktopFont => 85, - PreferencesDesktopKeyboardShortcuts => 86, - PreferencesDesktopLocale => 87, - PreferencesDesktopRemoteDesktop => 88, - PreferencesDesktopSound => 89, - PreferencesDesktopScreensaver => 90, - PreferencesDesktopTheme => 91, - PreferencesDesktopWallpaper => 92, - PreferencesSystemNetworkProxy => 93, - PreferencesSystemSession => 94, - PreferencesSystemWindows => 95, - SystemFileManager => 96, - SystemInstaller => 97, - SystemSoftwareUpdate => 98, - SystemUsers => 99, - UtilitiesSystemMonitor => 100, - UtilitiesTerminal => 101, - ApplicationsAccessories => 102, - ApplicationsDevelopment => 103, - ApplicationsGames => 104, - ApplicationsGraphics => 105, - ApplicationsInternet => 106, - ApplicationsMultimedia => 107, - ApplicationsOffice => 108, - ApplicationsOther => 109, - ApplicationsSystem => 110, - PreferencesDesktopPeripherals => 111, - PreferencesDesktop => 112, - PreferencesSystem => 113, - AudioCard => 114, - AudioInputMicrophone => 115, - Battery => 116, - CameraPhoto => 117, - CameraVideo => 118, - Computer => 119, - DriveCdrom => 120, - DriveHarddisk => 121, - DriveRemovableMedia => 122, - InputGaming => 123, - InputKeyboard => 124, - InputMouse => 125, - MediaCdrom => 126, - MediaFloppy => 127, - MultimediaPlayer => 128, - Network => 129, - NetworkWireless => 130, - NetworkWired => 131, - Printer => 132, - PrinterRemote => 133, - VideoDisplay => 134, - EmblemFavorite => 135, - EmblemImportant => 136, - EmblemPhotos => 137, - EmblemReadonly => 138, - EmblemSymbolicLink => 139, - EmblemSystem => 140, - EmblemUnreadable => 141, - FaceAngel => 142, - FaceCrying => 143, - FaceDevilGrin => 144, - FaceGlasses => 145, - FaceGrin => 146, - FaceKiss => 147, - FacePlain => 148, - FaceSad => 149, - FaceSmileBig => 150, - FaceSmile => 151, - FaceSurprise => 152, - FaceWink => 153, - ApplicationCertificate => 154, - ApplicationXExecutable => 155, - AudioXGeneric => 156, - FontXGeneric => 157, - ImageXGeneric => 158, - PackageXGeneric => 159, - TextHtml => 160, - TextXGeneric => 161, - TextXGenericTemplate => 162, - TextXScript => 163, - VideoXGeneric => 164, - XDirectoryDesktop => 165, - XDirectoryNormalDragAccept => 166, - XDirectoryNormalHome => 167, - XDirectoryNormalOpen => 168, - XDirectoryNormal => 169, - XDirectoryNormalVisiting => 170, - XDirectoryRemote => 171, - XDirectoryRemoteServer => 172, - XDirectoryRemoteWorkgroup => 173, - XDirectoryTrashFull => 174, - XDirectoryTrash => 175, - XOfficeAddressBook => 176, - XOfficeCalendar => 177, - XOfficeDocument => 178, - XOfficePresentation => 179, - XOfficeSpreadsheet => 180, - PlacesFolder => 181, - PlacesFolderRemote => 182, - PlacesFolderSavedSearch => 183, - PlacesNetworkServer => 184, - PlacesNetworkWorkgroup => 185, - PlacesStartHere => 186, - PlacesUserDesktop => 187, - PlacesUserHome => 188, - PlacesUserTrash => 189, - AudioVolumeHigh => 190, - AudioVolumeLow => 191, - AudioVolumeMedium => 192, - AudioVolumeMuted => 193, - BatteryCaution => 194, - DialogError => 195, - DialogInformation => 196, - DialogWarning => 197, - DialogQuestion => 198, - FolderDragAccept => 199, - FolderOpen => 200, - FolderVisiting => 201, - ImageLoading => 202, - ImageMissing => 203, - MailAttachment => 204, - NetworkError => 205, - NetworkIdle => 206, - NetworkOffline => 207, - NetworkOnline => 208, - NetworkReceive => 209, - NetworkTransmit => 210, - NetworkTransmitReceive => 211, - NetworkWirelessEncrypted => 212, - PrinterError => 213, - UserTrashFull => 214, - NumStockIds => 215 +# EditSelectAll => 26, # this is not in etk_stock.h + FolderNew => 26, + FormatIndentLess => 27, + FormatIndentMore => 28, + FormatJustifyCenter => 29, + FormatJustifyFill => 30, + FormatJustifyLeft => 31, + FormatJustifyRight => 32, + FormatTextBold => 33, + FormatTextItalic => 34, + FormatTextStrikethrough => 35, + FormatTextUnderline => 36, + GoBottom => 37, + GoDown => 38, + GoFirst => 39, + GoHome => 40, + GoJump => 41, + GoLast => 42, + GoNext => 43, + GoPrevious => 44, + GoTop => 45, + GoUp => 46, + ListAdd => 47, + ListRemove => 48, + MailMessageNew => 49, + MailForward => 50, + MailMarkJunk => 51, + MailReplyAll => 52, + MailReplySender => 53, + MailSendReceive => 54, + MediaEject => 55, + MediaPlaybackPause => 56, + MediaPlaybackStart => 57, + MediaPlaybackStop => 58, + MediaRecord => 59, + MediaSeekBackward => 60, + MediaSeekForward => 61, + MediaSkipBackward => 62, + MediaSkipForward => 63, + ProcessStop => 64, + SystemLockScreen => 65, + SystemLogOut => 66, + SystemSearch => 67, + SystemShutdown => 68, + TabNew => 69, + ViewRefresh => 70, + WindowNew => 71, + AccessoriesCalculator => 72, + AccessoriesCharacterMap => 73, + AccessoriesTextEditor => 74, + HelpBrowser => 75, + InternetGroupChat => 76, + InternetMail => 77, + InternetNewsReader => 78, + InternetWebBrowser => 79, + MultimediaVolumeControl => 80, + OfficeCalendar => 81, + PreferencesDesktopAccessibility => 82, + PreferencesDesktopAssistiveTechnology => 83, + PreferencesDesktopFont => 84, + PreferencesDesktopKeyboardShortcuts => 85, + PreferencesDesktopLocale => 86, + PreferencesDesktopRemoteDesktop => 87, + PreferencesDesktopSound => 88, + PreferencesDesktopScreensaver => 89, + PreferencesDesktopTheme => 90, + PreferencesDesktopWallpaper => 91, + PreferencesSystemNetworkProxy => 92, + PreferencesSystemSession => 93, + PreferencesSystemWindows => 94, + SystemFileManager => 95, + SystemInstaller => 96, + SystemSoftwareUpdate => 97, + SystemUsers => 98, + UtilitiesSystemMonitor => 99, + UtilitiesTerminal => 100, + ApplicationsAccessories => 101, + ApplicationsDevelopment => 102, + ApplicationsGames => 103, + ApplicationsGraphics => 104, + ApplicationsInternet => 105, + ApplicationsMultimedia => 106, + ApplicationsOffice => 107, + ApplicationsOther => 108, + ApplicationsSystem => 109, + PreferencesDesktopPeripherals => 110, + PreferencesDesktop => 111, + PreferencesSystem => 112, + AudioCard => 113, + AudioInputMicrophone => 114, + Battery => 115, + CameraPhoto => 116, + CameraVideo => 117, + Computer => 118, + DriveCdrom => 119, + DriveHarddisk => 120, + DriveRemovableMedia => 121, + InputGaming => 122, + InputKeyboard => 123, + InputMouse => 124, + MediaCdrom => 125, + MediaFloppy => 126, + MultimediaPlayer => 127, + Network => 128, + NetworkWireless => 129, + NetworkWired => 130, + Printer => 131, + PrinterRemote => 132, + VideoDisplay => 133, + EmblemFavorite => 134, + EmblemImportant => 135, + EmblemPhotos => 136, + EmblemReadonly => 137, + EmblemSymbolicLink => 138, + EmblemSystem => 139, + EmblemUnreadable => 140, + FaceAngel => 141, + FaceCrying => 142, + FaceDevilGrin => 143, + FaceGlasses => 144, + FaceGrin => 145, + FaceKiss => 146, + FacePlain => 147, + FaceSad => 148, + FaceSmileBig => 149, + FaceSmile => 150, + FaceSurprise => 151, + FaceWink => 152, + ApplicationCertificate => 153, + ApplicationXExecutable => 154, + AudioXGeneric => 155, + FontXGeneric => 156, + ImageXGeneric => 157, + PackageXGeneric => 158, + TextHtml => 159, + TextXGeneric => 160, + TextXGenericTemplate => 161, + TextXScript => 162, + VideoXGeneric => 163, + XDirectoryDesktop => 164, + XDirectoryNormalDragAccept => 165, + XDirectoryNormalHome => 166, + XDirectoryNormalOpen => 167, + XDirectoryNormal => 168, + XDirectoryNormalVisiting => 169, + XDirectoryRemote => 170, + XDirectoryRemoteServer => 171, + XDirectoryRemoteWorkgroup => 172, + XDirectoryTrashFull => 173, + XDirectoryTrash => 174, + XOfficeAddressBook => 175, + XOfficeCalendar => 176, + XOfficeDocument => 177, + XOfficePresentation => 178, + XOfficeSpreadsheet => 179, + PlacesFolder => 180, + PlacesFolderRemote => 181, + PlacesFolderSavedSearch => 182, + PlacesNetworkServer => 183, + PlacesNetworkWorkgroup => 184, + PlacesStartHere => 185, + PlacesUserDesktop => 186, + PlacesUserHome => 187, + PlacesUserTrash => 188, + AudioVolumeHigh => 189, + AudioVolumeLow => 190, + AudioVolumeMedium => 191, + AudioVolumeMuted => 192, + BatteryCaution => 193, + DialogError => 194, + DialogInformation => 195, + DialogWarning => 196, + DialogQuestion => 197, + FolderDragAccept => 198, + FolderOpen => 199, + FolderVisiting => 200, + ImageLoading => 201, + ImageMissing => 202, + MailAttachment => 203, + NetworkError => 204, + NetworkIdle => 205, + NetworkOffline => 206, + NetworkOnline => 207, + NetworkReceive => 208, + NetworkTransmit => 209, + NetworkTransmitReceive => 210, + NetworkWirelessEncrypted => 211, + PrinterError => 212, + UserTrashFull => 213, + humStockIds => 214, }; sub KeyGet _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs